diff --git a/package.json b/package.json index d7a8af6..cf1bd7a 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.187", "date-fns": "^2.28.0", "dotenv": "^11.0.0", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index b17df6b..51c535e 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.187": + version "4.14.187" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.187.tgz#122ff0a7192115b4c1a19444ab4482caa77e2c9d" + integrity sha512-MrO/xLXCaUgZy3y96C/iOsaIqZSeupyTImKClHunL5GrmaiII2VwvWmLBu2hwa0Kp0sV19CsyjtrTc/Fx8rg/A== "@types/mime@^1": version "1.3.2"