Skip to content

Commit 36e1642

Browse files
build(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0 in /code
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.19.0 to 9.20.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.20.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e73133 commit 36e1642

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
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.20.0",
5656
"@faker-js/faker": "^9.4.0",
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5858
"@types/node": "^22.13.1",

code/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,16 @@
387387
minimatch "^3.1.2"
388388
strip-json-comments "^3.1.1"
389389

390-
"@eslint/js@9.19.0", "@eslint/js@^9.17.0":
390+
"@eslint/js@9.19.0":
391391
version "9.19.0"
392392
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
393393
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
394394

395+
"@eslint/js@^9.20.0":
396+
version "9.20.0"
397+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
398+
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
399+
395400
"@eslint/object-schema@^2.1.5":
396401
version "2.1.5"
397402
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"

0 commit comments

Comments
 (0)