Skip to content

Commit c502de4

Browse files
build(deps-dev): bump @eslint/js from 9.23.0 to 9.24.0 in /code
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.23.0 to 9.24.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.24.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab9ae59 commit c502de4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:ui": "yarn run test --ui --coverage --open=false"
5353
},
5454
"devDependencies": {
55-
"@eslint/js": "^9.17.0",
55+
"@eslint/js": "^9.24.0",
5656
"@faker-js/faker": "^9.6.0",
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5858
"@types/node": "^22.14.0",

Diff for: code/yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,16 @@
277277
minimatch "^3.1.2"
278278
strip-json-comments "^3.1.1"
279279

280-
"@eslint/[email protected]", "@eslint/js@^9.17.0":
280+
281281
version "9.23.0"
282282
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
283283
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
284284

285+
"@eslint/js@^9.24.0":
286+
version "9.24.0"
287+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.24.0.tgz#685277980bb7bf84ecc8e4e133ccdda7545a691e"
288+
integrity sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==
289+
285290
"@eslint/object-schema@^2.1.6":
286291
version "2.1.6"
287292
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)