Skip to content

Commit 7b03453

Browse files
build(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 in /code
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.31.0 to 9.32.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.32.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b09abb commit 7b03453

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:ui": "yarn run test --ui --coverage --open=false"
5454
},
5555
"devDependencies": {
56-
"@eslint/js": "^9.30.1",
56+
"@eslint/js": "^9.32.0",
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5858
"@types/node": "^24.0.15",
5959
"@vitest/coverage-v8": "^3.1.1",

code/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,16 @@
281281
minimatch "^3.1.2"
282282
strip-json-comments "^3.1.1"
283283

284-
"@eslint/js@9.31.0", "@eslint/js@^9.30.1":
284+
"@eslint/js@9.31.0":
285285
version "9.31.0"
286286
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
287287
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
288288

289+
"@eslint/js@^9.32.0":
290+
version "9.32.0"
291+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
292+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
293+
289294
"@eslint/object-schema@^2.1.6":
290295
version "2.1.6"
291296
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)