Skip to content

Commit

Permalink
Add uuid as an explicit dep since we already use it
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 8, 2024
1 parent 0a75101 commit 6cc69d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"sanitize-filename": "^1.6.3",
"title-case": "^4.3.1",
"ts-essentials": "^9.4.1",
"uuid": "^10.0.0",
"winston": "^3.11.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"xregexp": "^5.1.1",
Expand Down Expand Up @@ -129,6 +130,7 @@
"@types/react": "^18.2.33",
"@types/stack-trace": "^0.0.32",
"@types/triple-beam": "^1.3.4",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.11.5",
"@typescript-eslint/parser": "^5.62.0",
"debugger-is-attached": "^1.2.0",
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3925,6 +3925,13 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.0":
version: 9.0.6
resolution: "@types/uuid@npm:9.0.6"
Expand Down Expand Up @@ -5509,6 +5516,7 @@ __metadata:
"@types/react": "npm:^18.2.33"
"@types/stack-trace": "npm:^0.0.32"
"@types/triple-beam": "npm:^1.3.4"
"@types/uuid": "npm:^10.0.0"
"@types/validator": "npm:^13.11.5"
"@typescript-eslint/parser": "npm:^5.62.0"
argon2: "npm:^0.31.1"
Expand Down Expand Up @@ -5577,6 +5585,7 @@ __metadata:
type-fest: "npm:^4.15.0"
typescript: "npm:^5.2.2"
typescript-transform-paths: "npm:^3.4.6"
uuid: "npm:^10.0.0"
winston: "npm:^3.11.0"
xlsx: "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
xregexp: "npm:^5.1.1"
Expand Down Expand Up @@ -13047,6 +13056,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: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
languageName: node
linkType: hard

"uuid@npm:^11.0.0-0":
version: 11.0.0-0
resolution: "uuid@npm:11.0.0-0"
Expand Down

0 comments on commit 6cc69d7

Please sign in to comment.