Add missing dependency proxy-addr
This commit is contained in:
parent
3a63b110ba
commit
d91a0341a7
2 changed files with 2 additions and 1 deletions
|
@ -127,6 +127,7 @@
|
|||
"pfeed": "1.1.11",
|
||||
"pg": "^8.2.1",
|
||||
"prompt": "^1.0.0",
|
||||
"proxy-addr": "^2.0.7",
|
||||
"pug": "^3.0.0",
|
||||
"redis": "^3.0.2",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
|
|
|
@ -6944,7 +6944,7 @@ prompt@^1.0.0:
|
|||
revalidator "0.1.x"
|
||||
winston "2.x"
|
||||
|
||||
proxy-addr@~2.0.5:
|
||||
proxy-addr@^2.0.7, proxy-addr@~2.0.5:
|
||||
version "2.0.7"
|
||||
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
|
||||
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
|
||||
|
|
Loading…
Reference in a new issue