mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Bump axios from 0.16.2 to 0.18.0 in /terminus-plugin-manager (#906)
Bump axios from 0.16.2 to 0.18.0 in /terminus-plugin-manager
This commit is contained in:
commit
c23c696adf
2 changed files with 26 additions and 19 deletions
|
@ -36,7 +36,7 @@
|
|||
"terminus-settings": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.16.2",
|
||||
"axios": "^0.18.0",
|
||||
"mz": "^2.6.0",
|
||||
"npm": "~6.7.0"
|
||||
},
|
||||
|
|
|
@ -191,12 +191,12 @@ aws4@^1.8.0:
|
|||
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
|
||||
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
|
||||
|
||||
axios@^0.16.2:
|
||||
version "0.16.2"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d"
|
||||
integrity sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=
|
||||
axios@^0.18.0:
|
||||
version "0.18.0"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
|
||||
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
|
||||
dependencies:
|
||||
follow-redirects "^1.2.3"
|
||||
follow-redirects "^1.3.0"
|
||||
is-buffer "^1.1.5"
|
||||
|
||||
babel-code-frame@^6.26.0:
|
||||
|
@ -721,14 +721,7 @@ debug@3.1.0:
|
|||
dependencies:
|
||||
ms "2.0.0"
|
||||
|
||||
debug@^2.4.5:
|
||||
version "2.6.9"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
||||
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
||||
dependencies:
|
||||
ms "2.0.0"
|
||||
|
||||
debug@^3.1.0:
|
||||
debug@^3.1.0, debug@^3.2.6:
|
||||
version "3.2.6"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
||||
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
||||
|
@ -978,12 +971,12 @@ flush-write-stream@^1.0.0:
|
|||
inherits "^2.0.3"
|
||||
readable-stream "^2.3.6"
|
||||
|
||||
follow-redirects@^1.2.3:
|
||||
version "1.2.4"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.4.tgz#355e8f4d16876b43f577b0d5ce2668b9723214ea"
|
||||
integrity sha512-Suw6KewLV2hReSyEOeql+UUkBVyiBm3ok1VPrVFRZnQInWpdoZbbiG5i8aJVSjTr0yQ4Ava0Sh6/joCg1Brdqw==
|
||||
follow-redirects@^1.3.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
|
||||
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
|
||||
dependencies:
|
||||
debug "^2.4.5"
|
||||
debug "^3.2.6"
|
||||
|
||||
forever-agent@~0.6.1:
|
||||
version "0.6.1"
|
||||
|
@ -2195,6 +2188,7 @@ npm@~6.7.0:
|
|||
cmd-shim "~2.0.2"
|
||||
columnify "~1.5.4"
|
||||
config-chain "^1.1.12"
|
||||
debuglog "*"
|
||||
detect-indent "~5.0.0"
|
||||
detect-newline "^2.1.0"
|
||||
dezalgo "~1.0.3"
|
||||
|
@ -2209,6 +2203,7 @@ npm@~6.7.0:
|
|||
has-unicode "~2.0.1"
|
||||
hosted-git-info "^2.7.1"
|
||||
iferr "^1.0.2"
|
||||
imurmurhash "*"
|
||||
inflight "~1.0.6"
|
||||
inherits "~2.0.3"
|
||||
ini "^1.3.5"
|
||||
|
@ -2218,12 +2213,22 @@ npm@~6.7.0:
|
|||
lazy-property "~1.0.0"
|
||||
libcipm "^3.0.3"
|
||||
libnpm "^2.0.1"
|
||||
libnpmaccess "*"
|
||||
libnpmhook "^5.0.2"
|
||||
libnpmorg "*"
|
||||
libnpmsearch "*"
|
||||
libnpmteam "*"
|
||||
libnpx "^10.2.0"
|
||||
lock-verify "^2.0.2"
|
||||
lockfile "^1.0.4"
|
||||
lodash._baseindexof "*"
|
||||
lodash._baseuniq "~4.6.0"
|
||||
lodash._bindcallback "*"
|
||||
lodash._cacheindexof "*"
|
||||
lodash._createcache "*"
|
||||
lodash._getnative "*"
|
||||
lodash.clonedeep "~4.5.0"
|
||||
lodash.restparam "*"
|
||||
lodash.union "~4.6.0"
|
||||
lodash.uniq "~4.5.0"
|
||||
lodash.without "~4.4.0"
|
||||
|
@ -2242,6 +2247,7 @@ npm@~6.7.0:
|
|||
npm-package-arg "^6.1.0"
|
||||
npm-packlist "^1.2.0"
|
||||
npm-pick-manifest "^2.2.3"
|
||||
npm-profile "*"
|
||||
npm-registry-fetch "^3.8.0"
|
||||
npm-user-validate "~1.0.0"
|
||||
npmlog "~4.1.2"
|
||||
|
@ -2260,6 +2266,7 @@ npm@~6.7.0:
|
|||
read-package-json "^2.0.13"
|
||||
read-package-tree "^5.2.1"
|
||||
readable-stream "^3.1.1"
|
||||
readdir-scoped-modules "*"
|
||||
request "^2.88.0"
|
||||
retry "^0.12.0"
|
||||
rimraf "^2.6.3"
|
||||
|
|
Loading…
Reference in a new issue