Skip to content

Commit

Permalink
chore(deps): bump uuid from 10.0.0 to 11.0.1 in /ui (#490)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent eb43ea9 commit 9500e26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-markdown": "^9.0.1",
"react-router-dom": "^6.27.0",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"uuid": "^11.0.1",
"web-vitals": "^4.2.4"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12787,7 +12787,7 @@ __metadata:
typescript: "npm:^5.6.3"
typescript-eslint: "npm:^8.13.0"
usehooks-ts: "npm:^3.1.0"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.1"
vite: "npm:^5.4.10"
vite-plugin-checker: "npm:^0.8.0"
vite-plugin-eslint: "npm:^1.8.1"
Expand Down Expand Up @@ -14217,12 +14217,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.1":
version: 11.0.2
resolution: "uuid@npm:11.0.2"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist/esm/bin/uuid
checksum: 10/b98082f398fa2ece8cacc2264402f739256ca70def4bb82e3a14ec70777d189c01ce1054764c3b59b8fc098b62b135a15d1b24914712904c988822e2ac9b4f44
languageName: node
linkType: hard

Expand Down

0 comments on commit 9500e26

Please sign in to comment.