Skip to content

Commit 3189d5b

Browse files
renovate[bot]cbrunefearless
authored andcommitted
fix(deps): update dependency uuid to v13
1 parent a18b534 commit 3189d5b

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
@@ -54,7 +54,7 @@
5454
"lodash": "4.17.23",
5555
"serverless-http": "3.2.0",
5656
"simple-oauth2": "5.1.0",
57-
"uuid": "9.0.1",
57+
"uuid": "13.0.0",
5858
"winston": "3.17.0",
5959
"winston-cloudwatch": "6.3.0",
6060
"xml2js": "0.6.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"swr": "1.3.0",
114114
"unified": "10.1.2",
115115
"unist-util-visit": "5.0.0",
116-
"uuid": "9.0.1",
116+
"uuid": "13.0.0",
117117
"winston": "3.17.0",
118118
"winston-cloudwatch": "6.3.0",
119119
"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.1",
2828
"lodash": "4.17.23",
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
@@ -4665,7 +4665,7 @@ __metadata:
46654665
tsconfig-paths: 4.2.0
46664666
tsx: 4.21.0
46674667
typescript: 5.9.3
4668-
uuid: 9.0.1
4668+
uuid: 13.0.0
46694669
winston: 3.17.0
46704670
winston-cloudwatch: 6.3.0
46714671
wiremock: 3.13.2
@@ -4906,7 +4906,7 @@ __metadata:
49064906
typescript: 5.9.3
49074907
unified: 10.1.2
49084908
unist-util-visit: 5.0.0
4909-
uuid: 9.0.1
4909+
uuid: 13.0.0
49104910
vitest: 2.1.9
49114911
webpack: 5.103.0
49124912
winston: 3.17.0
@@ -4948,7 +4948,7 @@ __metadata:
49484948
ts-node: 10.9.2
49494949
tsconfig-paths: 4.2.0
49504950
typescript: 5.9.3
4951-
uuid: 9.0.1
4951+
uuid: 13.0.0
49524952
languageName: unknown
49534953
linkType: soft
49544954

@@ -37975,12 +37975,12 @@ __metadata:
3797537975
languageName: node
3797637976
linkType: hard
3797737977

37978-
"uuid@npm:9.0.1, uuid@npm:^9.0.0, uuid@npm:^9.0.1":
37979-
version: 9.0.1
37980-
resolution: "uuid@npm:9.0.1"
37978+
"uuid@npm:13.0.0":
37979+
version: 13.0.0
37980+
resolution: "uuid@npm:13.0.0"
3798137981
bin:
37982-
uuid: dist/bin/uuid
37983-
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
37982+
uuid: dist-node/bin/uuid
37983+
checksum: 7510ee1ab371be5339ef26ff8cabc2f4a2c60640ff880652968f758072f53bd4f4af1c8b0e671a8c9bb29ef926a24dec3ef0e3861d78183b39291a85743a9f96
3798437984
languageName: node
3798537985
linkType: hard
3798637986

@@ -38027,6 +38027,15 @@ __metadata:
3802738027
languageName: node
3802838028
linkType: hard
3802938029

38030+
"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
38031+
version: 9.0.1
38032+
resolution: "uuid@npm:9.0.1"
38033+
bin:
38034+
uuid: dist/bin/uuid
38035+
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
38036+
languageName: node
38037+
linkType: hard
38038+
3803038039
"uvu@npm:^0.5.0":
3803138040
version: 0.5.6
3803238041
resolution: "uvu@npm:0.5.6"

0 commit comments

Comments
 (0)