From a0acb5b51e0d0b393c06c4ac83f8cfdc0e5597ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 12:05:33 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.174 to 4.14.182 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.174 to 4.14.182. - [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..c99bc30 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.182", "date-fns": "^2.28.0", "dotenv": "^11.0.0", "express": "^4.17.1", diff --git a/yarn.lock b/yarn.lock index b17df6b..ba11529 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.182": + version "4.14.182" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2" + integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== "@types/mime@^1": version "1.3.2"