Skip to content

Commit 3f39fa7

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 ef3edb2 commit 3f39fa7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@typescript-eslint/eslint-plugin": "^4.33.0",
3333
"@typescript-eslint/parser": "^4.33.0",
34-
"eslint": "^10.0.1",
34+
"eslint": "^10.0.2",
3535
"eslint-config-google": "^0.14.0",
3636
"eslint-plugin-json": "^4.0.1",
3737
"gulp": "^5.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -822,10 +822,10 @@ ajv@8.17.1, ajv@^8.0.1:
822822
json-schema-traverse "^1.0.0"
823823
require-from-string "^2.0.2"
824824

825-
ajv@^6.12.4:
826-
version "6.12.6"
827-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
828-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
825+
ajv@^6.12.4, ajv@^6.14.0:
826+
version "6.14.0"
827+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
828+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
829829
dependencies:
830830
fast-deep-equal "^3.1.1"
831831
fast-json-stable-stringify "^2.0.0"
@@ -1971,10 +1971,10 @@ eslint@9.39.2:
19711971
natural-compare "^1.4.0"
19721972
optionator "^0.9.3"
19731973

1974-
eslint@^10.0.1:
1975-
version "10.0.1"
1976-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
1977-
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
1974+
eslint@^10.0.2:
1975+
version "10.0.2"
1976+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
1977+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
19781978
dependencies:
19791979
"@eslint-community/eslint-utils" "^4.8.0"
19801980
"@eslint-community/regexpp" "^4.12.2"
@@ -1986,7 +1986,7 @@ eslint@^10.0.1:
19861986
"@humanwhocodes/module-importer" "^1.0.1"
19871987
"@humanwhocodes/retry" "^0.4.2"
19881988
"@types/estree" "^1.0.6"
1989-
ajv "^6.12.4"
1989+
ajv "^6.14.0"
19901990
cross-spawn "^7.0.6"
19911991
debug "^4.3.2"
19921992
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)