diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 21525217c..8b32197f6 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -83,7 +83,7 @@ "jaeger-client": "^3.18.1", "opentracing": "^0.14.5", "range_check": "^2.0.4", - "request-ip": "^2.1.3", + "request-ip": "^3.0.0", "uuid": "^8.3.2", "ws": "^8.0.0", "yaml": "^1.10.0" diff --git a/yarn.lock b/yarn.lock index fa13f452f..e63a4cb54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6961,11 +6961,6 @@ is-wsl@^2.1.1: dependencies: is-docker "^2.0.0" -is_js@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/is_js/-/is_js-0.9.0.tgz#0ab94540502ba7afa24c856aa985561669e9c52d" - integrity sha1-CrlFQFArp6+iTIVqqYVWFmnpxS0= - isarray@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" @@ -9669,12 +9664,10 @@ remove-trailing-separator@^1.0.1: resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= -request-ip@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/request-ip/-/request-ip-2.1.3.tgz#99ab2bafdeaf2002626e28083cb10597511d9e14" - integrity sha512-J3qdE/IhVM3BXkwMIVO4yFrvhJlU3H7JH16+6yHucadT4fePnR8dyh+vEs6FIx0S2x5TCt2ptiPfHcn0sqhbYQ== - dependencies: - is_js "^0.9.0" +request-ip@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/request-ip/-/request-ip-3.3.0.tgz#863451e8fec03847d44f223e30a5d63e369fa611" + integrity sha512-cA6Xh6e0fDBBBwH77SLJaJPBmD3nWVAcF9/XAcsrIHdjhFzFiB5aNQFytdjCGPezU3ROwrR11IddKAM08vohxA== request@^2.88.0: version "2.88.2"