From 1815cca8a2da042671f5d23521c7ec5a6c0cadcd Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Thu, 26 Sep 2019 19:02:09 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.139 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9cca3113ea..76b687efc0 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "@types/jest": "24.0.18", "@types/js-yaml": "3.12.1", "@types/later": "1.2.5", - "@types/lodash": "4.14.138", + "@types/lodash": "4.14.139", "@types/luxon": "1.15.2", "@types/nock": "10.0.3", "@types/node": "11.13.20", diff --git a/yarn.lock b/yarn.lock index 4ac99ad7ae..8aed4e7edd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1229,10 +1229,10 @@ resolved "https://registry.yarnpkg.com/@types/later/-/later-1.2.5.tgz#56297f82ea0002549159219d75844a9380ad18bd" integrity sha512-oROpXZfXR+6uQyz4wBs2gZYxvZJ5Zp+iSEJWrIWgvipSnzLcHCpR9br4XUqRBPFS1EP971JlnWfXhr5so5E1sg== -"@types/lodash@4.14.138": - version "4.14.138" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.138.tgz#34f52640d7358230308344e579c15b378d91989e" - integrity sha512-A4uJgHz4hakwNBdHNPdxOTkYmXNgmUAKLbXZ7PKGslgeV0Mb8P3BlbYfPovExek1qnod4pDfRbxuzcVs3dlFLg== +"@types/lodash@4.14.139": + version "4.14.139" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.139.tgz#b7b8a00d014a7debb29dc2dae4f91d3d3c6d5ab3" + integrity sha512-Z6pbDYaWpluqcF8+6qgv6STPEl0jIlyQmpYGwTrzhgwqok8ltBh/p7GAmYnz81wUhxQRhEr8MBpQrB4fQ/hwIA== "@types/luxon@1.15.2": version "1.15.2" -- GitLab