Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"classnames": "^2.5.1",
"prop-types": "^15.8.1",
"react-currency-input-field": "^3.10.0",
"uuid": "^10.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"formik": "^2.4.6",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ __metadata:
reactstrap: "npm:^8.10.1"
tsup: "npm:^8.4.0"
typescript: "npm:^5.5.4"
uuid: "npm:^10.0.0"
uuid: "npm:^14.0.0"
yup: "npm:^0.32.11"
peerDependencies:
formik: ^2.4.6
Expand Down Expand Up @@ -25573,6 +25573,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist-node/bin/uuid
checksum: 10/8ee9b98f9650e25555515f7a28d3c3ae9364e72f7bb19b9e08b681bc135338beba5509b2830f6ae1cfaba4d45401da0d16d4d109b977097bc3d6ba0c5583341b
languageName: node
linkType: hard

"uuid@npm:^3.1.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand Down
Loading