Skip to content

Commit bcca3ab

Browse files
committed
chore(deps): update dependency eslint to v7.21.0
1 parent d4a6daf commit bcca3ab

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nuxtjs/eslint-config": "5.0.0",
3737
"babel-eslint": "10.1.0",
3838
"codecov": "3.8.1",
39-
"eslint": "7.20.0",
39+
"eslint": "7.21.0",
4040
"jest": "26.6.3",
4141
"nuxt": "2.15.1",
4242
"standard-version": "9.1.1"

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -965,10 +965,10 @@
965965
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
966966
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
967967

968-
"@eslint/eslintrc@^0.3.0":
969-
version "0.3.0"
970-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
971-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
968+
"@eslint/eslintrc@^0.4.0":
969+
version "0.4.0"
970+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
971+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
972972
dependencies:
973973
ajv "^6.12.4"
974974
debug "^4.1.1"
@@ -977,7 +977,6 @@
977977
ignore "^4.0.6"
978978
import-fresh "^3.2.1"
979979
js-yaml "^3.13.1"
980-
lodash "^4.17.20"
981980
minimatch "^3.0.4"
982981
strip-json-comments "^3.1.1"
983982

@@ -4532,13 +4531,13 @@ eslint-visitor-keys@^2.0.0:
45324531
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
45334532
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
45344533

4535-
eslint@7.20.0:
4536-
version "7.20.0"
4537-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
4538-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
4534+
eslint@7.21.0:
4535+
version "7.21.0"
4536+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
4537+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
45394538
dependencies:
45404539
"@babel/code-frame" "7.12.11"
4541-
"@eslint/eslintrc" "^0.3.0"
4540+
"@eslint/eslintrc" "^0.4.0"
45424541
ajv "^6.10.0"
45434542
chalk "^4.0.0"
45444543
cross-spawn "^7.0.2"
@@ -4551,7 +4550,7 @@ [email protected]:
45514550
espree "^7.3.1"
45524551
esquery "^1.4.0"
45534552
esutils "^2.0.2"
4554-
file-entry-cache "^6.0.0"
4553+
file-entry-cache "^6.0.1"
45554554
functional-red-black-tree "^1.0.1"
45564555
glob-parent "^5.0.0"
45574556
globals "^12.1.0"
@@ -4859,10 +4858,10 @@ figures@^3.0.0, figures@^3.1.0:
48594858
dependencies:
48604859
escape-string-regexp "^1.0.5"
48614860

4862-
file-entry-cache@^6.0.0:
4863-
version "6.0.0"
4864-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
4865-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
4861+
file-entry-cache@^6.0.1:
4862+
version "6.0.1"
4863+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
4864+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
48664865
dependencies:
48674866
flat-cache "^3.0.4"
48684867

0 commit comments

Comments
 (0)