diff --git a/package.json b/package.json index d7a8af6..e5189c2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start": "tsc && node dist/engine.js" }, "dependencies": { - "@types/lodash": "^4.14.172", + "@types/lodash": "^4.14.186", "date-fns": "^2.28.0", "dotenv": "^11.0.0", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index b17df6b..c6a4433 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,10 +75,10 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/lodash@^4.14.172": - version "4.14.174" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.174.tgz#b4b06b6eced9850eed6b6a8f1abdd0f5192803c1" - integrity sha512-KMBLT6+g9qrGXpDt7ohjWPUD34WA/jasrtjTEHStF0NPdEwJ1N9SZ+4GaMVDeuk/y0+X5j9xFm6mNiXS7UoaLQ== +"@types/lodash@^4.14.186": + version "4.14.186" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.186.tgz#862e5514dd7bd66ada6c70ee5fce844b06c8ee97" + integrity sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw== "@types/mime@^1": version "1.3.2"