Fix @angular/platform-server version in package-lock.json

This commit is contained in:
Steve Sanderson 2018-01-04 10:31:30 +00:00
parent c637130f88
commit 0d9f17211f
1 changed files with 3 additions and 3 deletions

View File

@ -195,9 +195,9 @@
}
},
"@angular/platform-server": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-5.0.0.tgz",
"integrity": "sha1-h30l74FK+S//x7C1I7lxpv8iIBg=",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-5.1.3.tgz",
"integrity": "sha512-3E9rjaZtxODO75aEr3IfEWveVuY7w6DWKMjdNV4jDaRYbc70aP4fGPI0ynKZ8y94ty8mh9OlGTVzCo4l7BGcag==",
"requires": {
"domino": "1.0.30",
"tslib": "1.8.1",