Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pYassine committed Jun 13, 2024
1 parent 40bfd53 commit 1dfd7fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"striptags": "^3.2.0",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"xlsx": "^0.18.5",
"yup": "^0.32.9",
"yup-phone": "^1.3.2"
Expand Down
33 changes: 11 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3173,7 +3173,7 @@ __metadata:
tsconfig-paths: ^4.2.0
typeorm: ^0.3.17
typescript: 4.9.5
uuid: ^9.0.1
uuid: ^10.0.0
xlsx: ^0.18.5
yup: ^0.32.9
yup-phone: ^1.3.2
Expand Down Expand Up @@ -21485,27 +21485,7 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:^7.2.3":
version: 7.2.6
resolution: "protobufjs@npm:7.2.6"
dependencies:
"@protobufjs/aspromise": ^1.1.2
"@protobufjs/base64": ^1.1.2
"@protobufjs/codegen": ^2.0.4
"@protobufjs/eventemitter": ^1.1.0
"@protobufjs/fetch": ^1.1.0
"@protobufjs/float": ^1.0.2
"@protobufjs/inquire": ^1.1.0
"@protobufjs/path": ^1.1.2
"@protobufjs/pool": ^1.1.0
"@protobufjs/utf8": ^1.1.0
"@types/node": ">=13.7.0"
long: ^5.0.0
checksum: 3c62e48f7d50017ac3b0dcd2a58e617cf858f9fba56a488bd48b9aa3482893a75540052dbcb3c12dfbaab42b1d04964611175faf06bdadcd33a4ebac982a511e
languageName: node
linkType: hard

"protobufjs@npm:^7.2.5":
"protobufjs@npm:^7.2.3, protobufjs@npm:^7.2.5":
version: 7.3.0
resolution: "protobufjs@npm:7.3.0"
dependencies:
Expand Down Expand Up @@ -25258,6 +25238,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
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 1dfd7fa

Please sign in to comment.