From 0c4e50ceabe814c575fcf92e0a1f1dc747c0f321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 00:55:04 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.198 to 4.14.199 in /dashboard Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.198 to 4.14.199. - [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] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index abc7c086008..0f8f1c261df 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -86,7 +86,7 @@ "@types/enzyme": "^3.10.13", "@types/jest": "^29.5.5", "@types/jsonwebtoken": "^9.0.3", - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.14.199", "@types/qs": "^6.9.8", "@types/react": "^17.0.62", "@types/react-copy-to-clipboard": "^5.0.4", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 7aca7d7b9bb..d7fa92c2a5c 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2945,10 +2945,10 @@ dependencies: "@types/node" "*" -"@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/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/mdast@^3.0.0": version "3.0.12"