Skip to content

Commit d6d8691

Browse files
fix(deps): update dependency uuid to v12
1 parent 93125d6 commit d6d8691

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": "^12.0.0",
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@^12.0.0:
6660+
version "12.0.0"
6661+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-12.0.0.tgz#114e150a140571af7b188c5c2a8d8493755fb587"
6662+
integrity sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==
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)