From a0f79aaa6b681cfff01b92f6e5a7a37324ba07dd Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Tue, 21 Apr 2020 14:00:50 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.150 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cedfc50e9e..0447231100 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "@types/js-yaml": "3.12.3", "@types/json5": "0.0.30", "@types/later": "1.2.6", - "@types/lodash": "4.14.149", + "@types/lodash": "4.14.150", "@types/luxon": "1.22.0", "@types/markdown-it": "10.0.0", "@types/moment-timezone": "0.5.13", diff --git a/yarn.lock b/yarn.lock index c5706de2c4..82008deee9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1498,10 +1498,10 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806" integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw== -"@types/lodash@4.14.149": - version "4.14.149" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" - integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== +"@types/lodash@4.14.150": + version "4.14.150" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.150.tgz#649fe44684c3f1fcb6164d943c5a61977e8cf0bd" + integrity sha512-kMNLM5JBcasgYscD9x/Gvr6lTAv2NVgsKtet/hm93qMyf/D1pt+7jeEZklKJKxMVmXjxbRVQQGfqDSfipYCO6w== "@types/luxon@1.22.0": version "1.22.0" -- GitLab