From 86c3dc60befdc0693f74725d137c261640b28d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:14:48 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.196 to 4.17.6 in /app Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.196 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] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index b6ad395d90..781cd6c515 100644 --- a/app/package.json +++ b/app/package.json @@ -93,7 +93,7 @@ "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-typescript": "^11.1.6", "@types/jquery": "^3.5.16", - "@types/lodash": "^4.14.196", + "@types/lodash": "^4.17.6", "@types/node": "^18.11.18", "@types/sanitize-html": "^2.9.5", "@types/textarea-caret": "^3.0.3", diff --git a/app/yarn.lock b/app/yarn.lock index a894c6b40c..ccea5e2212 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1626,10 +1626,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.196": - version "4.14.196" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.196.tgz#a7c3d6fc52d8d71328b764e28e080b4169ec7a95" - integrity sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ== +"@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/minimatch@*": version "3.0.3"