From 70ad5449a74c16d683939f5acf5308b1b8fbba09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:33:15 -0500 Subject: [PATCH] Update dependency @types/lodash to v4.14.191 (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package.json | 2 +- core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index 3eb79930..47b0b9d0 100644 --- a/core/package.json +++ b/core/package.json @@ -147,7 +147,7 @@ "@types/js-base64": "3.3.1", "@types/js-yaml": "4.0.5", "@types/jwt-decode": "2.2.1", - "@types/lodash": "4.14.185", + "@types/lodash": "4.14.191", "@types/minimatch": "5.1.2", "@types/node-fetch": "2.6.2", "@types/react": "18.0.21", diff --git a/core/yarn.lock b/core/yarn.lock index f5ed311c..b7f2ecd2 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -2308,10 +2308,10 @@ resolved "https://registry.npmjs.org/@types/jwt-decode/-/jwt-decode-2.2.1.tgz" integrity sha512-aWw2YTtAdT7CskFyxEX2K21/zSDStuf/ikI3yBqmwpwJF0pS+/IX5DWv+1UFffZIbruP6cnT9/LAJV1gFwAT1A== -"@types/lodash@4.14.185": - version "4.14.185" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.185.tgz" - integrity sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA== +"@types/lodash@4.14.191": + version "4.14.191" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa" + integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== "@types/mime@*": version "3.0.1"