Skip to content

Commit

Permalink
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 9.0.0 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v10.0.0)

Updates `@types/uuid` from 9.0.1 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and apupier committed Sep 19, 2024
1 parent ec873a7 commit b884e1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 18 additions & 14 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 @@ -36,7 +36,7 @@
"@types/object-hash": "^3.0.2",
"@types/picomatch": "^2.3.0",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.0",
"@types/uuid": "^10.0.0",
"@types/vscode": "1.75.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
Expand All @@ -62,6 +62,6 @@
"os-locale": "^5.0.0",
"picomatch": "^2.3.1",
"ua-parser-js": "1.0.33",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
}
}

0 comments on commit b884e1e

Please sign in to comment.