Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v11 (#1554)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 844f0ff commit 45f25e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-router-dom": "6.27.0",
"react-toastify": "10.0.6",
"stylis": "4.3.4",
"uuid": "10.0.0",
"uuid": "11.0.3",
"validator": "13.12.0"
},
"scripts": {
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6476,7 +6476,7 @@ __metadata:
react-toastify: "npm:10.0.6"
stylis: "npm:4.3.4"
typescript: "npm:5.6.3"
uuid: "npm:10.0.0"
uuid: "npm:11.0.3"
validator: "npm:13.12.0"
vite: "npm:5.4.10"
vite-plugin-checker: "npm:0.8.0"
Expand Down Expand Up @@ -11689,6 +11689,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/esm/bin/uuid
checksum: 10/251385563195709eb0697c74a834764eef28e1656d61174e35edbd129288acb4d95a43f4ce8a77b8c2fc128e2b55924296a0945f964b05b9173469d045625ff2
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down

0 comments on commit 45f25e4

Please sign in to comment.