From 267be19bac75b0ea689dc031e077ddb716ecf905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:28:38 +0200 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.170 (#167) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d24c0a5..7783307 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@testing-library/user-event": "13.0.6", "@types/fs-extra": "9.0.8", "@types/jest": "26.0.21", - "@types/lodash": "4.14.168", + "@types/lodash": "4.14.170", "@types/node": "14.14.35", "@types/react": "17.0.2", "@types/react-dom": "17.0.2", diff --git a/yarn.lock b/yarn.lock index 10a3cf1..237d0ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2440,10 +2440,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/lodash@4.14.168": - version "4.14.168" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008" - integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q== +"@types/lodash@4.14.170": + version "4.14.170" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6" + integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q== "@types/markdown-to-jsx@^6.11.0": version "6.11.3"