build(deps-dev): bump lint-staged from 9.2.5 to 9.3.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.2.5 to 9.3.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.2.5...v9.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-23 02:55:31 +00:00 committed by GitHub
parent 6d819cab4c
commit 669ec24a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4218,9 +4218,9 @@
"dev": true "dev": true
}, },
"lint-staged": { "lint-staged": {
"version": "9.2.5", "version": "9.3.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.5.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.3.0.tgz",
"integrity": "sha512-d99gTBFMJ29159+9iRvaMEQstmNcPAbQbhHSYw6D/1FncvFdIj8lWHztaq3Uq+tbZPABHXQ/fyN7Rp1QwF8HIw==", "integrity": "sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",

View file

@ -60,7 +60,7 @@
"husky": "^3.0.5", "husky": "^3.0.5",
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-circus": "^24.9.0", "jest-circus": "^24.9.0",
"lint-staged": "^9.2.5", "lint-staged": "^9.3.0",
"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.3"