Skip to content

Commit 323f627

Browse files
chore(deps): update dependency @types/uuid to v11
1 parent 71f300a commit 323f627

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"@types/source-map-support": "^0.5.10",
136136
"@types/striptags": "^3.1.1",
137137
"@types/supertest": "^6.0.3",
138-
"@types/uuid": "^9.0.8",
138+
"@types/uuid": "^11.0.0",
139139
"@typescript-eslint/eslint-plugin": "^7.18.0",
140140
"@typescript-eslint/parser": "^7.18.0",
141141
"aws-sdk-client-mock": "^4.1.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,7 +4078,7 @@ __metadata:
40784078
"@types/source-map-support": "npm:^0.5.10"
40794079
"@types/striptags": "npm:^3.1.1"
40804080
"@types/supertest": "npm:^6.0.3"
4081-
"@types/uuid": "npm:^9.0.8"
4081+
"@types/uuid": "npm:^11.0.0"
40824082
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
40834083
"@typescript-eslint/parser": "npm:^7.18.0"
40844084
aws-sdk: "npm:^2.1692.0"
@@ -11001,10 +11001,12 @@ __metadata:
1100111001
languageName: node
1100211002
linkType: hard
1100311003

11004-
"@types/uuid@npm:^9.0.8":
11005-
version: 9.0.8
11006-
resolution: "@types/uuid@npm:9.0.8"
11007-
checksum: 10/b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
11004+
"@types/uuid@npm:^11.0.0":
11005+
version: 11.0.0
11006+
resolution: "@types/uuid@npm:11.0.0"
11007+
dependencies:
11008+
uuid: "npm:*"
11009+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
1100811010
languageName: node
1100911011
linkType: hard
1101011012

@@ -29032,6 +29034,15 @@ __metadata:
2903229034
languageName: node
2903329035
linkType: hard
2903429036

29037+
"uuid@npm:*":
29038+
version: 13.0.0
29039+
resolution: "uuid@npm:13.0.0"
29040+
bin:
29041+
uuid: dist-node/bin/uuid
29042+
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
29043+
languageName: node
29044+
linkType: hard
29045+
2903529046
"uuid@npm:8.0.0":
2903629047
version: 8.0.0
2903729048
resolution: "uuid@npm:8.0.0"

0 commit comments

Comments
 (0)