Skip to content

Commit

Permalink
Bump uuid from 10.0.0 to 11.0.2 (#737)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 88c1de1 commit 0a6c332
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"patch-package": "^8.0.0",
"prettier": "npm:[email protected]",
"typescript": "^5.6.3",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-virtual-modules": "^0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"qrcode.react": "^4.1.0",
"react-blurhash": "^0.3.0",
"react-compare-slider": "^3.1.0",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"dependencies": {
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/upload-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"blurhash": "^2.0.5",
"fast-average-color": "^9.3.0",
"mime": "^3.0.0",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"vosk-browser": "^0.0.8"
}
}

0 comments on commit 0a6c332

Please sign in to comment.