Skip to content

Commit de938b0

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:development 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] <support@github.com>
1 parent f198cb3 commit de938b0

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package-lock.json

Lines changed: 8 additions & 9 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
@@ -27,7 +27,7 @@
2727
"@babel/preset-typescript": "^7.23.3",
2828
"@types/jest": "^29.5.8",
2929
"@types/lodash": "^4.14.201",
30-
"@types/uuid": "^9.0.7",
30+
"@types/uuid": "^10.0.0",
3131
"@typescript-eslint/eslint-plugin": "^7.0.0",
3232
"@typescript-eslint/parser": "^6.10.0",
3333
"cross-env": "^7.0.3",
@@ -49,7 +49,7 @@
4949
"tslib": "^2.6.2",
5050
"tsup": "^8.0.1",
5151
"typescript": "^5.2.2",
52-
"uuid": "^9.0.1"
52+
"uuid": "^10.0.0"
5353
},
5454
"engines": {
5555
"node": ">=10"

0 commit comments

Comments
 (0)