Skip to content

Commit 06833bb

Browse files
build(deps-dev): bump eslint from 7.17.0 to 7.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.17.0...v7.18.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0530784 commit 06833bb

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
@@ -980,10 +980,10 @@
980980
exec-sh "^0.3.2"
981981
minimist "^1.2.0"
982982

983-
"@eslint/eslintrc@^0.2.2":
984-
version "0.2.2"
985-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
986-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
983+
"@eslint/eslintrc@^0.3.0":
984+
version "0.3.0"
985+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
986+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
987987
dependencies:
988988
ajv "^6.12.4"
989989
debug "^4.1.1"
@@ -992,7 +992,7 @@
992992
ignore "^4.0.6"
993993
import-fresh "^3.2.1"
994994
js-yaml "^3.13.1"
995-
lodash "^4.17.19"
995+
lodash "^4.17.20"
996996
minimatch "^3.0.4"
997997
strip-json-comments "^3.1.1"
998998

@@ -2526,12 +2526,12 @@ eslint-visitor-keys@^2.0.0:
25262526
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25272527

25282528
eslint@^7.5.0:
2529-
version "7.17.0"
2530-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
2531-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
2529+
version "7.18.0"
2530+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2531+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
25322532
dependencies:
25332533
"@babel/code-frame" "^7.0.0"
2534-
"@eslint/eslintrc" "^0.2.2"
2534+
"@eslint/eslintrc" "^0.3.0"
25352535
ajv "^6.10.0"
25362536
chalk "^4.0.0"
25372537
cross-spawn "^7.0.2"
@@ -2555,7 +2555,7 @@ eslint@^7.5.0:
25552555
js-yaml "^3.13.1"
25562556
json-stable-stringify-without-jsonify "^1.0.1"
25572557
levn "^0.4.1"
2558-
lodash "^4.17.19"
2558+
lodash "^4.17.20"
25592559
minimatch "^3.0.4"
25602560
natural-compare "^1.4.0"
25612561
optionator "^0.9.1"

0 commit comments

Comments
 (0)