From 318023eb0da9378c873d7e9562e80295869299a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:08:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7.2.1 (#801) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ffde1e3..948d3eb6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.14.0", - "eslint-plugin-promise": "7.2.0", + "eslint-plugin-promise": "7.2.1", "prettier": "3.4.1", "ts-node": "10.9.2", "ts-node-dev": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 4c67d850..6f2e0cd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1121,10 +1121,10 @@ eslint-plugin-n@17.14.0: minimatch "^9.0.5" semver "^7.6.3" -eslint-plugin-promise@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87" - integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q== +eslint-plugin-promise@7.2.1: + version "7.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0" + integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA== dependencies: "@eslint-community/eslint-utils" "^4.4.0"