summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 19:17:16 +0000
committerDaniel Micay <danielmicay@gmail.com>2024-05-06 15:19:10 -0400
commit83f3668735f84670ab449375e1ff6d030ef0be8c (patch)
tree4f32bec69baf4e55cb3d81ae8d141c35a72f91f2
parent6dc7d288f2f3f143a08426b04353938d24774ad2 (diff)
Bump eslint from 9.1.1 to 9.2.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.1.1 to 9.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.1.1...v9.2.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 7fb85bb4..0d9c5151 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"": {
"dependencies": {
"csso-cli": "^4.0.2",
- "eslint": "^9.1.1",
+ "eslint": "^9.2.0",
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
@@ -256,9 +256,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.1.1",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.1.1.tgz",
- "integrity": "sha512-5WoDz3Y19Bg2BnErkZTp0en+c/i9PvgFS7MBe1+m60HjFr0hrphlAGp4yzI7pxpt4xShln4ZyYp4neJm8hmOkQ==",
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.2.0.tgz",
+ "integrity": "sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@@ -823,14 +823,14 @@
}
},
"node_modules/eslint": {
- "version": "9.1.1",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.1.1.tgz",
- "integrity": "sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==",
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.2.0.tgz",
+ "integrity": "sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^3.0.2",
- "@eslint/js": "9.1.1",
+ "@eslint/js": "9.2.0",
"@humanwhocodes/config-array": "^0.13.0",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.2.3",
diff --git a/package.json b/package.json
index 4eca925f..a29cf91c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"csso-cli": "^4.0.2",
- "eslint": "^9.1.1",
+ "eslint": "^9.2.0",
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",