From c3cc9701022864a27bc593c2aa78be0532f3f0d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:04:37 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7 --- tooling/api/package.json | 2 +- tooling/api/yarn.lock | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/tooling/api/package.json b/tooling/api/package.json index c65ff3591909..9b4ed879868a 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -53,7 +53,7 @@ "eslint-config-standard-with-typescript": "43.0.1", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "14.0.0", - "eslint-plugin-promise": "6.6.0", + "eslint-plugin-promise": "7.2.1", "eslint-plugin-security": "1.7.1", "fast-glob": "3.3.3", "prettier": "3.3.3", diff --git a/tooling/api/yarn.lock b/tooling/api/yarn.lock index 22bbece72f26..cb7ae725ddec 100644 --- a/tooling/api/yarn.lock +++ b/tooling/api/yarn.lock @@ -9,6 +9,13 @@ dependencies: eslint-visitor-keys "^3.3.0" +"@eslint-community/eslint-utils@^4.4.0": + version "4.4.1" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56" + integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA== + dependencies: + eslint-visitor-keys "^3.4.3" + "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1": version "4.11.1" resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f" @@ -815,10 +822,12 @@ eslint-plugin-n@14.0.0: resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-promise@6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a" - integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ== +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" eslint-plugin-security@1.7.1: version "1.7.1"