Skip to content

Commit cd1765b

Browse files
Bump uuid and @types/uuid
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.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v10.0.0) Updates `@types/uuid` from 9.0.8 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:development 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>
1 parent c9322c6 commit cd1765b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@rollup/plugin-typescript": "^11.1.6",
5050
"rollup-plugin-license": "^3.5.2",
5151
"@types/semver": "^7.5.8",
52-
"@types/uuid": "^9.0.8",
52+
"@types/uuid": "^10.0.0",
5353
"obsidian": "^1.0.0",
5454
"rollup": "^4.18.1",
5555
"semver": "^7.6.2",
56-
"uuid": "^9.0.1",
56+
"uuid": "^10.0.0",
5757
"all-contributors-cli": "^6.26.1"
5858
}
5959
}

0 commit comments

Comments
 (0)