Skip to content

Commit 95f59f6

Browse files
committed
chore(deps): update dependency pretty-quick to v3
1 parent f77c3d4 commit 95f59f6

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"husky": "^4.2.3",
3030
"lint-staged": "^7.3.0",
3131
"prettier": "2.0.2",
32-
"pretty-quick": "^2.0.1",
32+
"pretty-quick": "3.1.0",
3333
"textlint": "11.6.2",
3434
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3535
"textlint-rule-no-todo": "2.0.1"

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
444444
strip-ansi "^3.0.0"
445445
supports-color "^2.0.0"
446446

447-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
447+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1:
448448
version "2.4.2"
449449
resolved "https://nexus.dev.casaba.tech/repository/npm/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
450450
integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=
@@ -818,18 +818,18 @@ execa@^0.9.0:
818818
signal-exit "^3.0.0"
819819
strip-eof "^1.0.0"
820820

821-
execa@^2.1.0:
822-
version "2.1.0"
823-
resolved "https://registry.npm.taobao.org/execa/download/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
824-
integrity sha1-5dPs2DfSpg7FDz2nj9OXZ3R7vpk=
821+
execa@^4.0.0:
822+
version "4.1.0"
823+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
824+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
825825
dependencies:
826826
cross-spawn "^7.0.0"
827827
get-stream "^5.0.0"
828+
human-signals "^1.1.1"
828829
is-stream "^2.0.0"
829830
merge-stream "^2.0.0"
830-
npm-run-path "^3.0.0"
831+
npm-run-path "^4.0.0"
831832
onetime "^5.1.0"
832-
p-finally "^2.0.0"
833833
signal-exit "^3.0.2"
834834
strip-final-newline "^2.0.0"
835835

@@ -1106,6 +1106,11 @@ hosted-git-info@^2.1.4:
11061106
resolved "https://nexus.dev.casaba.tech/repository/npm/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
11071107
integrity sha1-l/I2l3vW4SVAiTD/bePuxigewEc=
11081108

1109+
human-signals@^1.1.1:
1110+
version "1.1.1"
1111+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
1112+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
1113+
11091114
husky@^4.2.3:
11101115
version "4.2.3"
11111116
resolved "https://registry.npm.taobao.org/husky/download/husky-4.2.3.tgz?cache=0&sync_timestamp=1581549221616&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhusky%2Fdownload%2Fhusky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
@@ -1767,10 +1772,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
17671772
dependencies:
17681773
minimist "0.0.8"
17691774

1770-
mri@^1.1.4:
1771-
version "1.1.5"
1772-
resolved "https://registry.npm.taobao.org/mri/download/mri-1.1.5.tgz#ce21dba2c69f74a9b7cf8a1ec62307e089e223e0"
1773-
integrity sha1-ziHbosafdKm3z4oexiMH4IniI+A=
1775+
mri@^1.1.5:
1776+
version "1.1.6"
1777+
resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6"
1778+
integrity sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==
17741779

17751780
ms@2.0.0:
17761781
version "2.0.0"
@@ -1834,10 +1839,10 @@ npm-run-path@^2.0.0:
18341839
dependencies:
18351840
path-key "^2.0.0"
18361841

1837-
npm-run-path@^3.0.0:
1838-
version "3.1.0"
1839-
resolved "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-3.1.0.tgz?cache=0&sync_timestamp=1577053378987&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnpm-run-path%2Fdownload%2Fnpm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
1840-
integrity sha1-f5G+MX9qRm7+08nymArYpO6LD6U=
1842+
npm-run-path@^4.0.0:
1843+
version "4.0.1"
1844+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
1845+
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
18411846
dependencies:
18421847
path-key "^3.0.0"
18431848

@@ -1951,11 +1956,6 @@ p-finally@^1.0.0:
19511956
resolved "https://nexus.dev.casaba.tech/repository/npm/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
19521957
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
19531958

1954-
p-finally@^2.0.0:
1955-
version "2.0.1"
1956-
resolved "https://registry.npm.taobao.org/p-finally/download/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
1957-
integrity sha1-vW/KqcVZoJa2gIBvTWV7Pw8kBWE=
1958-
19591959
p-limit@^1.1.0:
19601960
version "1.3.0"
19611961
resolved "https://nexus.dev.casaba.tech/repository/npm/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -2178,16 +2178,16 @@ pretty-format@^23.6.0:
21782178
ansi-regex "^3.0.0"
21792179
ansi-styles "^3.2.0"
21802180

2181-
pretty-quick@^2.0.1:
2182-
version "2.0.1"
2183-
resolved "https://registry.npm.taobao.org/pretty-quick/download/pretty-quick-2.0.1.tgz#417ee605ade98ecc686e72f63b5d28a2c35b43e9"
2184-
integrity sha1-QX7mBa3pjsxobnL2O10oosNbQ+k=
2181+
pretty-quick@3.1.0:
2182+
version "3.1.0"
2183+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.0.tgz#cb172e9086deb57455dea7c7e8f136cd0a4aef6c"
2184+
integrity sha512-DtxIxksaUWCgPFN7E1ZZk4+Aav3CCuRdhrDSFZENb404sYMtuo9Zka823F+Mgeyt8Zt3bUiCjFzzWYE9LYqkmQ==
21852185
dependencies:
2186-
chalk "^2.4.2"
2187-
execa "^2.1.0"
2186+
chalk "^3.0.0"
2187+
execa "^4.0.0"
21882188
find-up "^4.1.0"
21892189
ignore "^5.1.4"
2190-
mri "^1.1.4"
2190+
mri "^1.1.5"
21912191
multimatch "^4.0.0"
21922192

21932193
process-nextick-args@~2.0.0:

0 commit comments

Comments
 (0)