Skip to content

Commit 563fe68

Browse files
chore(deps): bump the npm group across 1 directory with 3 updates
Bumps the npm group with 3 updates in the / directory: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@actions/github` from 6.0.0 to 6.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Updates `@types/node` from 20.17.32 to 22.15.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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: "@actions/github" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 22.15.19 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39ba0b9 commit 563fe68

File tree

2 files changed

+38
-32
lines changed

2 files changed

+38
-32
lines changed

package-lock.json

Lines changed: 35 additions & 29 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
@@ -22,7 +22,7 @@
2222
"author": "softprops",
2323
"dependencies": {
2424
"@actions/core": "^1.11.1",
25-
"@actions/github": "^6.0.0",
25+
"@actions/github": "^6.0.1",
2626
"@octokit/plugin-retry": "^7.2.1",
2727
"@octokit/plugin-throttling": "^10.0.0",
2828
"glob": "^11.0.2",
@@ -32,12 +32,12 @@
3232
"@types/glob": "^8.1.0",
3333
"@types/jest": "^29.5.14",
3434
"@types/mime": "^3.0.1",
35-
"@types/node": "^20.17.32",
35+
"@types/node": "^22.15.19",
3636
"@vercel/ncc": "^0.38.3",
3737
"jest": "^29.3.1",
3838
"jest-circus": "^29.3.1",
3939
"prettier": "3.5.3",
40-
"ts-jest": "^29.3.2",
40+
"ts-jest": "^29.3.4",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^5.8.3",
4343
"typescript-formatter": "^7.2.2"

0 commit comments

Comments
 (0)