Skip to content

Commit 76ecc0a

Browse files
Bump eslint from 7.16.0 to 7.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.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.16.0...v7.18.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd73dbf commit 76ecc0a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,10 @@
360360
exec-sh "^0.3.2"
361361
minimist "^1.2.0"
362362

363-
"@eslint/eslintrc@^0.2.2":
364-
version "0.2.2"
365-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
366-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
363+
"@eslint/eslintrc@^0.3.0":
364+
version "0.3.0"
365+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
366+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
367367
dependencies:
368368
ajv "^6.12.4"
369369
debug "^4.1.1"
@@ -372,7 +372,7 @@
372372
ignore "^4.0.6"
373373
import-fresh "^3.2.1"
374374
js-yaml "^3.13.1"
375-
lodash "^4.17.19"
375+
lodash "^4.17.20"
376376
minimatch "^3.0.4"
377377
strip-json-comments "^3.1.1"
378378

@@ -1869,12 +1869,12 @@ eslint-visitor-keys@^2.0.0:
18691869
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
18701870

18711871
eslint@^7.2.0:
1872-
version "7.16.0"
1873-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
1874-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
1872+
version "7.18.0"
1873+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
1874+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
18751875
dependencies:
18761876
"@babel/code-frame" "^7.0.0"
1877-
"@eslint/eslintrc" "^0.2.2"
1877+
"@eslint/eslintrc" "^0.3.0"
18781878
ajv "^6.10.0"
18791879
chalk "^4.0.0"
18801880
cross-spawn "^7.0.2"
@@ -1898,7 +1898,7 @@ eslint@^7.2.0:
18981898
js-yaml "^3.13.1"
18991899
json-stable-stringify-without-jsonify "^1.0.1"
19001900
levn "^0.4.1"
1901-
lodash "^4.17.19"
1901+
lodash "^4.17.20"
19021902
minimatch "^3.0.4"
19031903
natural-compare "^1.4.0"
19041904
optionator "^0.9.1"
@@ -3362,7 +3362,7 @@ lodash.sortby@^4.7.0:
33623362
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
33633363
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
33643364

3365-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
3365+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20:
33663366
version "4.17.20"
33673367
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
33683368
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

0 commit comments

Comments
 (0)