Skip to content

Commit

Permalink
pkg: Update uuid to v11 (#3263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 6a8f22d commit e35c09a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rehype-highlight": "7.0.1",
"remark-gfm": "^4.0.0",
"remark-remove-comments": "^1.0.1",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 deletions examples/todo-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@data-client/rest": "^0.14.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-json-tree": "0.19.0",
"react-live": "^4.0.0",
"typescript": "^5.5.2",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"browserslist": [
"extends @anansi/browserslist-config",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25063,7 +25063,7 @@ __metadata:
react-live: "npm:^4.0.0"
serve: "npm:14.2.4"
typescript: "npm:^5.5.2"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
webpack: "npm:^5.76.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -29867,12 +29867,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:^11.0.0":
version: 11.0.1
resolution: "uuid@npm:11.0.1"
bin:
uuid: dist/bin/uuid
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
uuid: dist/esm/bin/uuid
checksum: 10c0/cd5a1d7eccfd6da80382ec88cfa28b68dce2c1c1402228b813fc0065ab8b29d20594cffeb67d850bc166ade677a6c35741072bd9dd0cc7d565c1fe8eca14ef22
languageName: node
linkType: hard

Expand Down

0 comments on commit e35c09a

Please sign in to comment.