update vscode-uri, fix links in untited (fixes #147788) (#161108)

This commit is contained in:
Martin Aeschlimann
2022-09-16 16:57:10 +02:00
committed by GitHub
parent c65b01d010
commit 724a088c68
11 changed files with 67 additions and 57 deletions

View File

@@ -16,7 +16,7 @@
"request-light": "^0.5.8",
"vscode-json-languageservice": "^5.1.0",
"vscode-languageserver": "^8.1.0-next.1",
"vscode-uri": "^3.0.3"
"vscode-uri": "^3.0.5"
},
"devDependencies": {
"@types/mocha": "^9.1.1",

View File

@@ -82,3 +82,8 @@ vscode-uri@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.3.tgz#a95c1ce2e6f41b7549f86279d19f47951e4f4d84"
integrity sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==
vscode-uri@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.5.tgz#3dd5a9e154e7c9a40de5eaa450a0ce59b435e584"
integrity sha512-bBp2pi1o6ynwlnGL8Tt6UBL1w3VsVZtHCU/Sl73bRfqjno3jMcVSCybdY+hj+31A8FQOELZJWwY+shLVLtcNew==