Skip to content

Commit 45cc443

Browse files
chore(deps): update devdependency eslint-plugin-promise to v7
1 parent 8c376bd commit 45cc443

File tree

3 files changed

+37
-13
lines changed

3 files changed

+37
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "^5.59.0",
3939
"eslint": "^8.39.0",
4040
"eslint-plugin-prettier": "^4.2.1",
41-
"eslint-plugin-promise": "^6.1.1",
41+
"eslint-plugin-promise": "^7.2.0",
4242
"nuxt": "^3.4.2",
4343
"prettier": "^2.8.8",
4444
"typescript": "*",

pnpm-lock.yaml

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,13 @@
871871
dependencies:
872872
eslint-visitor-keys "^3.3.0"
873873

874+
"@eslint-community/eslint-utils@^4.4.0":
875+
version "4.4.1"
876+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
877+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
878+
dependencies:
879+
eslint-visitor-keys "^3.4.3"
880+
874881
"@eslint-community/regexpp@^4.4.0":
875882
version "4.5.0"
876883
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
@@ -3229,6 +3236,13 @@ eslint-plugin-promise@^6.1.1:
32293236
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
32303237
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
32313238

3239+
eslint-plugin-promise@^7.2.0:
3240+
version "7.2.0"
3241+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87"
3242+
integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q==
3243+
dependencies:
3244+
"@eslint-community/eslint-utils" "^4.4.0"
3245+
32323246
eslint-plugin-unicorn@^44.0.2:
32333247
version "44.0.2"
32343248
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.2.tgz#6324a001c0a5e2ac00fb51b30db27d14c6c36ab3"
@@ -3320,6 +3334,11 @@ eslint-visitor-keys@^3.4.0:
33203334
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
33213335
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
33223336

3337+
eslint-visitor-keys@^3.4.3:
3338+
version "3.4.3"
3339+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3340+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3341+
33233342
eslint@^8.39.0:
33243343
version "8.39.0"
33253344
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"

0 commit comments

Comments
 (0)