fixing security vuln
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user