diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 02220e2..2904f64 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/aws-lambda": "^8.10.76", - "@types/lodash": "^4.14.170", + "@types/lodash": "^4.14.201", "@types/uuid": "^8.3.4", "typescript": "^4.3.2" } diff --git a/yarn.lock b/yarn.lock index 3313672..ef89041 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2808,10 +2808,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/lodash@^4.14.170": - version "4.14.186" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.186.tgz#862e5514dd7bd66ada6c70ee5fce844b06c8ee97" - integrity sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw== +"@types/lodash@^4.14.201": + version "4.14.201" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239" + integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ== "@types/minimatch@*": version "5.1.2"