aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-18 16:38:17 +0000
committerGitHub <[email protected]>2020-03-18 16:38:17 +0000
commit12c952f8010afb583989a6e72f81ded4aa9110d2 (patch)
treed0b69a346e333b738d07674bd283203bf6238f4d /editors/code/package.json
parent198510760d72db120fc7245c86da828b12144c71 (diff)
parent482a7c2262b29bdff9b69102e3fcaa61ccf3efc7 (diff)
Merge #3637
3637: Update dependencies and fix minimist CVE r=matklad a=darinmorrison This PR just updates some dependencies and also regenerates the `package-lock.json` to fix the recent [minimist CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598) (a dependency of eslint). Co-authored-by: Darin Morrison <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b9e0ffd2b..84642d11c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -42,10 +42,10 @@
42 "@types/node": "^12.12.30", 42 "@types/node": "^12.12.30",
43 "@types/node-fetch": "^2.5.5", 43 "@types/node-fetch": "^2.5.5",
44 "@types/vscode": "^1.43.0", 44 "@types/vscode": "^1.43.0",
45 "@typescript-eslint/eslint-plugin": "^2.23.0", 45 "@typescript-eslint/eslint-plugin": "^2.24.0",
46 "@typescript-eslint/parser": "^2.23.0", 46 "@typescript-eslint/parser": "^2.24.0",
47 "eslint": "^6.8.0", 47 "eslint": "^6.8.0",
48 "rollup": "^1.32.1", 48 "rollup": "^2.1.0",
49 "tslib": "^1.11.1", 49 "tslib": "^1.11.1",
50 "typescript": "^3.8.3", 50 "typescript": "^3.8.3",
51 "typescript-formatter": "^7.2.2", 51 "typescript-formatter": "^7.2.2",