From 11618e1064baac6727dd64436bf1a03ebae47c9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:35:34 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.183 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c801af0..09b0e1ca 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@typechain/ethers-v5": "10.1.0", "@types/chai-as-promised": "7.1.5", "@types/chai-things": "0.0.35", - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.183", "@types/lodash-es": "4.17.6", "@types/mocha": "9.1.1", "@types/node": "17.0.21", diff --git a/yarn.lock b/yarn.lock index c7dc54e9..8c5b15b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -668,11 +668,16 @@ dependencies: "@types/lodash" "*" -"@types/lodash@*", "@types/lodash@4.14.182": +"@types/lodash@*": version "4.14.182" resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz" integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== +"@types/lodash@4.14.183": + version "4.14.183" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.183.tgz#1173e843e858cff5b997c234df2789a4a54c2374" + integrity sha512-UXavyuxzXKMqJPEpFPri6Ku5F9af6ZJXUneHhvQJxavrEjuHkFp2YnDWHcxJiG7hk8ZkWqjcyNeW1s/smZv5cw== + "@types/mocha@9.1.1": version "9.1.1" resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz"