From e7e4767970ea4ee0b28165dcf432a1c2bf67ee9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:01:11 +0000 Subject: [PATCH] Bump node-cache from 4.2.0 to 4.2.1 Bumps [node-cache](https://github.com/mpneuried/nodecache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/mpneuried/nodecache/releases) - [Commits](https://github.com/mpneuried/nodecache/compare/4.2.0...4.2.1) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index be3bc0a6..21f06bf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1903,7 +1903,7 @@ lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" -lodash@4.x, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4: +lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.4: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" @@ -2103,11 +2103,11 @@ neo-async@^2.6.0: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" node-cache@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/node-cache/-/node-cache-4.2.0.tgz#48ac796a874e762582692004a376d26dfa875811" + version "4.2.1" + resolved "https://registry.yarnpkg.com/node-cache/-/node-cache-4.2.1.tgz#efd8474dee4edec4138cdded580f5516500f7334" dependencies: clone "2.x" - lodash "4.x" + lodash "^4.17.15" node-int64@^0.4.0: version "0.4.0"