diff --git a/package.json b/package.json index 65c8664..751203f 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "tslint": "^5.11.0", "tslint-config-fire": "^1.0.1", "typescript": "^3.2.1", - "vscode": "^1.1.22" + "vscode": "^1.1.24" }, "engines": { "vscode": "^1.15.0" diff --git a/yarn.lock b/yarn.lock index 6adf5ae..025fac1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2771,7 +2771,7 @@ replace-ext@^1.0.0: resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= -request@^2.79.0, request@^2.83.0: +request@^2.79.0, request@^2.88.0: version "2.88.0" resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== @@ -3552,10 +3552,10 @@ vinyl@^2.0.0, vinyl@^2.0.1, vinyl@^2.0.2, vinyl@^2.1.0: remove-trailing-separator "^1.0.1" replace-ext "^1.0.0" -vscode@^1.1.22: - version "1.1.22" - resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.1.22.tgz#0e088b43c3328d0330feb5c6db5a7d3d4ba1a231" - integrity sha512-G/zu7PRAN1yF80wg+l6ebIexDflU3uXXeabacJuLearTIfObKw4JaI8aeHwDEmpnCkc3MkIr3Bclkju2gtEz6A== +vscode@^1.1.24: + version "1.1.24" + resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.1.24.tgz#e2464d638e23935d79e8ddb7822593557c271252" + integrity sha512-X2rFkk4OCYMmcIP/9uFvhvcmRB+J9te4d872Tup56Miax0h1O0o6WzsxyRog+V91yphdCgDmBbxsvjziEhxPkg== dependencies: glob "^7.1.2" gulp-chmod "^2.0.0" @@ -3566,7 +3566,7 @@ vscode@^1.1.22: gulp-untar "^0.0.7" gulp-vinyl-zip "^2.1.2" mocha "^4.0.1" - request "^2.83.0" + request "^2.88.0" semver "^5.4.1" source-map-support "^0.5.0" url-parse "^1.4.3"