Skip to content

Commit 176b062

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency uuid to v7
1 parent 3de5df6 commit 176b062

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sourcegraph/tsconfig": "^4.0.1",
4444
"@sourcegraph/tslint-config": "^13.4.0",
4545
"@types/eslint": "6.8.0",
46-
"@types/uuid": "3.4.6",
46+
"@types/uuid": "7.0.3",
4747
"eslint": "^6.8.0",
4848
"husky": "^3.1.0",
4949
"lsif-protocol": "^0.4.3",
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"iterare": "^1.2.0",
57-
"uuid": "^3.3.3",
57+
"uuid": "^7.0.3",
5858
"vscode-languageserver-textdocument": "^1.0.0-next.2"
5959
}
6060
}

yarn.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -429,12 +429,10 @@
429429
resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
430430
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
431431

432-
433-
version "3.4.6"
434-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.6.tgz#d2c4c48eb85a757bf2927f75f939942d521e3016"
435-
integrity sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==
436-
dependencies:
437-
"@types/node" "*"
432+
433+
version "7.0.3"
434+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.3.tgz#45cd03e98e758f8581c79c535afbd4fc27ba7ac8"
435+
integrity sha512-PUdqTZVrNYTNcIhLHkiaYzoOIaUi5LFg/XLerAdgvwQrUCx+oSbtoBze1AMyvYbcwzUSNC+Isl58SM4Sm/6COw==
438436

439437
"@typescript-eslint/eslint-plugin@^2.30.0":
440438
version "2.30.0"
@@ -5617,6 +5615,11 @@ uuid@^3.3.2, uuid@^3.3.3:
56175615
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
56185616
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
56195617

5618+
uuid@^7.0.3:
5619+
version "7.0.3"
5620+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
5621+
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
5622+
56205623
v8-compile-cache@^2.0.3:
56215624
version "2.1.0"
56225625
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"

0 commit comments

Comments
 (0)