Skip to content

Commit 6388ece

Browse files
build(deps-dev): bump eslint from 7.17.0 to 7.18.0 (vuejs#3041)
1 parent fd16f2b commit 6388ece

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@
376376
exec-sh "^0.3.2"
377377
minimist "^1.2.0"
378378

379-
"@eslint/eslintrc@^0.2.2":
380-
version "0.2.2"
381-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
382-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
379+
"@eslint/eslintrc@^0.3.0":
380+
version "0.3.0"
381+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
382+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
383383
dependencies:
384384
ajv "^6.12.4"
385385
debug "^4.1.1"
@@ -388,7 +388,7 @@
388388
ignore "^4.0.6"
389389
import-fresh "^3.2.1"
390390
js-yaml "^3.13.1"
391-
lodash "^4.17.19"
391+
lodash "^4.17.20"
392392
minimatch "^3.0.4"
393393
strip-json-comments "^3.1.1"
394394

@@ -2621,12 +2621,12 @@ eslint-visitor-keys@^2.0.0:
26212621
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
26222622

26232623
eslint@^7.7.0:
2624-
version "7.17.0"
2625-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
2626-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
2624+
version "7.18.0"
2625+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2626+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
26272627
dependencies:
26282628
"@babel/code-frame" "^7.0.0"
2629-
"@eslint/eslintrc" "^0.2.2"
2629+
"@eslint/eslintrc" "^0.3.0"
26302630
ajv "^6.10.0"
26312631
chalk "^4.0.0"
26322632
cross-spawn "^7.0.2"
@@ -2650,7 +2650,7 @@ eslint@^7.7.0:
26502650
js-yaml "^3.13.1"
26512651
json-stable-stringify-without-jsonify "^1.0.1"
26522652
levn "^0.4.1"
2653-
lodash "^4.17.19"
2653+
lodash "^4.17.20"
26542654
minimatch "^3.0.4"
26552655
natural-compare "^1.4.0"
26562656
optionator "^0.9.1"

0 commit comments

Comments
 (0)