From a41989823d8b66e227d7f610347655ab094ea6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 02:45:59 +0000 Subject: [PATCH] chore(dev-deps): bump @types/lodash from 4.14.200 to 4.14.201 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.200 to 4.14.201. - [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 159aab5fe1..26cfc967e1 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/benchmark": "^2.1.3", "@types/chai-string": "^1.4.5", "@types/jsonwebtoken": "9.0.3", - "@types/lodash": "^4.14.200", + "@types/lodash": "^4.14.201", "@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 5f85829cee..0d6cbe730e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -738,10 +738,10 @@ dependencies: "@types/node" "*" -"@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/lodash@^4.14.201": + version "4.14.201" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239" + integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ== "@types/minimatch@*", "@types/minimatch@^3.0.3": version "3.0.5"