diff --git a/node/package.json b/node/package.json index af503f8f5..483ec14ab 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.6", "@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..17a27cffa 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.6": + version "4.17.6" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543" + integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA== "@types/md5@^2.3.1": version "2.3.1"