Skip to content

Commit 06f0e23

Browse files
Bump eslint from 7.16.0 to 7.18.0 (#223)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ddebcf commit 06f0e23

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
@@ -949,10 +949,10 @@
949949
exec-sh "^0.3.2"
950950
minimist "^1.2.0"
951951

952-
"@eslint/eslintrc@^0.2.2":
953-
version "0.2.2"
954-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
955-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
952+
"@eslint/eslintrc@^0.3.0":
953+
version "0.3.0"
954+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
955+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
956956
dependencies:
957957
ajv "^6.12.4"
958958
debug "^4.1.1"
@@ -961,7 +961,7 @@
961961
ignore "^4.0.6"
962962
import-fresh "^3.2.1"
963963
js-yaml "^3.13.1"
964-
lodash "^4.17.19"
964+
lodash "^4.17.20"
965965
minimatch "^3.0.4"
966966
strip-json-comments "^3.1.1"
967967

@@ -2725,12 +2725,12 @@ eslint-visitor-keys@^2.0.0:
27252725
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
27262726

27272727
eslint@^7.5.0:
2728-
version "7.16.0"
2729-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
2730-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
2728+
version "7.18.0"
2729+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2730+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
27312731
dependencies:
27322732
"@babel/code-frame" "^7.0.0"
2733-
"@eslint/eslintrc" "^0.2.2"
2733+
"@eslint/eslintrc" "^0.3.0"
27342734
ajv "^6.10.0"
27352735
chalk "^4.0.0"
27362736
cross-spawn "^7.0.2"
@@ -2754,7 +2754,7 @@ eslint@^7.5.0:
27542754
js-yaml "^3.13.1"
27552755
json-stable-stringify-without-jsonify "^1.0.1"
27562756
levn "^0.4.1"
2757-
lodash "^4.17.19"
2757+
lodash "^4.17.20"
27582758
minimatch "^3.0.4"
27592759
natural-compare "^1.4.0"
27602760
optionator "^0.9.1"

0 commit comments

Comments
 (0)