Bump lint-staged from 10.0.0 to 10.0.2 (#549)

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-25 06:20:07 +02:00 committed by Lipis
parent 048d535b6e
commit 209bd84257
2 changed files with 11 additions and 4 deletions

13
package-lock.json generated
View File

@ -8828,9 +8828,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"lint-staged": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.0.tgz",
"integrity": "sha512-/MrZOLMnljjMHakxlRd1Z5Kr8wWWlrWFasye7HaTv5tx56icwzT/STRty8flMKsyzBGTfTa9QszNVPsDS/yOug==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.0.2.tgz",
"integrity": "sha512-ZldhtIfT7bynVa7nmU/1jbK05r9hYQXbIQqZSotqdBCAcGJDEUqaUB7kG3ZCdoe9Qkj6HUM3x2yjCGJRxPUQLA==",
"dev": true,
"requires": {
"chalk": "^3.0.0",
@ -8844,6 +8844,7 @@
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
"please-upgrade-node": "^3.2.0",
"string-argv": "0.3.1",
"stringify-object": "^3.3.0"
},
"dependencies": {
@ -14764,6 +14765,12 @@
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
},
"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": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",

View File

@ -26,7 +26,7 @@
"@types/react-dom": "16.9.5",
"eslint-plugin-json-format": "2.0.1",
"husky": "4.2.1",
"lint-staged": "10.0.0",
"lint-staged": "10.0.2",
"node-sass": "4.13.1",
"prettier": "1.19.1",
"rewire": "4.0.1",