Skip to content

Commit f2d704c

Browse files
dependabot[bot]lazka
authored andcommitted
Bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.1` | `5.0.2` | | [@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` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.4` | `24.10.7` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.5.0` | `62.0.0` | Updates `@actions/cache` from 5.0.1 to 5.0.2 - [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 `@types/node` from 24.10.4 to 24.10.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsdoc` from 61.5.0 to 62.0.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.5.0...v62.0.0) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@actions/tool-cache" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@types/node" dependency-version: 24.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6df6372 commit f2d704c

File tree

2 files changed

+85
-89
lines changed

2 files changed

+85
-89
lines changed

package-lock.json

Lines changed: 80 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
},
3030
"homepage": "https://github.com/msys2/setup-msys2",
3131
"dependencies": {
32-
"@actions/cache": "^5.0.1",
33-
"@actions/core": "^2.0.1",
32+
"@actions/cache": "^5.0.2",
33+
"@actions/core": "^2.0.2",
3434
"@actions/exec": "^2.0.0",
35-
"@actions/tool-cache": "^2.0.2"
35+
"@actions/tool-cache": "^3.0.0"
3636
},
3737
"devDependencies": {
3838
"@eslint/js": "^9.39.2",
39-
"@types/node": "^24.0.0",
39+
"@types/node": "^24.10.7",
4040
"@vercel/ncc": "^0.38.4",
4141
"eslint": "^9.39.2",
42-
"eslint-plugin-jsdoc": "^61.5.0",
42+
"eslint-plugin-jsdoc": "^62.0.0",
4343
"globals": "^17.0.0",
4444
"typescript": "^5.9.3"
4545
}

0 commit comments

Comments
 (0)