Skip to content

Commit fc315ad

Browse files
Bump uuid, @actions/core and jest-junit
Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [jest-junit](https://github.com/jest-community/jest-junit). These dependencies need to be updated together. Updates `uuid` from 8.3.2 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...v14.0.0) 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 `jest-junit` from 16.0.0 to 17.0.0 - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production - dependency-name: jest-junit dependency-version: 17.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56372c9 commit fc315ad

2 files changed

Lines changed: 62 additions & 33 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "nhalstead",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@actions/core": "^1.10.1",
25+
"@actions/core": "^1.11.1",
2626
"ajv": "^8.18.0",
2727
"better-ajv-errors": "^2.0.3",
2828
"chalk": "^4.1.2",
@@ -35,7 +35,7 @@
3535
"@types/node": "^18.19.130",
3636
"husky": "^3.0.9",
3737
"jest": "^30.2.0",
38-
"jest-junit": "^16.0.0",
38+
"jest-junit": "^17.0.0",
3939
"junit-report-builder": "^5.1.1",
4040
"lint-staged": "^9.4.2",
4141
"prettier": "1.18.2",

0 commit comments

Comments
 (0)