Skip to content

Commit 68dc8ce

Browse files
build(deps): bump uuid and @types/uuid (#2177)
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: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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 1e11c27 commit 68dc8ce

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
@@ -148,7 +148,7 @@
148148
},
149149
"dependencies": {
150150
"btoa": "^1.2.1",
151-
"uuid": "^9.0.0"
151+
"uuid": "^10.0.0"
152152
},
153153
"devDependencies": {
154154
"@rollup/plugin-commonjs": "^26.0.1",
@@ -161,7 +161,7 @@
161161
"@types/node-fetch": "^2.5.12",
162162
"@types/shelljs": "^0.8.9",
163163
"@types/sinon": "^17.0.3",
164-
"@types/uuid": "^9.0.1",
164+
"@types/uuid": "^10.0.0",
165165
"@typescript-eslint/eslint-plugin": "^7.4.0",
166166
"@typescript-eslint/parser": "^7.4.0",
167167
"atob": "^2.1.2",

0 commit comments

Comments
 (0)