From 143124c9f390c22e294423e7d94aadfa1a4d87f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 03:06:39 +0000 Subject: [PATCH] fix(deps): bump lru-cache-ext from 1.1.14 to 1.1.15 Bumps [lru-cache-ext](https://github.com/blackflux/lru-cache-ext) from 1.1.14 to 1.1.15. - [Release notes](https://github.com/blackflux/lru-cache-ext/releases) - [Changelog](https://github.com/blackflux/lru-cache-ext/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/lru-cache-ext/compare/v1.1.14...v1.1.15) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 22537f67..781145c6 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "lambda-async": "1.0.7", "lodash.chunk": "4.2.0", "lodash.get": "4.4.2", - "lru-cache-ext": "1.1.14", + "lru-cache-ext": "1.1.15", "object-hash": "2.0.3", "promise-pool-ext": "1.3.7", "smart-fs": "1.11.20" diff --git a/yarn.lock b/yarn.lock index 0c627230..9b33829f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4554,10 +4554,10 @@ lowercase-keys@^1.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== -lru-cache-ext@1.1.14: - version "1.1.14" - resolved "https://registry.yarnpkg.com/lru-cache-ext/-/lru-cache-ext-1.1.14.tgz#a05687b75b25add61f1eea111ff14b05dceba747" - integrity sha512-QoSAt2m64GCSl0sE6xRWmJFoEqcVC+xHhWAcDKgzfkbEXzgSHDaMdPBMV5v4Bo7aGXHDlNbhe0nvh9IqkywNIA== +lru-cache-ext@1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/lru-cache-ext/-/lru-cache-ext-1.1.15.tgz#b94fd075f9489447fecd8f08dbd466207f9be9a2" + integrity sha512-rlPRbapEBv3pwD5dCADsbrUZ7Aa6ms7GUzahOZnrOYwCudGEd4zfI/qCwFUPCCMaLPgjw5tAjcXI2CLmCbsJHA== dependencies: lru-cache "6.0.0"