Skip to content

Commit 2a1645c

Browse files
Bump uuid and @types/uuid
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v10.0.0) Updates `@types/uuid` from 9.0.8 to 10.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25e7baa commit 2a1645c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 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
@@ -29,7 +29,7 @@
2929
"form-data": "^4.0.0",
3030
"jszip": "3.10.1",
3131
"semver": "^7.6.0",
32-
"uuid": "^9.0.1",
32+
"uuid": "^10.0.0",
3333
"yaml": "^2.4.2"
3434
},
3535
"devDependencies": {
@@ -43,7 +43,7 @@
4343
"@types/jest": "^29.5.12",
4444
"@types/node": "^20.10.5",
4545
"@types/semver": "^7.5.8",
46-
"@types/uuid": "^9.0.8",
46+
"@types/uuid": "^10.0.0",
4747
"@typescript-eslint/eslint-plugin": "^8.3.0",
4848
"@typescript-eslint/parser": "^8.3.0",
4949
"archiver": "^7.0.1",

0 commit comments

Comments
 (0)