Skip to content

Commit cde5807

Browse files
chore(deps): bump the nodejs group across 1 directory with 7 updates (#558)
Bumps the nodejs group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.1` | `22.10.1` | | [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.8` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.3` | | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `17.1.0` | `17.1.11` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.2` | Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@types/node` from 22.5.1 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `axios` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.7.8) Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@vercel/ncc` from 0.38.1 to 0.38.3 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.1...0.38.3) Updates `npm-check-updates` from 17.1.0 to 17.1.11 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v17.1.0...v17.1.11) Updates `typescript` from 5.5.4 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.7.2) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9af99c3 commit cde5807

File tree

2 files changed

+94
-81
lines changed

2 files changed

+94
-81
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"author": "Sarisia",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"@types/jest": "^29.5.12",
15-
"@vercel/ncc": "^0.38.1",
14+
"@types/jest": "^29.5.14",
15+
"@vercel/ncc": "^0.38.3",
1616
"jest": "^29.7.0",
17-
"npm-check-updates": "^17.1.0",
17+
"npm-check-updates": "^17.1.11",
1818
"ts-jest": "^29.2.5",
19-
"typescript": "^5.5.4"
19+
"typescript": "^5.7.2"
2020
},
2121
"dependencies": {
22-
"@actions/core": "^1.10.1",
22+
"@actions/core": "^1.11.1",
2323
"@actions/github": "^6.0.0",
24-
"@types/node": "^22.5.1",
25-
"axios": "^1.7.7"
24+
"@types/node": "^22.10.1",
25+
"axios": "^1.7.8"
2626
}
2727
}

0 commit comments

Comments
 (0)