Skip to content

Commit 02f1bbd

Browse files
chore(deps): update devdependency eslint-plugin-promise to v7
1 parent 7dd6d9e commit 02f1bbd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-import": "^2.22.1",
3636
"eslint-plugin-jest": "^22.21.0",
3737
"eslint-plugin-node": "^9.2.0",
38-
"eslint-plugin-promise": "^4.2.1",
38+
"eslint-plugin-promise": "^7.2.1",
3939
"eslint-plugin-standard": "^4.1.0",
4040
"eslint-plugin-vue": "^5.2.3",
4141
"get-port": "^5.1.1",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,13 @@
969969
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
970970
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
971971

972+
"@eslint-community/eslint-utils@^4.4.0":
973+
version "4.7.0"
974+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
975+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
976+
dependencies:
977+
eslint-visitor-keys "^3.4.3"
978+
972979
"@jest/console@^24.7.1":
973980
version "24.7.1"
974981
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545"
@@ -4378,6 +4385,13 @@ eslint-plugin-promise@^4.2.1:
43784385
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
43794386
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
43804387

4388+
eslint-plugin-promise@^7.2.1:
4389+
version "7.2.1"
4390+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
4391+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
4392+
dependencies:
4393+
"@eslint-community/eslint-utils" "^4.4.0"
4394+
43814395
eslint-plugin-standard@^4.0.0:
43824396
version "4.0.0"
43834397
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
@@ -4459,6 +4473,11 @@ eslint-visitor-keys@^1.1.0:
44594473
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
44604474
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
44614475

4476+
eslint-visitor-keys@^3.4.3:
4477+
version "3.4.3"
4478+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
4479+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
4480+
44624481
eslint@^6.8.0:
44634482
version "6.8.0"
44644483
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)