Skip to content

Commit

Permalink
fix(deps): bump lru-cache-ext from 1.1.14 to 1.1.15
Browse files Browse the repository at this point in the history
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](blackflux/lru-cache-ext@v1.1.14...v1.1.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 12, 2020
1 parent 4fec751 commit 143124c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 143124c

Please sign in to comment.