From 4fe1066459be9b562431107dd0630cc021193b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:33:51 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.14.170 to 4.14.171 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a36857b1..81d2787d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@types/debug": "^4.1.6", "@types/inquirer": "^7.3.3", - "@types/lodash": "^4.14.170", + "@types/lodash": "^4.14.171", "@types/node": "^16.3.1", "@types/sinon": "^10.0.2", "@typescript-eslint/eslint-plugin": "^4.28.3", diff --git a/yarn.lock b/yarn.lock index b98e61cd..225c0664 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1158,10 +1158,10 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/lodash@^4.14.170": - version "4.14.170" - resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6" - integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q== +"@types/lodash@^4.14.171": + version "4.14.171" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz#f01b3a5fe3499e34b622c362a46a609fdb23573b" + integrity sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg== "@types/minimatch@^3.0.3": version "3.0.4"