Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 3e89f08

Browse files
Bump eslint from 8.10.0 to 8.11.0 (#217)
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90ff5f1 commit 3e89f08

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

yarn.lock

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -888,15 +888,15 @@
888888
exec-sh "^0.3.2"
889889
minimist "^1.2.0"
890890

891-
"@eslint/eslintrc@^1.2.0":
892-
version "1.2.0"
893-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.0.tgz#7ce1547a5c46dfe56e1e45c3c9ed18038c721c6a"
891+
"@eslint/eslintrc@^1.2.1":
892+
version "1.2.1"
893+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
894894
dependencies:
895895
ajv "^6.12.4"
896896
debug "^4.3.2"
897897
espree "^9.3.1"
898898
globals "^13.9.0"
899-
ignore "^4.0.6"
899+
ignore "^5.2.0"
900900
import-fresh "^3.2.1"
901901
js-yaml "^4.1.0"
902902
minimatch "^3.0.4"
@@ -1934,10 +1934,10 @@ eslint-visitor-keys@^3.3.0:
19341934
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
19351935

19361936
eslint@^8.1.0:
1937-
version "8.10.0"
1938-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.10.0.tgz#931be395eb60f900c01658b278e05b6dae47199d"
1937+
version "8.11.0"
1938+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.11.0.tgz#88b91cfba1356fc10bb9eb592958457dfe09fb37"
19391939
dependencies:
1940-
"@eslint/eslintrc" "^1.2.0"
1940+
"@eslint/eslintrc" "^1.2.1"
19411941
"@humanwhocodes/config-array" "^0.9.2"
19421942
ajv "^6.10.0"
19431943
chalk "^4.0.0"
@@ -2330,10 +2330,6 @@ iconv-lite@0.4.24:
23302330
dependencies:
23312331
safer-buffer ">= 2.1.2 < 3"
23322332

2333-
ignore@^4.0.6:
2334-
version "4.0.6"
2335-
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
2336-
23372333
ignore@^5.2.0:
23382334
version "5.2.0"
23392335
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"

0 commit comments

Comments
 (0)