From f6b36ad35d3e2a4c5f1ea423ce7949303a65144f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:28:14 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.199 --- package.json | 2 +- packages/clickhouse-adapter/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e28d0fd0..55182c87 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@makeomatic/deploy": "12.10.3", "@types/bluebird": "3.5.38", "@types/jest": "29.5.1", - "@types/lodash": "4.14.194", + "@types/lodash": "4.14.199", "@types/node": "20.2.1", "@typescript-eslint/eslint-plugin": "5.59.6", "@typescript-eslint/parser": "5.59.6", diff --git a/packages/clickhouse-adapter/package.json b/packages/clickhouse-adapter/package.json index 9a05175c..2b65712f 100644 --- a/packages/clickhouse-adapter/package.json +++ b/packages/clickhouse-adapter/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/debug": "^4.1.7", - "@types/lodash": "4.14.194", + "@types/lodash": "4.14.199", "@types/sqlstring": "2.3.0" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 84ab7e3b..128e840d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2241,10 +2241,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@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/minimatch@^3.0.3": version "3.0.5"