Skip to content

Commit cc15c07

Browse files
dependabot[bot]MatteoH2O1999
authored andcommitted
chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). Updates `@types/node` from 22.10.0 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 8.16.0 to 8.17.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/parser) Updates `eslint` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.15.0...v9.16.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c11aa72 commit cc15c07

File tree

2 files changed

+170
-23
lines changed

2 files changed

+170
-23
lines changed

package-lock.json

+167-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"devDependencies": {
4040
"@matteoh2o1999/github-actions-jest-reporter": "^3.0.0",
4141
"@stylistic/eslint-plugin-ts": "^2.11.0",
42-
"@types/node": "^22.10.0",
42+
"@types/node": "^22.10.1",
4343
"@types/semver": "^7.5.8",
44-
"@typescript-eslint/parser": "^8.16.0",
44+
"@typescript-eslint/parser": "^8.17.0",
4545
"@vercel/ncc": "^0.38.3",
4646
"axios": "^1.7.8",
47-
"eslint": "^9.15.0",
47+
"eslint": "^9.16.0",
4848
"eslint-plugin-github": "^5.1.3",
4949
"eslint-plugin-jest": "^28.9.0",
5050
"jest": "^29.7.0",

0 commit comments

Comments
 (0)