Skip to content

Commit f00c1a9

Browse files
build(deps): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tmp](https://github.com/raszi/node-tmp). Updates `@actions/cache` from 4.0.3 to 4.0.5 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@types/node` from 22.15.30 to 24.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tmp` from 0.2.4 to 0.2.5 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tmp dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9e969a commit f00c1a9

File tree

2 files changed

+27
-89
lines changed

2 files changed

+27
-89
lines changed

package-lock.json

Lines changed: 24 additions & 86 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
@@ -24,18 +24,18 @@
2424
"author": "golangci",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@actions/cache": "^4.0.3",
27+
"@actions/cache": "^4.0.5",
2828
"@actions/core": "^1.11.1",
2929
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^6.0.1",
3131
"@actions/http-client": "^2.2.3",
3232
"@octokit/plugin-retry": "^6.1.0",
3333
"@actions/tool-cache": "^2.0.2",
34-
"@types/node": "^22.15.30",
34+
"@types/node": "^24.2.1",
3535
"@types/semver": "^7.7.0",
3636
"@types/tmp": "^0.2.6",
3737
"@types/which": "^3.0.4",
38-
"tmp": "^0.2.4",
38+
"tmp": "^0.2.5",
3939
"which": "^5.0.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)