deps: update

This commit is contained in:
peaceiris 2019-09-26 19:48:38 +09:00
parent 3ae7dd1270
commit c7b570bed5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4218,9 +4218,9 @@
"dev": true
},
"lint-staged": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.3.0.tgz",
"integrity": "sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A==",
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.4.0.tgz",
"integrity": "sha512-jTu1KoGiGTSffM539wK+3igVqDGVsby3KwDBaXL471YndahkjnavLX+R5Nsk49JwklyMo0ZAXay1BaoyA6d2Jw==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@ -60,7 +60,7 @@
"husky": "^3.0.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"lint-staged": "^9.3.0",
"lint-staged": "^9.4.0",
"prettier": "1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"