update deps

This commit is contained in:
王劲鹏 2019-12-14 15:39:59 +08:00
parent 919ec7aeb7
commit 327148b01e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -74,9 +74,9 @@
}
},
"rollup": {
"version": "1.27.10",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.10.tgz",
"integrity": "sha512-5PjBSKney8zLu7tTn/y4iVBL3OyK+G9rA/wfkcY78bZ9kAMtgNqb8nOfR5KpoDYyt8Vs5o2o8DyDjf9RpwYbAg==",
"version": "1.27.12",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.12.tgz",
"integrity": "sha512-51iR7n6NQfdQJlRrIktaGmkdt395A8Vue7CdnlrK6UhY9DY2GaKsTdljWeXisJuZh+w90Gz8VFNh5X+yxP20oQ==",
"requires": {
"@types/estree": "*",
"@types/node": "*",

View File

@ -22,7 +22,7 @@
"dependencies": {
"@types/ws": "^6.0.4",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.10",
"rollup": "^1.27.12",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3",