Skip to content

Commit da88eaf

Browse files
build(deps-dev): bump eslint from 10.0.1 to 10.0.2
Bumps [eslint](https://github.com/eslint/eslint) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 506ceed commit da88eaf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,10 +1192,10 @@ acorn@^8.16.0:
11921192
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
11931193
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
11941194

1195-
ajv@^6.12.4:
1196-
version "6.12.6"
1197-
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
1198-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
1195+
ajv@^6.14.0:
1196+
version "6.14.0"
1197+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
1198+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
11991199
dependencies:
12001200
fast-deep-equal "^3.1.1"
12011201
fast-json-stable-stringify "^2.0.0"
@@ -1677,9 +1677,9 @@ eslint-visitor-keys@^5.0.1:
16771677
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
16781678

16791679
eslint@^10.0.0:
1680-
version "10.0.1"
1681-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
1682-
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
1680+
version "10.0.2"
1681+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
1682+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
16831683
dependencies:
16841684
"@eslint-community/eslint-utils" "^4.8.0"
16851685
"@eslint-community/regexpp" "^4.12.2"
@@ -1691,7 +1691,7 @@ eslint@^10.0.0:
16911691
"@humanwhocodes/module-importer" "^1.0.1"
16921692
"@humanwhocodes/retry" "^0.4.2"
16931693
"@types/estree" "^1.0.6"
1694-
ajv "^6.12.4"
1694+
ajv "^6.14.0"
16951695
cross-spawn "^7.0.6"
16961696
debug "^4.3.2"
16971697
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)