From 37f3c87a80caf2269e7cd1d07d396b8d74e8893a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:15:45 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.181 to 4.17.6 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.181 to 4.17.6. - [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:development update-type: version-update:semver-minor ... 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 f576de33..b75b89c6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/helmet": "^4.0.0", "@types/jest": "^27.4.1", "@types/jsonwebtoken": "^8.5.8", - "@types/lodash": "^4.14.181", + "@types/lodash": "^4.17.6", "@types/morgan": "^1.9.3", "@types/multer": "^1.4.7", "@types/node": "^17.0.24", diff --git a/yarn.lock b/yarn.lock index 41b924f9..b8eb1428 100644 --- a/yarn.lock +++ b/yarn.lock @@ -780,10 +780,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.181": - version "4.14.181" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.181.tgz#d1d3740c379fda17ab175165ba04e2d03389385d" - integrity sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag== +"@types/lodash@^4.17.6": + version "4.17.6" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543" + integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA== "@types/mime@*": version "2.0.3"