diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package-lock.json | 18 | ||||
-rw-r--r-- | editors/code/package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index b924b2471..fd4397e35 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json | |||
@@ -649,18 +649,18 @@ | |||
649 | } | 649 | } |
650 | }, | 650 | }, |
651 | "linkify-it": { | 651 | "linkify-it": { |
652 | "version": "2.1.0", | 652 | "version": "2.2.0", |
653 | "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.1.0.tgz", | 653 | "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", |
654 | "integrity": "sha512-4REs8/062kV2DSHxNfq5183zrqXMl7WP0WzABH9IeJI+NLm429FgE1PDecltYfnOoFDFlZGh2T8PfZn0r+GTRg==", | 654 | "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", |
655 | "dev": true, | 655 | "dev": true, |
656 | "requires": { | 656 | "requires": { |
657 | "uc.micro": "^1.0.1" | 657 | "uc.micro": "^1.0.1" |
658 | } | 658 | } |
659 | }, | 659 | }, |
660 | "lodash": { | 660 | "lodash": { |
661 | "version": "4.17.14", | 661 | "version": "4.17.15", |
662 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", | 662 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", |
663 | "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", | 663 | "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", |
664 | "dev": true | 664 | "dev": true |
665 | }, | 665 | }, |
666 | "markdown-it": { | 666 | "markdown-it": { |
@@ -1272,9 +1272,9 @@ | |||
1272 | } | 1272 | } |
1273 | }, | 1273 | }, |
1274 | "vsce": { | 1274 | "vsce": { |
1275 | "version": "1.64.0", | 1275 | "version": "1.66.0", |
1276 | "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.64.0.tgz", | 1276 | "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.66.0.tgz", |
1277 | "integrity": "sha512-t3R7QTe2nAXQZs2kD+nA8GjdlX8pAQlnzxaNTG2976i5cyQ8r+ZsMNa/f9PDt7bhjcQM+u/fL+LkNuw+hwoy2A==", | 1277 | "integrity": "sha512-Zf4+WD4PhEcOr7jkU08SI9lwFqDhmhk73YOCGQ/tNLaBy+PnnX4eSdqj9LdzDLuI2dsyomJLXzDSNgxuaInxCQ==", |
1278 | "dev": true, | 1278 | "dev": true, |
1279 | "requires": { | 1279 | "requires": { |
1280 | "azure-devops-node-api": "^7.2.0", | 1280 | "azure-devops-node-api": "^7.2.0", |
diff --git a/editors/code/package.json b/editors/code/package.json index ea74ab85a..ae7207056 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -44,7 +44,7 @@ | |||
44 | "tslint": "^5.16.0", | 44 | "tslint": "^5.16.0", |
45 | "tslint-config-prettier": "^1.18.0", | 45 | "tslint-config-prettier": "^1.18.0", |
46 | "typescript": "^3.4.4", | 46 | "typescript": "^3.4.4", |
47 | "vsce": "^1.64.0", | 47 | "vsce": "^1.66.0", |
48 | "vscode": "^1.1.33" | 48 | "vscode": "^1.1.33" |
49 | }, | 49 | }, |
50 | "activationEvents": [ | 50 | "activationEvents": [ |