Skip to content

Commit c0e1727

Browse files
Update dependency eslint-plugin-promise to v7
1 parent 094e557 commit c0e1727

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.32.0",
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.7.0"
1225+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1226+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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"
@@ -5821,10 +5828,12 @@ [email protected]:
58215828
resolve "^1.10.1"
58225829
semver "^6.1.0"
58235830

5824-
5825-
version "5.2.0"
5826-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
5827-
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
5831+
5832+
version "7.2.1"
5833+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
5834+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
5835+
dependencies:
5836+
"@eslint-community/eslint-utils" "^4.4.0"
58285837

58295838
58305839
version "5.0.0"
@@ -5868,6 +5877,11 @@ eslint-visitor-keys@^3.3.0:
58685877
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
58695878
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
58705879

5880+
eslint-visitor-keys@^3.4.3:
5881+
version "3.4.3"
5882+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
5883+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
5884+
58715885
eslint-webpack-plugin@^2.6.0:
58725886
version "2.6.0"
58735887
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"

0 commit comments

Comments
 (0)