deps: bump lint-staged from 10.1.0 to 10.1.1 (#205)

This commit is contained in:
dependabot-preview[bot] 2020-03-31 14:48:26 +00:00 committed by GitHub
parent a93c85ca96
commit 42a3ae6a38
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

@ -5454,9 +5454,9 @@
"dev": true
},
"lint-staged": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.0.tgz",
"integrity": "sha512-WzZ/T+O/aEaaT679sMgI4JqK5mnG69V5KQSouzVsShzZ8wGWte39HT3z61LsxjVNeCf8m/ChhvWJa2wTiQLy5A==",
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.1.tgz",
"integrity": "sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@ -69,7 +69,7 @@
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"js-yaml": "^3.13.1",
"lint-staged": "^10.1.0",
"lint-staged": "^10.1.1",
"prettier": "2.0.2",
"standard-version": "^7.1.0",
"ts-jest": "^25.3.0",