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

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 Jun 28, 2024
1 parent a1dfedc commit 6d036c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 @@ -3951,10 +3951,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 @@ -7827,7 +7827,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 @@ -7878,7 +7878,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

0 comments on commit 6d036c0

Please sign in to comment.