From 83524f7ecbc61ac5331556096bade3851ff1636c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:03:36 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.174 to 4.14.186 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.174 to 4.14.186. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"