Skip to content

Commit befb846

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 536e9c5 commit befb846

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package-lock.json

Lines changed: 9 additions & 11 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
@@ -75,11 +75,11 @@
7575
"@rollup/plugin-typescript": "^11.1.6",
7676
"rollup-plugin-license": "^3.5.2",
7777
"@types/semver": "^7.5.8",
78-
"@types/uuid": "^9.0.8",
78+
"@types/uuid": "^10.0.0",
7979
"obsidian": "^1.7.2",
8080
"rollup": "^4.24.0",
8181
"semver": "^7.6.3",
82-
"uuid": "^9.0.1",
82+
"uuid": "^10.0.0",
8383
"all-contributors-cli": "^6.26.1"
8484
}
8585
}

0 commit comments

Comments
 (0)