deps: bump lint-staged from 10.0.0 to 10.0.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.0 to 10.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.0.0...v10.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-23 20:45:25 +00:00
parent 4fb2901627
commit 87e38e224d
2 changed files with 11 additions and 4 deletions

13
package-lock.json generated
View File

@ -5207,9 +5207,9 @@
"dev": true "dev": true
}, },
"lint-staged": { "lint-staged": {
"version": "10.0.0", "version": "10.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.0.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.2.tgz",
"integrity": "sha512-/MrZOLMnljjMHakxlRd1Z5Kr8wWWlrWFasye7HaTv5tx56icwzT/STRty8flMKsyzBGTfTa9QszNVPsDS/yOug==", "integrity": "sha512-ZldhtIfT7bynVa7nmU/1jbK05r9hYQXbIQqZSotqdBCAcGJDEUqaUB7kG3ZCdoe9Qkj6HUM3x2yjCGJRxPUQLA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^3.0.0", "chalk": "^3.0.0",
@ -5223,6 +5223,7 @@
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"please-upgrade-node": "^3.2.0", "please-upgrade-node": "^3.2.0",
"string-argv": "0.3.1",
"stringify-object": "^3.3.0" "stringify-object": "^3.3.0"
}, },
"dependencies": { "dependencies": {
@ -7478,6 +7479,12 @@
"integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=", "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
"dev": true "dev": true
}, },
"string-argv": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
"integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==",
"dev": true
},
"string-length": { "string-length": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz", "resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",

View File

@ -65,7 +65,7 @@
"husky": "^4.0.10", "husky": "^4.0.10",
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-circus": "^24.9.0", "jest-circus": "^24.9.0",
"lint-staged": "^10.0.0", "lint-staged": "^10.0.2",
"nock": "^11.7.2", "nock": "^11.7.2",
"prettier": "1.19.1", "prettier": "1.19.1",
"standard-version": "^7.0.1", "standard-version": "^7.0.1",