Skip to content

Commit

Permalink
Bump uuid and @types/uuid in /horreum-web
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 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `@types/uuid` from 9.0.1 to 9.0.8
- [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-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 99325af commit 984e44b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions horreum-web/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 horreum-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react-dom": "18.2.18",
"@types/react-redux": "7.1.20",
"@types/react-table": "7.7.19",
"@types/uuid": "9.0.1",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "4.2.1",
"clsx": "2.1.0",
"fetchival": "0.3.3",
Expand All @@ -39,7 +39,7 @@
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"typescript": "5.4.5",
"uuid": "9.0.0",
"uuid": "10.0.0",
"vite": "5.2.9",
"vite-tsconfig-paths": "4.3.1"
},
Expand Down

0 comments on commit 984e44b

Please sign in to comment.