Skip to content

Commit c0da227

Browse files
Bump the npm-dev-dependencies group with 3 updates
Bumps the npm-dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 20.17.28 to 20.17.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `ts-jest` from 29.3.0 to 29.3.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.3.0...v29.3.1) Updates `typescript-eslint` from 8.28.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 20.17.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-dependencies - dependency-name: ts-jest dependency-version: 29.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56d898b commit c0da227

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

package-lock.json

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@eslint/js": "^9.23.0",
3737
"@types/jest": "^29.5.14",
38-
"@types/node": "^20.17.28",
38+
"@types/node": "^20.17.30",
3939
"@vercel/ncc": "^0.38.3",
4040
"eslint": "^9.23.0",
4141
"eslint-config-prettier": "^10.1.1",
@@ -45,9 +45,9 @@
4545
"jest-circus": "^29.7.0",
4646
"js-yaml": "^4.1.0",
4747
"prettier": "^3.5.3",
48-
"ts-jest": "^29.3.0",
48+
"ts-jest": "^29.3.1",
4949
"ts-node": "^10.9.2",
5050
"typescript": "^5.8.2",
51-
"typescript-eslint": "^8.28.0"
51+
"typescript-eslint": "^8.29.0"
5252
}
5353
}

0 commit comments

Comments
 (0)