Skip to content

Commit 33c7f4f

Browse files
dependabot[bot]eleanorreem
authored andcommitted
chore(deps-dev): bump @eslint/js from 9.9.1 to 9.11.1
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.1 to 9.11.1. - [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.11.1/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]>
1 parent ec76f64 commit 33c7f4f

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
@@ -57,7 +57,7 @@
5757
"typeorm": "^0.3.20"
5858
},
5959
"devDependencies": {
60-
"@eslint/js": "^9.8.0",
60+
"@eslint/js": "^9.11.1",
6161
"@golevelup/ts-jest": "^0.5.0",
6262
"@nestjs/cli": "^10.3.2",
6363
"@nestjs/schematics": "^10.1.4",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,16 @@
417417
minimatch "^3.1.2"
418418
strip-json-comments "^3.1.1"
419419

420-
"@eslint/[email protected]", "@eslint/js@^9.8.0":
420+
421421
version "9.9.1"
422422
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
423423
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
424424

425+
"@eslint/js@^9.11.1":
426+
version "9.11.1"
427+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
428+
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
429+
425430
"@eslint/object-schema@^2.1.4":
426431
version "2.1.4"
427432
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"

0 commit comments

Comments
 (0)