From ac5b4fbf8a5d7aaa21f9dc6336b177d6564a904c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:41:32 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.176 to 4.17.1 in /node Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.176 to 4.17.1. - [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] --- node/package.json | 2 +- node/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/node/package.json b/node/package.json index c3e4bbdb3..556a0b394 100644 --- a/node/package.json +++ b/node/package.json @@ -59,7 +59,7 @@ "@types/express": "^4.17.13", "@types/helmet": "^0.0.45", "@types/jest": "^27.5.0", - "@types/lodash": "^4.14.176", + "@types/lodash": "^4.17.1", "@types/md5": "^2.3.1", "@types/node": "^16.11.6", "@types/passport-jwt": "^3.0.6", diff --git a/node/yarn.lock b/node/yarn.lock index 45fad3b83..d76de7c5a 100644 --- a/node/yarn.lock +++ b/node/yarn.lock @@ -951,10 +951,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.176": - version "4.14.176" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.176.tgz#641150fc1cda36fbfa329de603bbb175d7ee20c0" - integrity sha512-xZmuPTa3rlZoIbtDUyJKZQimJV3bxCmzMIO2c9Pz9afyDro6kr7R79GwcB6mRhuoPmV2p1Vb66WOJH7F886WKQ== +"@types/lodash@^4.17.1": + version "4.17.1" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.1.tgz#0fabfcf2f2127ef73b119d98452bd317c4a17eb8" + integrity sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q== "@types/md5@^2.3.1": version "2.3.1"