Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bump uuid and @types/uuid in /ui/ui-app
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 8.3.2 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.1)

Updates `@types/uuid` from 8.3.4 to 9.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 4a3d084 commit bffa972
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 18 additions & 14 deletions ui/ui-app/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@monaco-editor/react": "4.6.0",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.8",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.7.4",
"@vitejs/plugin-react-swc": "3.4.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"react-moment": "1.1.3",
"react-router-dom": "6.16.0",
"use-resize-observer": "9.1.0",
"uuid": "8.3.2",
"uuid": "9.0.1",
"yaml": "2.3.2"
}
}

0 comments on commit bffa972

Please sign in to comment.