From 9d0e1480c8bc09d88e37af023e3a095fe9167696 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Apr 2022 10:20:26 +0000 Subject: [PATCH] fix(deps): update dependency uuid to ^7.0.3 --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index db1d2b79..85ce0ae3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "minimist": "^1.2.0", "npm": "^6.14.2", "typescript-lsif": "https://github.com/dbaeumer/TypeScript/releases/download/4.4.0-beta-lsif.1/lsif-typescript-4.4.0-beta-lsif.1.tgz", - "uuid": "^7.0.2", + "uuid": "^7.0.3", "vscode-uri": "^2.1.1" }, "devDependencies": { @@ -48,7 +48,7 @@ "@types/minimist": "1.2.1", "@types/node": "13.13.51", "@types/npm": "2.0.32", - "@types/uuid": "7.0.4", + "@types/uuid": "7.0.5", "eslint": "7.32.0", "prettier": "2.5.1", "ts-node": "^8.6.2", diff --git a/yarn.lock b/yarn.lock index 81065af4..15b6bea9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -440,10 +440,10 @@ dependencies: "@types/node" "*" -"@types/uuid@7.0.4": - version "7.0.4" - resolved "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.4.tgz" - integrity sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g== +"@types/uuid@7.0.5": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.5.tgz#b1d2f772142a301538fae9bdf9cf15b9f2573a29" + integrity sha512-hKB88y3YHL8oPOs/CNlaXtjWn93+Bs48sDQR37ZUqG2tLeCS7EA1cmnkKsuQsub9OKEB/y/Rw9zqJqqNSbqVlQ== "@types/yargs-parser@*": version "20.2.0" @@ -4986,9 +4986,9 @@ uuid@^3.3.2, uuid@^3.3.3: resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz" integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== -uuid@^7.0.2: +uuid@^7.0.3: version "7.0.3" - resolved "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== v8-compile-cache@^2.0.3: