1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

fix: package.json & package-lock.json to reduce vulnerabilities (#334)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
- https://snyk.io/vuln/SNYK-JS-PAPAPARSE-564258
This commit is contained in:
Snyk bot
2021-04-09 18:58:32 +03:00
committed by GitHub
parent 97715585a6
commit 2428b7e592
2 changed files with 8 additions and 8 deletions

View File

@@ -94,10 +94,10 @@
"lowdb": "1.0.0",
"lunr": "2.3.3",
"ngx-infinite-scroll": "7.0.1",
"node-fetch": "2.2.0",
"node-fetch": "2.6.1",
"node-forge": "0.10.0",
"open": "7.1.0",
"papaparse": "4.6.0",
"papaparse": "5.2.0",
"rxjs": "6.6.2",
"tldjs": "2.3.1",
"zone.js": "0.9.1",