Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent c2c3b01 commit 74e9a30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"striptags": "^3.2.0",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.20",
"uuid": "^10.0.0",
"uuid": "^11.0.0",
"xlsx": "^0.18.5",
"yup": "^0.32.9",
"yup-phone": "^1.3.2"
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3892,7 +3892,7 @@ __metadata:
tsconfig-paths: "npm:^4.2.0"
typeorm: "npm:^0.3.20"
typescript: "npm:4.9.5"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
xlsx: "npm:^0.18.5"
yup: "npm:^0.32.9"
yup-phone: "npm:^1.3.2"
Expand Down Expand Up @@ -26593,6 +26593,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.0":
version: 11.0.0
resolution: "uuid@npm:11.0.0"
bin:
uuid: dist/esm/bin/uuid
checksum: 10/ce68ce5031aa385efc4a7d8bf7d32904aeec778d4b3fa4164d09f5de64d91c42a3d36a27f82859b7a320875b8b88fdd48aa2e7746be2ace749f3461e528b1325
languageName: node
linkType: hard

"uuid@npm:^3.3.2":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand Down

0 comments on commit 74e9a30

Please sign in to comment.