Skip to content

Commit 6f01c7f

Browse files
chore(deps): bump the nodejs group with 7 updates
Bumps the nodejs group with 7 updates: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.1` | `5.0.3` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.1` | `2.0.2` | | [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) | `2.0.2` | `3.0.0` | | [zod](https://github.com/colinhacks/zod) | `4.3.4` | `4.3.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.9` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.51.0` | `8.53.1` | Updates `@actions/cache` from 5.0.1 to 5.0.3 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@actions/core` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/tool-cache` from 2.0.2 to 3.0.0 - [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 `zod` from 4.3.4 to 4.3.5 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.3.4...v4.3.5) Updates `@types/node` from 25.0.3 to 25.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) Updates `typescript-eslint` from 8.51.0 to 8.53.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: "@actions/tool-cache" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nodejs - dependency-name: zod dependency-version: 4.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: "@types/node" dependency-version: 25.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: typescript-eslint dependency-version: 8.53.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0d7209 commit 6f01c7f

File tree

2 files changed

+144
-172
lines changed

2 files changed

+144
-172
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"author": "Pavel Zwerschke <pavelzw@gmail.com>",
2323
"license": "BSD-3-Clause",
2424
"dependencies": {
25-
"@actions/cache": "^5.0.1",
26-
"@actions/core": "^2.0.1",
25+
"@actions/cache": "^5.0.3",
26+
"@actions/core": "^2.0.2",
2727
"@actions/exec": "^2.0.0",
2828
"@actions/io": "^2.0.0",
29-
"@actions/tool-cache": "^2.0.2",
29+
"@actions/tool-cache": "^3.0.0",
3030
"handlebars": "^4.7.8",
3131
"smol-toml": "^1.6.0",
3232
"untildify": "^6.0.0",
3333
"which": "^6.0.0",
34-
"zod": "^4.3.4"
34+
"zod": "^4.3.6"
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^9.39.2",
38-
"@types/node": "^25.0.3",
38+
"@types/node": "^25.0.10",
3939
"@types/which": "^3.0.4",
4040
"eslint": "^9.39.2",
41-
"prettier": "^3.7.4",
41+
"prettier": "^3.8.1",
4242
"tsup": "^8.5.1",
4343
"typescript": "^5.9.3",
44-
"typescript-eslint": "^8.51.0"
44+
"typescript-eslint": "^8.53.1"
4545
}
4646
}

0 commit comments

Comments
 (0)