From 40c36a361ec84900ec8503398ee0cbb0e66c2c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:18:31 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.196 to 4.14.202 in /app Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.196 to 4.14.202. - [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-patch ... 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 9010415286..5f2c1b4aea 100644 --- a/app/package.json +++ b/app/package.json @@ -93,7 +93,7 @@ "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-typescript": "^11.0.0", "@types/jquery": "^3.5.16", - "@types/lodash": "^4.14.196", + "@types/lodash": "^4.14.202", "@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 d80839f2c5..89c7cd2a83 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.14.202": + version "4.14.202" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8" + integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ== "@types/minimatch@*": version "3.0.3"