Skip to content

Commit f7bce9e

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 8b602e4 commit f7bce9e

File tree

3 files changed

+49
-12
lines changed

3 files changed

+49
-12
lines changed

package-lock.json

+46-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@aws-sdk/lib-dynamodb": "3.614.0",
1010
"@aws-sdk/util-dynamodb": "3.614.0",
1111
"dayjs": "1.11.11",
12-
"uuid": "9.0.1",
12+
"uuid": "10.0.0",
1313
"vitest": "1.6.0"
1414
},
1515
"scripts": {

packages/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"cors": "2.8.5",
1919
"dayjs": "1.11.11",
2020
"express": "4.19.2",
21-
"uuid": "9.0.1",
21+
"uuid": "10.0.0",
2222
"zod": "3.23.8"
2323
},
2424
"devDependencies": {
2525
"@types/aws-lambda": "8.10.141",
2626
"@types/cors": "2.8.17",
2727
"@types/express": "4.17.21",
2828
"@types/sinon-express-mock": "1.3.12",
29-
"@types/uuid": "9.0.8",
29+
"@types/uuid": "10.0.0",
3030
"aws-sdk-client-mock": "4.0.1",
3131
"sinon-express-mock": "2.2.1",
3232
"vitest": "1.6.0"

0 commit comments

Comments
 (0)