From b30a8f1b2472a7caa59c72cf5887125602d87490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:56:25 +0000 Subject: [PATCH] chore(dev-deps): bump @types/lodash from 4.14.197 to 4.14.198 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.197 to 4.14.198. - [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 d0e498bdd6..ecd7fabded 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/benchmark": "^2.1.2", "@types/chai-string": "^1.4.2", "@types/jsonwebtoken": "9.0.2", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@types/proper-lockfile": "^4.1.2", "@types/shelljs": "0.8.12", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index ba9e7eb5ca..dc0413185e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -738,10 +738,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.197": - version "4.14.197" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz#e95c5ddcc814ec3e84c891910a01e0c8a378c54b" - integrity sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g== +"@types/lodash@^4.14.198": + version "4.14.198" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c" + integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg== "@types/minimatch@*", "@types/minimatch@^3.0.3": version "3.0.5"