Skip to content

Commit 3316cb1

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@types/node` from 24.10.1 to 24.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `ts-jest` from 29.4.5 to 29.4.6 - [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.4.5...v29.4.6) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ts-jest dependency-version: 29.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44f5e9f commit 3316cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
},
3232
"devDependencies": {
3333
"@types/jest": "30.0.0",
34-
"@types/node": "24.10.1",
34+
"@types/node": "24.10.2",
3535
"eslint": "9.39.1",
3636
"eslint-plugin-jest": "29.2.1",
3737
"jest": "30.2.0",
3838
"jest-junit": "16.0.0",
3939
"npm-run-all": "4.1.5",
40-
"ts-jest": "29.4.5",
40+
"ts-jest": "29.4.6",
4141
"typescript": "5.9.3"
4242
},
4343
"jest": {

0 commit comments

Comments
 (0)