Skip to content

Commit b5cac74

Browse files
Bump the npm-development group with 4 updates (#755)
Bumps the npm-development group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@types/node` from 20.14.9 to 20.14.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 7.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser) Updates `ts-jest` from 29.1.5 to 29.2.0 - [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.1.5...v29.2.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robin Raju <[email protected]>
1 parent 68ea2e9 commit b5cac74

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

package-lock.json

+93-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"devDependencies": {
7373
"@jest/globals": "^29.7.0",
7474
"@types/jest": "^29.5.12",
75-
"@types/node": "^20.14.9",
75+
"@types/node": "^20.14.10",
7676
"@types/tar": "^6.1.13",
77-
"@typescript-eslint/eslint-plugin": "^7.15.0",
78-
"@typescript-eslint/parser": "^7.15.0",
77+
"@typescript-eslint/eslint-plugin": "^7.16.0",
78+
"@typescript-eslint/parser": "^7.16.0",
7979
"@vercel/ncc": "^0.38.1",
8080
"eslint": "^8.57.0",
8181
"eslint-plugin-github": "^5.0.1",
@@ -85,7 +85,7 @@
8585
"nock": "^13.5.4",
8686
"prettier": "3.3.2",
8787
"prettier-eslint": "^16.3.0",
88-
"ts-jest": "^29.1.5",
88+
"ts-jest": "^29.2.0",
8989
"typescript": "5.5.3"
9090
}
9191
}

0 commit comments

Comments
 (0)