Skip to content

Commit

Permalink
deps: bump uuid and @types/uuid
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 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v10.0.0)

Updates `@types/uuid` from 8.3.4 to 10.0.0
- [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 Aug 29, 2024
1 parent 24dc773 commit 176b820
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
50 changes: 34 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"oas2joi": "^2.0.2",
"p-defer": "^4.0.1",
"p-queue": "^7.2.0",
"uuid": "^8.3.2",
"uuid": "^10.0.0",
"winston": "^3.7.2",
"yargs": "^17.5.1"
},
Expand All @@ -161,7 +161,7 @@
"@types/marked": "^4.0.3",
"@types/marked-terminal": "^3.1.3",
"@types/node": "^18.7.6",
"@types/uuid": "^8.3.4",
"@types/uuid": "^10.0.0",
"@types/yargs": "^17.0.10",
"aegir": "^44.1.1",
"npm-run-all": "^4.1.5"
Expand Down

0 comments on commit 176b820

Please sign in to comment.