deps: update

This commit is contained in:
peaceiris 2019-10-10 15:25:52 +09:00
parent c57482c110
commit ed1ba0af60
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6263,9 +6263,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.6.3", "version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@ -63,6 +63,6 @@
"lint-staged": "^9.4.2", "lint-staged": "^9.4.2",
"prettier": "1.18.2", "prettier": "1.18.2",
"ts-jest": "^24.1.0", "ts-jest": "^24.1.0",
"typescript": "^3.6.3" "typescript": "^3.6.4"
} }
} }