Skip to content

Commit 4626fa1

Browse files
fix(deps): update dependency uuid to v13
1 parent 92b818d commit 4626fa1

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lodash": "4.17.21",
5757
"serverless-http": "3.2.0",
5858
"simple-oauth2": "5.1.0",
59-
"uuid": "9.0.1",
59+
"uuid": "13.0.0",
6060
"winston": "3.17.0",
6161
"winston-cloudwatch": "6.3.0",
6262
"xml2js": "0.6.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"swr": "1.3.0",
107107
"unified": "10.1.2",
108108
"unist-util-visit": "5.0.0",
109-
"uuid": "9.0.1",
109+
"uuid": "13.0.0",
110110
"winston": "3.17.0",
111111
"winston-cloudwatch": "6.3.0",
112112
"xml2js": "0.6.2"

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"gray-matter": "4.0.3",
2727
"js-yaml": "4.1.0",
2828
"lodash": "4.17.21",
29-
"uuid": "9.0.1"
29+
"uuid": "13.0.0"
3030
},
3131
"devDependencies": {
3232
"@jest/types": "29.6.3",

yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4143,7 +4143,7 @@ __metadata:
41434143
ts-node: 10.9.2
41444144
tsconfig-paths: 4.2.0
41454145
typescript: 5.9.2
4146-
uuid: 9.0.1
4146+
uuid: 13.0.0
41474147
winston: 3.17.0
41484148
winston-cloudwatch: 6.3.0
41494149
wiremock: 3.13.1
@@ -4354,7 +4354,7 @@ __metadata:
43544354
typescript: 5.9.2
43554355
unified: 10.1.2
43564356
unist-util-visit: 5.0.0
4357-
uuid: 9.0.1
4357+
uuid: 13.0.0
43584358
webpack: 5.102.0
43594359
winston: 3.17.0
43604360
winston-cloudwatch: 6.3.0
@@ -4394,7 +4394,7 @@ __metadata:
43944394
ts-node: 10.9.2
43954395
tsconfig-paths: 4.2.0
43964396
typescript: 5.9.2
4397-
uuid: 9.0.1
4397+
uuid: 13.0.0
43984398
languageName: unknown
43994399
linkType: soft
44004400

@@ -35611,12 +35611,12 @@ __metadata:
3561135611
languageName: node
3561235612
linkType: hard
3561335613

35614-
"uuid@npm:9.0.1, uuid@npm:^9.0.0, uuid@npm:^9.0.1":
35615-
version: 9.0.1
35616-
resolution: "uuid@npm:9.0.1"
35614+
"uuid@npm:13.0.0":
35615+
version: 13.0.0
35616+
resolution: "uuid@npm:13.0.0"
3561735617
bin:
35618-
uuid: dist/bin/uuid
35619-
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
35618+
uuid: dist-node/bin/uuid
35619+
checksum: 7510ee1ab371be5339ef26ff8cabc2f4a2c60640ff880652968f758072f53bd4f4af1c8b0e671a8c9bb29ef926a24dec3ef0e3861d78183b39291a85743a9f96
3562035620
languageName: node
3562135621
linkType: hard
3562235622

@@ -35663,6 +35663,15 @@ __metadata:
3566335663
languageName: node
3566435664
linkType: hard
3566535665

35666+
"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
35667+
version: 9.0.1
35668+
resolution: "uuid@npm:9.0.1"
35669+
bin:
35670+
uuid: dist/bin/uuid
35671+
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
35672+
languageName: node
35673+
linkType: hard
35674+
3566635675
"uvu@npm:^0.5.0":
3566735676
version: 0.5.6
3566835677
resolution: "uvu@npm:0.5.6"

0 commit comments

Comments
 (0)