diff --git a/package.json b/package.json index 58857f5..876620a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.21.2", "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-promise": "^7.2.0", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^9.0.0", "jest": "^29.5.0", diff --git a/yarn.lock b/yarn.lock index 2afb291..44b0960 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7152,10 +7152,12 @@ eslint-plugin-node@^11.0.0: resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-promise@^6.1.1: - 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.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-plugin-standard@^5.0.0: version "5.0.0"