From c0ca938d22c4c7ba9c94b7b78a3140147e98d409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:07:20 +0000 Subject: [PATCH] ci(deps): update dependency eslint-plugin-promise to v7.2.0 --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 382c06d..64d2cf3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-plugin-add-module-exports": "1.0.4", "babel-preset-minify": "0.5.2", "eslint": "9.15.0", - "eslint-plugin-promise": "7.1.0", + "eslint-plugin-promise": "7.2.0", "http-server": "14.1.1", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index f1aa293..8cdcfc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2572,10 +2572,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-promise@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz#06b3ad6d36b3c3ef3ec201c8a8d97049cf5dbb20" - integrity sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ== +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== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" eslint-scope@^8.2.0: version "8.2.0"