Skip to content

Commit f35c364

Browse files
fix(deps): update dependency uuid to v13 [security]
1 parent 07a4565 commit f35c364

4 files changed

Lines changed: 10 additions & 23 deletions

File tree

package-lock.json

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

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"terminal-link": "^4.0.0",
115115
"ts-node": "^10.9.1",
116116
"typescript": "^5.0.0",
117-
"uuid": "^11.0.0",
117+
"uuid": "^13.0.1",
118118
"yaml": "^2.8.0",
119119
"yargs": "^17.6.0",
120120
"zod": "^3.25.76"

packages/edge-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"tar": "^7.5.12",
8080
"tmp-promise": "^3.0.3",
8181
"urlpattern-polyfill": "8.0.2",
82-
"uuid": "^11.0.0"
82+
"uuid": "^13.0.1"
8383
}
8484
}

packages/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"nock": "^13.0.0",
5353
"ts-node": "^10.9.1",
5454
"typescript": "^5.0.0",
55-
"uuid": "^11.0.0",
55+
"uuid": "^13.0.1",
5656
"vitest": "^3.2.3"
5757
},
5858
"engines": {

0 commit comments

Comments
 (0)