From 05547d7f556b6673c22c1c5ae188b1b6816ce254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:00:16 +0000 Subject: [PATCH] chore(deps): bump @types/lodash from 4.14.182 to 4.17.6 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.182 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:production 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 0fcf7e6ff011e9..d21aa856cf626c 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/jest": "29.5.12", "@types/js-beautify": "^1.14.3", "@types/js-cookie": "^3.0.2", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.17.6", "@types/mini-css-extract-plugin": "^2.5.1", "@types/papaparse": "^5.3.5", "@types/pegjs": "^0.10.3", diff --git a/yarn.lock b/yarn.lock index c4170691371303..d5b8524f6e321a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3781,10 +3781,10 @@ dependencies: "@types/koa" "*" -"@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/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@^1": version "1.3.5"