Skip to content

Commit 807a245

Browse files
[web] Bump @eslint/js from 9.32.0 to 9.34.0 in /frontend/web
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.32.0 to 9.34.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/commits/v9.34.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f86689d commit 807a245

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prettier:fix": "npm run prettier -- --write"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.30.0",
29+
"@eslint/js": "^9.34.0",
3030
"copy-webpack-plugin": "^13.0.0",
3131
"css-loader": "^7.1.2",
3232
"css-minimizer-webpack-plugin": "^7.0.2",

frontend/web/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,16 @@
5555
minimatch "^3.1.2"
5656
strip-json-comments "^3.1.1"
5757

58-
"@eslint/[email protected]", "@eslint/js@^9.30.0":
58+
5959
version "9.32.0"
6060
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
6161
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
6262

63+
"@eslint/js@^9.34.0":
64+
version "9.34.0"
65+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b"
66+
integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==
67+
6368
"@eslint/object-schema@^2.1.6":
6469
version "2.1.6"
6570
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)