Skip to content

Commit

Permalink
build: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhelinCheng committed May 23, 2021
1 parent 7803d11 commit 3c03bf2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"dotenv": "^9.0.0",
"fs-extra": "^10.0.0",
"lowdb": "^1.0.0",
"ping": "^0.4.1",
"pino": "^6.11.1",
"pino-pretty": "^4.5.0",
"promise-ftp": "^1.3.5"
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2345,6 +2345,14 @@ pify@^3.0.0:
resolved "https://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=

ping@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/ping/-/ping-0.4.1.tgz#1436575a39baafe3ed2b76f6a116c51780f32299"
integrity sha512-zYouogtyis0QpEZwWY1T26iuIOMJx+ajtjVMcPKIdWRq2Ie3Ftkbel8I25M5kCAQQMQhsez6ZbPiYjNe7aBjSQ==
dependencies:
q "1.x"
underscore "^1.12.0"

pino-pretty@^4.5.0:
version "4.8.0"
resolved "https://registry.nlark.com/pino-pretty/download/pino-pretty-4.8.0.tgz#f2f3055bf222456217b14ffb04d8be0a0cc17fce"
Expand Down Expand Up @@ -2446,7 +2454,7 @@ pupa@^2.0.1:
dependencies:
escape-goat "^2.0.0"

q@^1.5.1:
q@1.x, q@^1.5.1:
version "1.5.1"
resolved "https://registry.npm.taobao.org/q/download/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
Expand Down Expand Up @@ -3011,6 +3019,11 @@ undefsafe@^2.0.3:
dependencies:
debug "^2.2.0"

underscore@^1.12.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

unique-string@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/unique-string/download/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"
Expand Down

0 comments on commit 3c03bf2

Please sign in to comment.