From b2bdaeb6a1477e339961bc1f32a0b8c14bef6adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:14:06 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.194 to 4.14.199 in /l2-frontend Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.194 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] --- l2-frontend/package.json | 2 +- l2-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/l2-frontend/package.json b/l2-frontend/package.json index f2ae0dab68..fc599f9aea 100644 --- a/l2-frontend/package.json +++ b/l2-frontend/package.json @@ -85,7 +85,7 @@ }, "devDependencies": { "@types/jquery": "^3.5.14", - "@types/lodash": "^4.14.194", + "@types/lodash": "^4.14.199", "@types/pdfobject": "^2.2.3", "@types/promise.prototype.finally": "^2.0.4", "@types/vue-router": "^2.0.0", diff --git a/l2-frontend/yarn.lock b/l2-frontend/yarn.lock index 2edca91f44..ad94cc59a0 100644 --- a/l2-frontend/yarn.lock +++ b/l2-frontend/yarn.lock @@ -1293,10 +1293,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/lodash@^4.14.194": - version "4.14.194" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.194.tgz#b71eb6f7a0ff11bff59fc987134a093029258a76" - integrity sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g== +"@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/mime@*": version "3.0.1"