From 27c7b70fa021aee06bea665cc64178936d9e183d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:41:05 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.197 to 4.14.198 in /dashboard 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] --- 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 be1e2de8ad6..14efc17d15d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -86,7 +86,7 @@ "@types/enzyme": "^3.10.13", "@types/jest": "^29.5.4", "@types/jsonwebtoken": "^9.0.2", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.198", "@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 c96247ddc7e..3fd5afff78c 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2945,10 +2945,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/mdast@^3.0.0": version "3.0.12"