diff --git a/node/package.json b/node/package.json index af503f8f5..c23fc58ea 100644 --- a/node/package.json +++ b/node/package.json @@ -59,7 +59,7 @@ "@types/express": "^4.17.13", "@types/helmet": "^0.0.45", "@types/jest": "^27.5.0", - "@types/lodash": "^4.14.176", + "@types/lodash": "^4.17.5", "@types/md5": "^2.3.1", "@types/node": "^16.11.6", "@types/passport-jwt": "^3.0.6", diff --git a/node/yarn.lock b/node/yarn.lock index f021bf3a8..9cc611a85 100644 --- a/node/yarn.lock +++ b/node/yarn.lock @@ -951,10 +951,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.176": - version "4.14.176" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.176.tgz#641150fc1cda36fbfa329de603bbb175d7ee20c0" - integrity sha512-xZmuPTa3rlZoIbtDUyJKZQimJV3bxCmzMIO2c9Pz9afyDro6kr7R79GwcB6mRhuoPmV2p1Vb66WOJH7F886WKQ== +"@types/lodash@^4.17.5": + version "4.17.5" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.5.tgz#e6c29b58e66995d57cd170ce3e2a61926d55ee04" + integrity sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw== "@types/md5@^2.3.1": version "2.3.1"