Skip to content

Commit b174baf

Browse files
chore(deps): update dev dependency lint-staged to v10.0.9 (#763)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8892472 commit b174baf

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"husky": "4.2.3",
5353
"jest": "24.9.0",
5454
"jest-junit": "10.0.0",
55-
"lint-staged": "10.0.0",
55+
"lint-staged": "10.0.9",
5656
"prettier": "1.19.1",
5757
"prettier-package-json": "2.1.3",
5858
"rimraf": "3.0.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5051,10 +5051,10 @@ lines-and-columns@^1.1.6:
50515051
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
50525052
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
50535053

5054-
5055-
version "10.0.0"
5056-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.0.tgz#2560394062b6e0be77247761bba5fde26025fb89"
5057-
integrity sha512-/MrZOLMnljjMHakxlRd1Z5Kr8wWWlrWFasye7HaTv5tx56icwzT/STRty8flMKsyzBGTfTa9QszNVPsDS/yOug==
5054+
5055+
version "10.0.9"
5056+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.9.tgz#185aabb2432e9467c84add306c990f1c20da3cdb"
5057+
integrity sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==
50585058
dependencies:
50595059
chalk "^3.0.0"
50605060
commander "^4.0.1"
@@ -5067,6 +5067,7 @@ [email protected]:
50675067
micromatch "^4.0.2"
50685068
normalize-path "^3.0.0"
50695069
please-upgrade-node "^3.2.0"
5070+
string-argv "0.3.1"
50705071
stringify-object "^3.3.0"
50715072

50725073
listr-silent-renderer@^1.1.1:
@@ -7862,6 +7863,11 @@ strict-uri-encode@^2.0.0:
78627863
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
78637864
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
78647865

7866+
7867+
version "0.3.1"
7868+
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
7869+
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
7870+
78657871
string-length@^2.0.0:
78667872
version "2.0.0"
78677873
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"

0 commit comments

Comments
 (0)