Skip to content

Commit a030490

Browse files
build(deps-dev): bump @eslint/js from 9.37.0 to 9.38.0 (#1603)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.37.0 to 9.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.38.0 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 6289c93 commit a030490

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
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@eslint/eslintrc": "^3.3.1",
63-
"@eslint/js": "^9.36.0",
63+
"@eslint/js": "^9.38.0",
6464
"@types/bluebird": "^3.5.42",
6565
"@types/cls-hooked": "^4.3.9",
6666
"@types/compression": "^1.8.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,16 @@
657657
minimatch "^3.1.2"
658658
strip-json-comments "^3.1.1"
659659

660-
"@eslint/[email protected]", "@eslint/js@^9.36.0":
660+
661661
version "9.37.0"
662662
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
663663
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
664664

665+
"@eslint/js@^9.38.0":
666+
version "9.38.0"
667+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
668+
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
669+
665670
"@eslint/object-schema@^2.1.6":
666671
version "2.1.6"
667672
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)