Skip to content

Commit e6c86c0

Browse files
Bump the npm-development group with 3 updates
Bumps the npm-development group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.1...3.5.2) Updates `ts-jest` from 29.2.5 to 29.2.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.2.5...v29.2.6) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e298bf commit e6c86c0

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

package-lock.json

Lines changed: 18 additions & 16 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
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@jest/globals": "^29.7.0",
4343
"@types/jest": "^29.5.14",
44-
"@types/node": "^22.13.4",
44+
"@types/node": "^22.13.5",
4545
"@typescript-eslint/eslint-plugin": "^7.18.0",
4646
"@typescript-eslint/parser": "^7.18.0",
4747
"@vercel/ncc": "^0.38.3",
@@ -51,9 +51,9 @@
5151
"eslint-plugin-jsonc": "^2.19.1",
5252
"eslint-plugin-prettier": "^5.2.3",
5353
"jest": "^29.7.0",
54-
"prettier": "^3.5.1",
54+
"prettier": "^3.5.2",
5555
"prettier-eslint": "^16.3.0",
56-
"ts-jest": "^29.2.5",
56+
"ts-jest": "^29.2.6",
5757
"typescript": "^5.7.3"
5858
},
5959
"jest": {

0 commit comments

Comments
 (0)