Skip to content

Commit 60b4e17

Browse files
chore(deps-dev): bump @eslint/js from 9.14.0 to 9.18.0 (#752)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.14.0 to 9.18.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.18.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> Co-authored-by: Kylee Fields <[email protected]>
1 parent 442e77e commit 60b4e17

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typeorm": "^0.3.20"
6262
},
6363
"devDependencies": {
64-
"@eslint/js": "^9.11.1",
64+
"@eslint/js": "^9.18.0",
6565
"@golevelup/ts-jest": "^0.5.0",
6666
"@nestjs/cli": "^10.4.9",
6767
"@nestjs/schematics": "^10.2.3",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,16 @@
399399
minimatch "^3.1.2"
400400
strip-json-comments "^3.1.1"
401401

402-
"@eslint/[email protected]", "@eslint/js@^9.11.1":
402+
403403
version "9.14.0"
404404
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.14.0.tgz#2347a871042ebd11a00fd8c2d3d56a265ee6857e"
405405
integrity sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==
406406

407+
"@eslint/js@^9.18.0":
408+
version "9.18.0"
409+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
410+
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
411+
407412
"@eslint/object-schema@^2.1.4":
408413
version "2.1.4"
409414
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"

0 commit comments

Comments
 (0)