fixing security vuln

This commit is contained in:
Will Baumbach
2020-04-21 20:58:52 -04:00
parent 917d369990
commit 851fd52def
2 changed files with 22 additions and 5 deletions

View File

@@ -9,7 +9,10 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"engines":{"node":"8.12.0","npm":"6.4.1"},
"engines": {
"node": "8.12.0",
"npm": "6.4.1"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.0",
@@ -21,6 +24,7 @@
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"rxjs": "~6.4.0",
"serialize-javascript": ">=2.1.1",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},