diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-22 12:01:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-22 12:01:27 +0000 |
commit | 70ad904012c3614d200cee99e28c5536b68f0588 (patch) | |
tree | 3268f6baf6f259c52bb56d57728ffdeed1859833 /editors/code/package-lock.json | |
parent | 9999660c9082e54b1afb868848f19edd96284d80 (diff) | |
parent | d905abfb118ca50f6af1292073ce4fc3b91c7045 (diff) |
Merge #3205
3205: vscode: migrate to tripple equals r=matklad a=Veetaha
Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'editors/code/package-lock.json')
-rw-r--r-- | editors/code/package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index d7da47089..76ef2aae4 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json | |||
@@ -5,18 +5,18 @@ | |||
5 | "requires": true, | 5 | "requires": true, |
6 | "dependencies": { | 6 | "dependencies": { |
7 | "@babel/code-frame": { | 7 | "@babel/code-frame": { |
8 | "version": "7.5.5", | 8 | "version": "7.8.3", |
9 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", | 9 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", |
10 | "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", | 10 | "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", |
11 | "dev": true, | 11 | "dev": true, |
12 | "requires": { | 12 | "requires": { |
13 | "@babel/highlight": "^7.0.0" | 13 | "@babel/highlight": "^7.8.3" |
14 | } | 14 | } |
15 | }, | 15 | }, |
16 | "@babel/highlight": { | 16 | "@babel/highlight": { |
17 | "version": "7.5.0", | 17 | "version": "7.8.3", |
18 | "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz", | 18 | "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", |
19 | "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==", | 19 | "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", |
20 | "dev": true, | 20 | "dev": true, |
21 | "requires": { | 21 | "requires": { |
22 | "chalk": "^2.0.0", | 22 | "chalk": "^2.0.0", |