Skip to content

Commit 9351f0d

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@actions/tool-cache` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) Updates `@types/node` from 22.10.2 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.7.2 to 5.7.3 - [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.2...v5.7.3) --- updated-dependencies: - dependency-name: "@actions/tool-cache" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d66d6b commit 9351f0d

File tree

2 files changed

+31
-44
lines changed

2 files changed

+31
-44
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"dependencies": {
2121
"@actions/core": "^1.11.1",
2222
"@actions/exec": "^1.0.0",
23-
"@actions/tool-cache": "^2.0.1"
23+
"@actions/tool-cache": "^2.0.2"
2424
},
2525
"devDependencies": {
2626
"@types/jest": "^29.5.14",
27-
"@types/node": "^22.10.2",
27+
"@types/node": "^22.10.10",
2828
"@vercel/ncc": "^0.38.3",
2929
"jest": "^29.7.0",
3030
"prettier": "3.4.2",
3131
"ts-jest": "^29.2.5",
32-
"typescript": "5.7.2"
32+
"typescript": "5.7.3"
3333
}
3434
}

0 commit comments

Comments
 (0)