Update package.json

Fixed references with security alerts.
This commit is contained in:
Hugo Bernier 2020-04-27 20:45:16 -04:00 committed by GitHub
parent 6f39c41354
commit d6966dfbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.11",
"serialize-javascript": ">=2.1.1",
"lodash.template": ">=4.5.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5",