Skip to content

Commit 7045b95

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), [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@types/node` from 22.15.17 to 22.15.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsonc` from 2.20.0 to 2.20.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.20.0...v2.20.1) Updates `ts-jest` from 29.3.2 to 29.3.4 - [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.2...v29.3.4) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d746cc7 commit 7045b95

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package-lock.json

Lines changed: 21 additions & 21 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
@@ -43,19 +43,19 @@
4343
"devDependencies": {
4444
"@jest/globals": "^29.7.0",
4545
"@types/jest": "^29.5.14",
46-
"@types/node": "^22.15.17",
46+
"@types/node": "^22.15.18",
4747
"@typescript-eslint/eslint-plugin": "^7.18.0",
4848
"@typescript-eslint/parser": "^7.18.0",
4949
"@vercel/ncc": "^0.38.3",
5050
"eslint": "^8.57.1",
5151
"eslint-plugin-github": "^5.1.8",
5252
"eslint-plugin-jest": "^28.11.0",
53-
"eslint-plugin-jsonc": "^2.20.0",
53+
"eslint-plugin-jsonc": "^2.20.1",
5454
"eslint-plugin-prettier": "^5.4.0",
5555
"jest": "^29.7.0",
5656
"prettier": "^3.5.3",
5757
"prettier-eslint": "^16.4.2",
58-
"ts-jest": "^29.3.2",
58+
"ts-jest": "^29.3.4",
5959
"typescript": "^5.8.3"
6060
},
6161
"jest": {

0 commit comments

Comments
 (0)