Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

fix(deps): update dependency uuid to v10 #1290

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-toastify": "10.0.5",
"stylis": "4.3.2",
"stylis-plugin-rtl": "2.1.1",
"uuid": "9.0.1",
"uuid": "10.0.0",
"validator": "13.12.0"
},
"scripts": {
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/react-csv": "1.1.10",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@types/validator": "13.11.10",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3944,10 +3944,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10/b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

Expand Down Expand Up @@ -7820,7 +7820,7 @@ __metadata:
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.3.0"
"@types/react-helmet": "npm:^6.1.11"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
"@types/validator": "npm:13.11.10"
"@typescript-eslint/eslint-plugin": "npm:7.12.0"
"@typescript-eslint/parser": "npm:7.12.0"
Expand Down Expand Up @@ -7871,7 +7871,7 @@ __metadata:
stylis: "npm:4.3.2"
stylis-plugin-rtl: "npm:2.1.1"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
validator: "npm:13.12.0"
vite: "npm:5.2.13"
vite-plugin-checker: "npm:0.6.4"
Expand Down