Skip to content

Commit 7d3c3be

Browse files
chore(deps-dev): bump eslint from 7.16.0 to 7.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.16.0...v7.19.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f2a7cca commit 7d3c3be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,10 @@
10761076
exec-sh "^0.3.2"
10771077
minimist "^1.2.0"
10781078

1079-
"@eslint/eslintrc@^0.2.2":
1080-
version "0.2.2"
1081-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1082-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
1079+
"@eslint/eslintrc@^0.3.0":
1080+
version "0.3.0"
1081+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1082+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
10831083
dependencies:
10841084
ajv "^6.12.4"
10851085
debug "^4.1.1"
@@ -1088,7 +1088,7 @@
10881088
ignore "^4.0.6"
10891089
import-fresh "^3.2.1"
10901090
js-yaml "^3.13.1"
1091-
lodash "^4.17.19"
1091+
lodash "^4.17.20"
10921092
minimatch "^3.0.4"
10931093
strip-json-comments "^3.1.1"
10941094

@@ -3803,12 +3803,12 @@ eslint-visitor-keys@^2.0.0:
38033803
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
38043804

38053805
eslint@^7.0.0:
3806-
version "7.16.0"
3807-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
3808-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
3806+
version "7.19.0"
3807+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
3808+
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
38093809
dependencies:
38103810
"@babel/code-frame" "^7.0.0"
3811-
"@eslint/eslintrc" "^0.2.2"
3811+
"@eslint/eslintrc" "^0.3.0"
38123812
ajv "^6.10.0"
38133813
chalk "^4.0.0"
38143814
cross-spawn "^7.0.2"
@@ -3832,7 +3832,7 @@ eslint@^7.0.0:
38323832
js-yaml "^3.13.1"
38333833
json-stable-stringify-without-jsonify "^1.0.1"
38343834
levn "^0.4.1"
3835-
lodash "^4.17.19"
3835+
lodash "^4.17.20"
38363836
minimatch "^3.0.4"
38373837
natural-compare "^1.4.0"
38383838
optionator "^0.9.1"

0 commit comments

Comments
 (0)