From 80e724760a0119d9eb20dcec42fb8be2d47b7679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:43:27 +0000 Subject: [PATCH] chore(dev-deps): bump @types/lodash from 4.14.199 to 4.14.200 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.199 to 4.14.200. - [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 523f8b0909..f3da829fd8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/benchmark": "^2.1.3", "@types/chai-string": "^1.4.3", "@types/jsonwebtoken": "9.0.3", - "@types/lodash": "^4.14.199", + "@types/lodash": "^4.14.200", "@types/proper-lockfile": "^4.1.2", "@types/shelljs": "0.8.13", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index 70b8163375..56482ee08e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -738,10 +738,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.199": - version "4.14.199" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.199.tgz#c3edb5650149d847a277a8961a7ad360c474e9bf" - integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg== +"@types/lodash@^4.14.200": + version "4.14.200" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" + integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== "@types/minimatch@*", "@types/minimatch@^3.0.3": version "3.0.5"