Skip to content

Commit 102f6ce

Browse files
chore(deps): update dependency eslint-plugin-promise to v7
1 parent 64f35ec commit 102f6ce

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
@@ -42,7 +42,7 @@
4242
"eslint-plugin-import": "2.20.1",
4343
"eslint-plugin-jest": "23.8.0",
4444
"eslint-plugin-node": "11.0.0",
45-
"eslint-plugin-promise": "4.2.1",
45+
"eslint-plugin-promise": "7.2.1",
4646
"eslint-plugin-standard": "4.0.1",
4747
"eslint-plugin-vue": "6.2.1",
4848
"jest": "25.1.0",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,13 @@
793793
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
794794
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
795795

796+
"@eslint-community/eslint-utils@^4.4.0":
797+
version "4.7.0"
798+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
799+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
800+
dependencies:
801+
eslint-visitor-keys "^3.4.3"
802+
796803
"@istanbuljs/load-nyc-config@^1.0.0":
797804
version "1.0.0"
798805
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -3532,10 +3539,12 @@ [email protected]:
35323539
resolve "^1.10.1"
35333540
semver "^6.1.0"
35343541

3535-
3536-
version "4.2.1"
3537-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
3538-
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
3542+
3543+
version "7.2.1"
3544+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
3545+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
3546+
dependencies:
3547+
"@eslint-community/eslint-utils" "^4.4.0"
35393548

35403549
35413550
version "4.0.1"
@@ -3586,6 +3595,11 @@ eslint-visitor-keys@^1.1.0:
35863595
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
35873596
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
35883597

3598+
eslint-visitor-keys@^3.4.3:
3599+
version "3.4.3"
3600+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3601+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3602+
35893603
35903604
version "6.8.0"
35913605
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)