From 6453b8bf2f50cdb4296a8ff0be9e2c90ab8c351e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:25:56 +0000 Subject: [PATCH] Update dependency @types/lodash to v4.17.12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0359b37..75b521f 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@types/commander": "2.12.2", "@types/firebase": "3.2.1", "@types/jest": "29.4.4", - "@types/lodash": "4.14.191", + "@types/lodash": "4.17.12", "@types/uuid": "9.0.1", "babel-loader": "9.1.2", "brotli-webpack-plugin": "1.1.0", diff --git a/yarn.lock b/yarn.lock index 91094d6..a40f44b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3115,10 +3115,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/lodash@4.14.191": - version "4.14.191" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa" - integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== +"@types/lodash@4.17.12": + version "4.17.12" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689" + integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ== "@types/long@^4.0.1": version "4.0.1"