Skip to content

Commit 2409635

Browse files
committed
chore(security): bump uuid 9 -> 14 in webapp; drop unused uuid dep from sdk
1 parent 9ef38cf commit 2409635

3 files changed

Lines changed: 9 additions & 26 deletions

File tree

apps/webapp/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"tiny-invariant": "^1.2.0",
228228
"ulid": "^2.3.0",
229229
"ulidx": "^2.2.1",
230-
"uuid": "^9.0.0",
230+
"uuid": "^14.0.0",
231231
"ws": "^8.11.0",
232232
"zod": "3.25.76",
233233
"zod-error": "1.5.0",
@@ -270,7 +270,6 @@
270270
"@types/slug": "^5.0.3",
271271
"@types/supertest": "^6.0.2",
272272
"@types/tar": "^6.1.4",
273-
"@types/uuid": "^9.0.0",
274273
"@types/ws": "^8.5.3",
275274
"@typescript-eslint/eslint-plugin": "^5.59.6",
276275
"@typescript-eslint/parser": "^5.59.6",

packages/trigger-sdk/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@
6060
"slug": "^6.0.0",
6161
"ulid": "^2.3.0",
6262
"uncrypto": "^0.1.3",
63-
"uuid": "^9.0.0",
6463
"ws": "^8.11.0"
6564
},
6665
"devDependencies": {
6766
"@arethetypeswrong/cli": "^0.15.4",
6867
"@types/debug": "^4.1.7",
6968
"@types/slug": "^5.0.3",
70-
"@types/uuid": "^9.0.0",
7169
"@types/ws": "^8.5.3",
7270
"ai": "^6.0.0",
7371
"encoding": "^0.1.13",

pnpm-lock.yaml

Lines changed: 8 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)