Skip to content

Commit 0df12b1

Browse files
fix(deps): update dependency uuid to v13
1 parent dd22d59 commit 0df12b1

File tree

4 files changed

+21
-283
lines changed

4 files changed

+21
-283
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lodash": "4.17.21",
5454
"serverless-http": "3.2.0",
5555
"simple-oauth2": "5.1.0",
56-
"uuid": "9.0.1",
56+
"uuid": "13.0.0",
5757
"winston": "3.17.0",
5858
"winston-cloudwatch": "6.3.0",
5959
"xml2js": "0.6.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"swr": "1.3.0",
112112
"unified": "10.1.2",
113113
"unist-util-visit": "5.0.0",
114-
"uuid": "9.0.1",
114+
"uuid": "13.0.0",
115115
"winston": "3.17.0",
116116
"winston-cloudwatch": "6.3.0",
117117
"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.21",
29-
"uuid": "9.0.1"
29+
"uuid": "13.0.0"
3030
},
3131
"devDependencies": {
3232
"@jest/types": "29.6.3",

0 commit comments

Comments
 (0)