Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 7a6a27c commit 00f064e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/i18n": "0.13.12",
"@types/lodash": "^4",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.1",
Expand All @@ -89,7 +89,7 @@
"nock": "13.5.5",
"nyc": "15.1.0",
"prettier": "3.3.3",
"uuid": "9.0.1",
"uuid": "10.0.0",
"vite": "5.4.2",
"vite-plugin-checker": "0.7.2",
"vite-plugin-istanbul": "6.0.2"
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4262,10 +4262,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 @@ -8168,7 +8168,7 @@ __metadata:
"@types/node": "npm:20.16.3"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
"@vitejs/plugin-react": "npm:4.3.1"
Expand Down Expand Up @@ -8203,7 +8203,7 @@ __metadata:
react-i18next: "npm:14.1.3"
react-toastify: "npm:10.0.5"
typescript: "npm:5.5.4"
uuid: "npm:9.0.1"
uuid: "npm:10.0.0"
vite: "npm:5.4.2"
vite-plugin-checker: "npm:0.7.2"
vite-plugin-istanbul: "npm:6.0.2"
Expand Down Expand Up @@ -12795,6 +12795,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: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
Expand Down

0 comments on commit 00f064e

Please sign in to comment.