Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency uuid to v11.0.1 #4877

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"rxjs": "7.8.1",
"sqids": "0.3.0",
"use-storage-state": "5.0.0",
"uuid": "11.0.0"
"uuid": "11.0.1"
},
"devDependencies": {
"@faker-js/faker": "9.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ __metadata:
type-fest: "npm:4.26.1"
typescript: "npm:5.6.3"
use-storage-state: "npm:5.0.0"
uuid: "npm:11.0.0"
uuid: "npm:11.0.1"
webpack: "npm:5.95.0"
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.1.0"
Expand Down Expand Up @@ -18389,12 +18389,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading