Skip to content

Commit 7c6c3fe

Browse files
build(deps-dev): bump @eslint/js from 9.36.0 to 9.37.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.36.0 to 9.37.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.37.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a91630b commit 7c6c3fe

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "npm run build && npm run test --workspaces"
1212
},
1313
"devDependencies": {
14-
"@eslint/js": "^9.36.0",
14+
"@eslint/js": "^9.37.0",
1515
"@types/node": "22",
1616
"@types/source-map-support": "^0.5.10",
1717
"@types/ws": "^8.18.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,16 @@
185185
minimatch "^3.1.2"
186186
strip-json-comments "^3.1.1"
187187

188-
"@eslint/js@9.36.0", "@eslint/js@^9.36.0":
188+
"@eslint/js@9.36.0":
189189
version "9.36.0"
190190
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef"
191191
integrity sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==
192192

193+
"@eslint/js@^9.37.0":
194+
version "9.37.0"
195+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
196+
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
197+
193198
"@eslint/object-schema@^2.1.6":
194199
version "2.1.6"
195200
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)