Skip to content

Commit 5cc7a6d

Browse files
Bump @eslint/js from 9.17.0 to 9.19.0 (#1190)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.17.0 to 9.19.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.19.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0d89ff commit 5cc7a6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@
13021302
}
13031303
},
13041304
"devDependencies": {
1305-
"@eslint/js": "^9.17.0",
1305+
"@eslint/js": "^9.19.0",
13061306
"@types/glob": "^8.1.0",
13071307
"@types/mocha": "^10.0.10",
13081308
"@types/node": "^22.9.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,16 @@
5858
minimatch "^3.1.2"
5959
strip-json-comments "^3.1.1"
6060

61-
"@eslint/[email protected]", "@eslint/js@^9.17.0":
61+
6262
version "9.17.0"
6363
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
6464
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
6565

66+
"@eslint/js@^9.19.0":
67+
version "9.19.0"
68+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
69+
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
70+
6671
"@eslint/object-schema@^2.1.4":
6772
version "2.1.4"
6873
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"

0 commit comments

Comments
 (0)