From 8abd867e4ec1471ea848c2d5af11ca8c709e06f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:07:52 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.191 to 4.14.192 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.191 to 4.14.192. - [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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b0e639b1..4e3b8bb8 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@types/color": "3.0.3", "@types/columnify": "^1.5.1", "@types/fs-extra": "11.0.1", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "@types/mousetrap": "1.6.11", "@types/ms": "0.7.31", "@types/node": "16.18.21", diff --git a/yarn.lock b/yarn.lock index 9c6b566d..75bb8ce8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1023,10 +1023,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.191": - version "4.14.191" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa" - integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== +"@types/lodash@^4.14.192": + version "4.14.192" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.192.tgz#5790406361a2852d332d41635d927f1600811285" + integrity sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A== "@types/minimatch@*": version "3.0.3"