Skip to content

Commit 18fc538

Browse files
chore(deps): update dependency eslint-plugin-promise to v7
1 parent 31e9ffd commit 18fc538

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-jest": "27.9.0",
4343
"eslint-plugin-jsdoc": "41.1.2",
4444
"eslint-plugin-no-use-extend-native": "0.5.0",
45-
"eslint-plugin-promise": "6.6.0",
45+
"eslint-plugin-promise": "7.2.0",
4646
"eslint-plugin-unicorn": "23.0.0",
4747
"fuzzy": "0.1.3",
4848
"global": "4.4.0",

yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,13 @@
756756
esquery "^1.4.0"
757757
jsdoc-type-pratt-parser "~4.0.0"
758758

759+
"@eslint-community/eslint-utils@^4.4.0":
760+
version "4.4.1"
761+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
762+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
763+
dependencies:
764+
eslint-visitor-keys "^3.4.3"
765+
759766
"@eslint/eslintrc@^0.4.3":
760767
version "0.4.3"
761768
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -4055,10 +4062,12 @@ [email protected]:
40554062
is-obj-prop "^1.0.0"
40564063
is-proto-prop "^2.0.0"
40574064

4058-
4059-
version "6.6.0"
4060-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
4061-
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
4065+
4066+
version "7.2.0"
4067+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87"
4068+
integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q==
4069+
dependencies:
4070+
"@eslint-community/eslint-utils" "^4.4.0"
40624071

40634072
40644073
version "23.0.0"
@@ -4136,6 +4145,11 @@ eslint-visitor-keys@^3.0.0:
41364145
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
41374146
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
41384147

4148+
eslint-visitor-keys@^3.4.3:
4149+
version "3.4.3"
4150+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4151+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4152+
41394153
41404154
version "7.32.0"
41414155
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"

0 commit comments

Comments
 (0)