From e9355a08fa51eba9fe7816384d9f90de34f17ac8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:09:16 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.200 --- 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..b2b3c1f0 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.200", "@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..021136bd 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.200", "@types/sqlstring": "2.3.0" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 84ab7e3b..26ab3666 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.200": + version "4.14.200" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" + integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== "@types/minimatch@^3.0.3": version "3.0.5"