Skip to content
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
5 changes: 5 additions & 0 deletions .changeset/dependabot-ee13191.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'washboard-ui': patch
---

chore(deps-dev): bump `uuid` from 12.0.0 to 13.0.0
2 changes: 1 addition & 1 deletion apps/washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.9.2",
"uuid": "^12.0.0",
"uuid": "^13.0.0",
"vite": "^7.1.5",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11735,12 +11735,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^12.0.0":
version: 12.0.0
resolution: "uuid@npm:12.0.0"
"uuid@npm:^13.0.0":
version: 13.0.0
resolution: "uuid@npm:13.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/18079c61ec2ca899d8df034ed543dc4844ec14d3bddc3099149d4c076a28c76dfc7434bcc5fafae8799f894da6acaa055bd7e97eedb6cba2840994f02849b801
uuid: dist-node/bin/uuid
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
languageName: node
linkType: hard

Expand Down Expand Up @@ -11920,7 +11920,7 @@ __metadata:
tailwindcss-animate: "npm:^1.0.7"
typescript: "npm:^5.9.2"
usehooks-ts: "npm:^3.1.1"
uuid: "npm:^12.0.0"
uuid: "npm:^13.0.0"
vite: "npm:^7.1.5"
vite-plugin-svgr: "npm:^4.5.0"
vite-tsconfig-paths: "npm:^5.1.4"
Expand Down
Loading