Skip to content

Commit a264bc0

Browse files
Bump eslint from 8.53.0 to 8.55.0 (#1007)
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.55.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.53.0...v8.55.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ea35fe commit a264bc0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"@typescript-eslint/eslint-plugin": "^5.62.0",
580580
"@typescript-eslint/parser": "^5.62.0",
581581
"@vscode/test-electron": "^2.3.8",
582-
"eslint": "^8.53.0",
582+
"eslint": "^8.55.0",
583583
"eslint-webpack-plugin": "^4.0.1",
584584
"glob": "^10.3.10",
585585
"husky": "^8.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
2525
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
2626

27-
"@eslint/eslintrc@^2.1.3":
28-
version "2.1.3"
29-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
30-
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
27+
"@eslint/eslintrc@^2.1.4":
28+
version "2.1.4"
29+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
30+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
3131
dependencies:
3232
ajv "^6.12.4"
3333
debug "^4.3.2"
@@ -39,10 +39,10 @@
3939
minimatch "^3.1.2"
4040
strip-json-comments "^3.1.1"
4141

42-
"@eslint/js@8.53.0":
43-
version "8.53.0"
44-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
45-
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
42+
"@eslint/js@8.55.0":
43+
version "8.55.0"
44+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
45+
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
4646

4747
"@humanwhocodes/config-array@^0.11.13":
4848
version "0.11.13"
@@ -903,15 +903,15 @@ eslint-webpack-plugin@^4.0.1:
903903
normalize-path "^3.0.0"
904904
schema-utils "^4.0.0"
905905

906-
eslint@^8.53.0:
907-
version "8.53.0"
908-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
909-
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
906+
eslint@^8.55.0:
907+
version "8.55.0"
908+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
909+
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
910910
dependencies:
911911
"@eslint-community/eslint-utils" "^4.2.0"
912912
"@eslint-community/regexpp" "^4.6.1"
913-
"@eslint/eslintrc" "^2.1.3"
914-
"@eslint/js" "8.53.0"
913+
"@eslint/eslintrc" "^2.1.4"
914+
"@eslint/js" "8.55.0"
915915
"@humanwhocodes/config-array" "^0.11.13"
916916
"@humanwhocodes/module-importer" "^1.0.1"
917917
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)