diff --git a/package.json b/package.json index c517bc21e86..2b3a174e140 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@typescript-eslint/typescript-estree": "8.59.0", "@typescript-eslint/utils": "8.59.0", "@typescript-eslint/visitor-keys": "8.59.0", - "eslint-plugin-promise": "7.2.1", + "eslint-plugin-promise": "7.3.0", "typescript": "6.0.3" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 8022cfbb5d0..fdaff6d687a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8014,10 +8014,10 @@ eslint-plugin-n@17.16.2: minimatch "^9.0.5" semver "^7.6.3" -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== +eslint-plugin-promise@7.2.1, eslint-plugin-promise@7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.3.0.tgz#7c61e117f5db8d7a300bd5143c15d1d828e4c124" + integrity sha512-6uGiOR0INuujr6PEQmeSSP7GbIMJ/ebEXXiEzb/nOj68LknH5Pxzb/AbZivmr6VE6TkTE8rTjRK9zhKpK6HsRA== dependencies: "@eslint-community/eslint-utils" "^4.4.0"