Skip to content

Commit ad1e928

Browse files
build(deps): bump uuid and @types/uuid (#3474)
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 8.3.2 to 9.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...v9.0.0) Updates `@types/uuid` from 8.3.3 to 9.0.1 - [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>
1 parent 2c1c27d commit ad1e928

File tree

2 files changed

+59
-16
lines changed

2 files changed

+59
-16
lines changed

package-lock.json

Lines changed: 57 additions & 14 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
@@ -3460,7 +3460,7 @@
34603460
"@types/sinon": "^10.0.5",
34613461
"@types/sinonjs__fake-timers": "^8.1.2",
34623462
"@types/tcp-port-used": "^1.0.1",
3463-
"@types/uuid": "^8.3.3",
3463+
"@types/uuid": "^9.0.1",
34643464
"@types/vscode": "^1.65.0",
34653465
"@types/vscode-webview": "^1.57.1",
34663466
"@types/xml2js": "^0.4.8",
@@ -3530,7 +3530,7 @@
35303530
"strip-ansi": "^5.2.0",
35313531
"tcp-port-used": "^1.0.1",
35323532
"typescript": "^5.0.4",
3533-
"uuid": "^8.3.2",
3533+
"uuid": "^9.0.0",
35343534
"vscode-languageclient": "^6.1.4",
35353535
"vscode-languageserver": "^6.1.1",
35363536
"vscode-languageserver-textdocument": "^1.0.8",

0 commit comments

Comments
 (0)