Skip to content

Commit d0a65b1

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

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
@@ -46,7 +46,7 @@
4646
"jest": "23.6.0",
4747
"jest-junit": "10.0.0",
4848
"jest-puppeteer": "4.4.0",
49-
"lint-staged": "10.0.0",
49+
"lint-staged": "10.0.9",
5050
"prettier": "1.19.1",
5151
"prettier-package-json": "2.1.3",
5252
"puppeteer": "2.0.0",

yarn.lock

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

5333-
5334-
version "10.0.0"
5335-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.0.tgz#2560394062b6e0be77247761bba5fde26025fb89"
5336-
integrity sha512-/MrZOLMnljjMHakxlRd1Z5Kr8wWWlrWFasye7HaTv5tx56icwzT/STRty8flMKsyzBGTfTa9QszNVPsDS/yOug==
5333+
5334+
version "10.0.9"
5335+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.9.tgz#185aabb2432e9467c84add306c990f1c20da3cdb"
5336+
integrity sha512-NKJHYgRa8oI9c4Ic42ZtF2XA6Ps7lFbXwg3q0ZEP0r55Tw3YWykCW1RzW6vu+QIGqbsy7DxndvKu93Wtr5vPQw==
53375337
dependencies:
53385338
chalk "^3.0.0"
53395339
commander "^4.0.1"
@@ -5346,6 +5346,7 @@ [email protected]:
53465346
micromatch "^4.0.2"
53475347
normalize-path "^3.0.0"
53485348
please-upgrade-node "^3.2.0"
5349+
string-argv "0.3.1"
53495350
stringify-object "^3.3.0"
53505351

53515352
listr-silent-renderer@^1.1.1:
@@ -8343,6 +8344,11 @@ strict-uri-encode@^2.0.0:
83438344
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
83448345
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
83458346

8347+
8348+
version "0.3.1"
8349+
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
8350+
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
8351+
83468352
string-length@^2.0.0:
83478353
version "2.0.0"
83488354
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"

0 commit comments

Comments
 (0)