Skip to content

Commit 5ce0c38

Browse files
Update dependency eslint-plugin-promise to v7
1 parent 17b688b commit 5ce0c38

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-standard": "16.0.3",
2929
"eslint-plugin-import": "2.29.1",
3030
"eslint-plugin-node": "11.1.0",
31-
"eslint-plugin-promise": "5.2.0",
31+
"eslint-plugin-promise": "7.2.1",
3232
"eslint-plugin-standard": "5.0.0",
3333
"http-status-codes": "2.3.0",
3434
"husky": "7.0.4",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,13 @@
12201220
dependencies:
12211221
eslint-visitor-keys "^3.3.0"
12221222

1223+
"@eslint-community/eslint-utils@^4.4.0":
1224+
version "4.4.1"
1225+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
1226+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
1227+
dependencies:
1228+
eslint-visitor-keys "^3.4.3"
1229+
12231230
"@eslint-community/regexpp@^4.4.0":
12241231
version "4.4.0"
12251232
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -5614,10 +5621,12 @@ [email protected]:
56145621
resolve "^1.10.1"
56155622
semver "^6.1.0"
56165623

5617-
5618-
version "5.2.0"
5619-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
5620-
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
5624+
5625+
version "7.2.1"
5626+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
5627+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
5628+
dependencies:
5629+
"@eslint-community/eslint-utils" "^4.4.0"
56215630

56225631
56235632
version "5.0.0"
@@ -5661,6 +5670,11 @@ eslint-visitor-keys@^3.3.0:
56615670
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
56625671
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
56635672

5673+
eslint-visitor-keys@^3.4.3:
5674+
version "3.4.3"
5675+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
5676+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
5677+
56645678
eslint-webpack-plugin@^2.6.0:
56655679
version "2.6.0"
56665680
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"

0 commit comments

Comments
 (0)