Skip to content

Commit 4295a21

Browse files
fix(deps): update dependency uuid to v11
1 parent 93125d6 commit 4295a21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"iterare": "^1.2.1",
5656
"lsif-protocol": "^0.4.3",
57-
"uuid": "^9.0.1",
57+
"uuid": "^11.0.5",
5858
"vscode-languageserver-textdocument": "^1.0.1"
5959
}
6060
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6656,16 +6656,16 @@ util-promisify@^2.1.0:
66566656
dependencies:
66576657
object.getownpropertydescriptors "^2.0.3"
66586658

6659+
uuid@^11.0.5:
6660+
version "11.0.5"
6661+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
6662+
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
6663+
66596664
uuid@^3.3.2, uuid@^3.3.3:
66606665
version "3.3.3"
66616666
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
66626667
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
66636668

6664-
uuid@^9.0.1:
6665-
version "9.0.1"
6666-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
6667-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
6668-
66696669
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
66706670
version "3.0.4"
66716671
resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)