update devDependencies
This commit is contained in:
parent
757c5cb330
commit
bd7fed402d
|
|
@ -39,7 +39,7 @@
|
|||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"art-template": "4.12.2",
|
||||
"art-template": "4.13.0",
|
||||
"axios": "0.18.0",
|
||||
"axios-retry": "3.1.1",
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
"currency-symbol-map": "^4.0.4",
|
||||
"form-data": "^2.3.2",
|
||||
"git-rev-sync": "1.12.0",
|
||||
"googleapis": "32.0.0",
|
||||
"iconv-lite": "0.4.23",
|
||||
"googleapis": "33.0.0",
|
||||
"iconv-lite": "0.4.24",
|
||||
"imgur": "^0.2.1",
|
||||
"json-bigint": "0.3.0",
|
||||
"koa": "2.5.2",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"lru-cache": "4.1.3",
|
||||
"luxon": "^1.3.3",
|
||||
"markdown-it": "^8.4.2",
|
||||
"path-to-regexp": "2.2.1",
|
||||
"path-to-regexp": "2.4.0",
|
||||
"raven": "^2.6.3",
|
||||
"readall": "1.0.0",
|
||||
"redis": "2.8.0",
|
||||
|
|
|
|||
50
yarn.lock
50
yarn.lock
|
|
@ -1056,9 +1056,9 @@ arrify@^1.0.0, arrify@^1.0.1:
|
|||
version "1.0.1"
|
||||
resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
||||
|
||||
art-template@4.12.2:
|
||||
version "4.12.2"
|
||||
resolved "https://registry.npmjs.org/art-template/-/art-template-4.12.2.tgz#a41eb82d9679bbd1c73f1f838ff46e8eb0612565"
|
||||
art-template@4.13.0:
|
||||
version "4.13.0"
|
||||
resolved "https://registry.yarnpkg.com/art-template/-/art-template-4.13.0.tgz#9da1f71027d277d6102ca26d048d313d58233862"
|
||||
dependencies:
|
||||
acorn "^5.0.3"
|
||||
detect-node "^2.0.3"
|
||||
|
|
@ -3348,16 +3348,16 @@ good-listener@^1.2.2:
|
|||
dependencies:
|
||||
delegate "^3.1.2"
|
||||
|
||||
google-auth-library@^1.4.0:
|
||||
version "1.5.0"
|
||||
resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-1.5.0.tgz#d9068f8bad9017224a4c41abcdcb6cf6a704e83b"
|
||||
google-auth-library@^1.6.0:
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-1.6.1.tgz#9c73d831ad720c0c3048ab89d0ffdec714d07dd2"
|
||||
dependencies:
|
||||
axios "^0.18.0"
|
||||
gcp-metadata "^0.6.3"
|
||||
gtoken "^2.3.0"
|
||||
jws "^3.1.4"
|
||||
jws "^3.1.5"
|
||||
lodash.isstring "^4.0.1"
|
||||
lru-cache "^4.1.2"
|
||||
lru-cache "^4.1.3"
|
||||
retry-axios "^0.3.2"
|
||||
|
||||
google-p12-pem@^1.0.0:
|
||||
|
|
@ -3367,16 +3367,24 @@ google-p12-pem@^1.0.0:
|
|||
node-forge "^0.7.4"
|
||||
pify "^3.0.0"
|
||||
|
||||
googleapis@32.0.0:
|
||||
version "32.0.0"
|
||||
resolved "https://registry.npmjs.org/googleapis/-/googleapis-32.0.0.tgz#04795d1956568546bb3e3cca3cae29a759326493"
|
||||
googleapis-common@^0.2.0:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-0.2.1.tgz#d4332d47fcdc93a89160a6fca79d630e5a138f7f"
|
||||
dependencies:
|
||||
google-auth-library "^1.4.0"
|
||||
axios "^0.18.0"
|
||||
google-auth-library "^1.6.0"
|
||||
pify "^3.0.0"
|
||||
qs "^6.5.2"
|
||||
url-template "^2.0.8"
|
||||
uuid "^3.2.1"
|
||||
|
||||
googleapis@33.0.0:
|
||||
version "33.0.0"
|
||||
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-33.0.0.tgz#9963391eb93d63ea0e3810148eb27371e3a36862"
|
||||
dependencies:
|
||||
google-auth-library "^1.6.0"
|
||||
googleapis-common "^0.2.0"
|
||||
|
||||
got@^6.7.1:
|
||||
version "6.7.1"
|
||||
resolved "https://registry.npmjs.org/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
|
||||
|
|
@ -3607,7 +3615,13 @@ https-browserify@^1.0.0:
|
|||
version "1.0.0"
|
||||
resolved "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
|
||||
|
||||
iconv-lite@0.4.23, iconv-lite@^0.4.17, iconv-lite@^0.4.4:
|
||||
iconv-lite@0.4.24:
|
||||
version "0.4.24"
|
||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
||||
dependencies:
|
||||
safer-buffer ">= 2.1.2 < 3"
|
||||
|
||||
iconv-lite@^0.4.17, iconv-lite@^0.4.4:
|
||||
version "0.4.23"
|
||||
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
|
||||
dependencies:
|
||||
|
|
@ -4187,7 +4201,7 @@ jwa@^1.1.5:
|
|||
ecdsa-sig-formatter "1.0.10"
|
||||
safe-buffer "^5.0.1"
|
||||
|
||||
jws@^3.1.4:
|
||||
jws@^3.1.4, jws@^3.1.5:
|
||||
version "3.1.5"
|
||||
resolved "https://registry.npmjs.org/jws/-/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f"
|
||||
dependencies:
|
||||
|
|
@ -4634,7 +4648,7 @@ lowercase-keys@^1.0.0:
|
|||
version "1.0.1"
|
||||
resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
|
||||
|
||||
lru-cache@4.1.3, lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2:
|
||||
lru-cache@4.1.3, lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
|
||||
dependencies:
|
||||
|
|
@ -5520,9 +5534,9 @@ path-parse@^1.0.5:
|
|||
version "1.0.5"
|
||||
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
|
||||
|
||||
path-to-regexp@2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
|
||||
path-to-regexp@2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
|
||||
|
||||
path-to-regexp@^1.1.1:
|
||||
version "1.7.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue