Skip to content

Commit 3f6188a

Browse files
build(deps-dev): bump eslint from 8.9.0 to 8.10.0 (#1937)
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.9.0...v8.10.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 600d0d7 commit 3f6188a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/preset-env": "^7.16.11",
2020
"codecov": "3.8.3",
2121
"cross-env": "^7.0.2",
22-
"eslint": "8.9.0",
22+
"eslint": "8.10.0",
2323
"eslint-config-prettier": "8.3.0",
2424
"eslint-plugin-import": "2.25.4",
2525
"eslint-plugin-jest": "26.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,10 @@
921921
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
922922
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
923923

924-
"@eslint/eslintrc@^1.1.0":
925-
version "1.1.0"
926-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3"
927-
integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==
924+
"@eslint/eslintrc@^1.2.0":
925+
version "1.2.0"
926+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.0.tgz#7ce1547a5c46dfe56e1e45c3c9ed18038c721c6a"
927+
integrity sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==
928928
dependencies:
929929
ajv "^6.12.4"
930930
debug "^4.3.2"
@@ -2128,12 +2128,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
21282128
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
21292129
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
21302130

2131-
eslint@8.9.0:
2132-
version "8.9.0"
2133-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"
2134-
integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==
2131+
eslint@8.10.0:
2132+
version "8.10.0"
2133+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.10.0.tgz#931be395eb60f900c01658b278e05b6dae47199d"
2134+
integrity sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==
21352135
dependencies:
2136-
"@eslint/eslintrc" "^1.1.0"
2136+
"@eslint/eslintrc" "^1.2.0"
21372137
"@humanwhocodes/config-array" "^0.9.2"
21382138
ajv "^6.10.0"
21392139
chalk "^4.0.0"

0 commit comments

Comments
 (0)