Skip to content

Commit 70b127a

Browse files
pkg: Update uuid to v13 (#3590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44edd5b commit 70b127a

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

examples/github-app/package-lock.json

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

examples/github-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"rehype-highlight": "7.0.2",
6767
"remark-gfm": "^4.0.0",
6868
"remark-remove-comments": "^1.0.1",
69-
"uuid": "^11.0.0"
69+
"uuid": "^13.0.0"
7070
}
7171
}

examples/todo-app/package-lock.json

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

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"core-js": "^3.40.0",
5353
"react": "19.1.1",
5454
"react-dom": "19.1.1",
55-
"uuid": "^11.0.0"
55+
"uuid": "^13.0.0"
5656
}
5757
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-json-tree": "0.20.0",
5858
"react-live": "^4.0.0",
5959
"typescript": "5.9.3",
60-
"uuid": "^11.0.0"
60+
"uuid": "^13.0.0"
6161
},
6262
"browserslist": [
6363
"extends @anansi/browserslist-config",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26145,7 +26145,7 @@ __metadata:
2614526145
react-live: "npm:^4.0.0"
2614626146
serve: "npm:14.2.5"
2614726147
typescript: "npm:5.9.3"
26148-
uuid: "npm:^11.0.0"
26148+
uuid: "npm:^13.0.0"
2614926149
webpack: "npm:^5.76.0"
2615026150
languageName: unknown
2615126151
linkType: soft
@@ -31104,7 +31104,7 @@ __metadata:
3110431104
languageName: node
3110531105
linkType: hard
3110631106

31107-
"uuid@npm:^11.0.0, uuid@npm:^11.1.0":
31107+
"uuid@npm:^11.1.0":
3110831108
version: 11.1.0
3110931109
resolution: "uuid@npm:11.1.0"
3111031110
bin:
@@ -31113,6 +31113,15 @@ __metadata:
3111331113
languageName: node
3111431114
linkType: hard
3111531115

31116+
"uuid@npm:^13.0.0":
31117+
version: 13.0.0
31118+
resolution: "uuid@npm:13.0.0"
31119+
bin:
31120+
uuid: dist-node/bin/uuid
31121+
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
31122+
languageName: node
31123+
linkType: hard
31124+
3111631125
"uuid@npm:^3.3.2":
3111731126
version: 3.4.0
3111831127
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)