Skip to content

Commit 8d219e7

Browse files
chore(deps-dev): bump uuid and @types/uuid (#114)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 387624c commit 8d219e7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/mocha": "^10.0.1",
4545
"@types/mock-fs": "^4.13.1",
4646
"@types/node": "^20.11.25",
47-
"@types/uuid": "^9.0.8",
47+
"@types/uuid": "^10.0.0",
4848
"@typescript-eslint/eslint-plugin": "^7.1.1",
4949
"@typescript-eslint/parser": "^7.1.1",
5050
"chai": "^5.1.0",
@@ -63,7 +63,7 @@
6363
"standard-version": "^9.5.0",
6464
"ts-node": "^10.9.1",
6565
"typescript": "^5.4.5",
66-
"uuid": "^9.0.0"
66+
"uuid": "^10.0.0"
6767
},
6868
"dependencies": {
6969
"@xmldom/xmldom": "^0.8.8",

0 commit comments

Comments
 (0)