Skip to content

Commit 3466a36

Browse files
Bump @eslint/js in the npm group across 1 directory (#151)
Bumps the npm group with 1 update in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `@eslint/js` from 9.28.0 to 9.29.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/HEAD/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfb3319 commit 3466a36

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@eslint/js": "^9.26.0",
12+
"@eslint/js": "^9.29.0",
1313
"@napi-rs/cli": "^2.18.4",
1414
"ava": "^6.3.0",
1515
"eslint": "^9.26.0",

yarn.lock

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

60-
"@eslint/js@9.28.0", "@eslint/js@^9.26.0":
60+
"@eslint/js@9.28.0":
6161
version "9.28.0"
6262
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
6363
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
6464

65+
"@eslint/js@^9.29.0":
66+
version "9.29.0"
67+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
68+
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
69+
6570
"@eslint/object-schema@^2.1.6":
6671
version "2.1.6"
6772
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)