Skip to content

Commit 274af06

Browse files
authored
fix: bump uuid package to 13.0.2 (#16545)
Fixes #16459 Bumps the uuid package from 11.1.0 to 13.0.2 to fix [GHSA-w5hq-g745-h8pq](GHSA-w5hq-g745-h8pq). Can't bump to v14, as v14 drops support for node 18.
1 parent 9b36063 commit 274af06

13 files changed

Lines changed: 45 additions & 72 deletions

File tree

packages/db-d1-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"drizzle-orm": "0.45.2",
7878
"prompts": "2.4.2",
7979
"to-snake-case": "1.0.0",
80-
"uuid": "11.1.0"
80+
"uuid": "13.0.2"
8181
},
8282
"devDependencies": {
8383
"@payloadcms/eslint-config": "workspace:*",

packages/db-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"mongoose": "8.15.1",
5656
"mongoose-paginate-v2": "1.9.4",
5757
"prompts": "2.4.2",
58-
"uuid": "11.1.0"
58+
"uuid": "13.0.2"
5959
},
6060
"devDependencies": {
6161
"@payloadcms/eslint-config": "workspace:*",

packages/db-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"pg": "8.20.0",
8383
"prompts": "2.4.2",
8484
"to-snake-case": "1.0.0",
85-
"uuid": "11.1.0"
85+
"uuid": "13.0.2"
8686
},
8787
"devDependencies": {
8888
"@hyrious/esbuild-plugin-commonjs": "0.2.6",

packages/db-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"drizzle-orm": "0.45.2",
8080
"prompts": "2.4.2",
8181
"to-snake-case": "1.0.0",
82-
"uuid": "11.1.0"
82+
"uuid": "13.0.2"
8383
},
8484
"devDependencies": {
8585
"@payloadcms/eslint-config": "workspace:*",

packages/db-vercel-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"pg": "8.20.0",
8383
"prompts": "2.4.2",
8484
"to-snake-case": "1.0.0",
85-
"uuid": "11.1.0"
85+
"uuid": "13.0.2"
8686
},
8787
"devDependencies": {
8888
"@hyrious/esbuild-plugin-commonjs": "0.2.6",

packages/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"drizzle-orm": "0.45.2",
6363
"prompts": "2.4.2",
6464
"to-snake-case": "1.0.0",
65-
"uuid": "11.1.0"
65+
"uuid": "13.0.2"
6666
},
6767
"devDependencies": {
6868
"@libsql/client": "0.14.0",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"path-to-regexp": "6.3.0",
124124
"qs-esm": "8.0.1",
125125
"sass": "1.77.4",
126-
"uuid": "11.1.0"
126+
"uuid": "13.0.2"
127127
},
128128
"devDependencies": {
129129
"@babel/cli": "7.27.2",

packages/payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"ts-essentials": "10.0.3",
129129
"tsx": "4.21.0",
130130
"undici": "7.24.4",
131-
"uuid": "11.1.0",
131+
"uuid": "13.0.2",
132132
"ws": "^8.16.0"
133133
},
134134
"devDependencies": {

packages/plugin-stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@payloadcms/ui": "workspace:*",
6767
"lodash.get": "^4.4.2",
6868
"stripe": "^10.2.0",
69-
"uuid": "11.1.0"
69+
"uuid": "13.0.2"
7070
},
7171
"devDependencies": {
7272
"@payloadcms/eslint-config": "workspace:*",

packages/richtext-lexical/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
"qs-esm": "8.0.1",
399399
"react-error-boundary": "4.1.2",
400400
"ts-essentials": "10.0.3",
401-
"uuid": "11.1.0"
401+
"uuid": "13.0.2"
402402
},
403403
"devDependencies": {
404404
"@babel/cli": "7.27.2",

0 commit comments

Comments
 (0)