Skip to content

Commit 86a56b0

Browse files
Bump the npm-development group across 1 directory with 4 updates
Bumps the npm-development group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.13.4 to 22.13.10 - [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.3 - [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.3) 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) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- 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 - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 368ff5b commit 86a56b0

File tree

2 files changed

+107
-81
lines changed

2 files changed

+107
-81
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 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.10",
4545
"@typescript-eslint/eslint-plugin": "^7.18.0",
4646
"@typescript-eslint/parser": "^7.18.0",
4747
"@vercel/ncc": "^0.38.3",
@@ -51,10 +51,10 @@
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.3",
5555
"prettier-eslint": "^16.3.0",
56-
"ts-jest": "^29.2.5",
57-
"typescript": "^5.7.3"
56+
"ts-jest": "^29.2.6",
57+
"typescript": "^5.8.2"
5858
},
5959
"jest": {
6060
"preset": "ts-jest",

0 commit comments

Comments
 (0)