diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-06 08:11:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-06 08:11:58 +0000 |
commit | d2b210a02e3e8ee1cf38909411fa8945aec99f4e (patch) | |
tree | 27ee316d77ac99591242c1b3c5a396e96fbdbc9a /editors/code | |
parent | 0d4ea3cbf7e8e2ace6f73bb57055f52c9913cafe (diff) | |
parent | ab7469240cfe73bbac41d10226c3a819fc78b22a (diff) |
Merge #2486
2486: Fix npm vulnerability warning r=matklad a=edwin0cheng
I see a warning in `npm` when I try to install RA:
```
found 1 high severity vulnerability
```
This PR update package-lock.json by run `npm audit fix`
Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index e6bcbfa60..2ceac60a0 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json | |||
@@ -598,9 +598,9 @@ | |||
598 | } | 598 | } |
599 | }, | 599 | }, |
600 | "https-proxy-agent": { | 600 | "https-proxy-agent": { |
601 | "version": "2.2.2", | 601 | "version": "2.2.4", |
602 | "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz", | 602 | "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", |
603 | "integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==", | 603 | "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", |
604 | "dev": true, | 604 | "dev": true, |
605 | "requires": { | 605 | "requires": { |
606 | "agent-base": "^4.3.0", | 606 | "agent-base": "^4.3.0", |