update deps

This commit is contained in:
王劲鹏 2019-12-14 15:38:33 +08:00
parent 883fac4f36
commit 0dcb28d855
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -251,9 +251,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

@ -26,7 +26,7 @@
"keypress": "^0.2.1",
"nodejs-websocket": "^1.7.2",
"qrcode-terminal": "^0.12.0",
"rollup": "^1.27.10",
"rollup": "^1.27.12",
"shelljs": "^0.8.3",
"source-map-merger": "^0.2.0",
"typescript": "^3.7.3"