From 2aa545f2dc0f6d7db30fc2217e9ced53bd64a651 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 00:03:32 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @blackflux/robo-config-plugin from 3.5.0 to 3.5.1 Bumps [@blackflux/robo-config-plugin](https://github.com/blackflux/robo-config-plugin) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/blackflux/robo-config-plugin/releases) - [Changelog](https://github.com/blackflux/robo-config-plugin/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/robo-config-plugin/compare/v3.5.0...v3.5.1) 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 c87371c1..bd9d488c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@babel/plugin-proposal-object-rest-spread": "7.10.4", "@babel/register": "7.10.4", "@blackflux/eslint-plugin-rules": "1.3.30", - "@blackflux/robo-config-plugin": "3.5.0", + "@blackflux/robo-config-plugin": "3.5.1", "babel-eslint": "10.1.0", "chai": "4.2.0", "coveralls": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 26ef3db4..85a348af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -247,10 +247,10 @@ dependencies: smart-fs "1.11.14" -"@blackflux/robo-config-plugin@3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-3.5.0.tgz#5c8d913e5a5962769ea2f4180208add41f4ccf86" - integrity sha512-W8htBdBpwK/lNmDYdO6X6WNfot8g4wMwni+5fv/jSHv4ccIelJya8qTJ0iNX1+Wi9sPVD3SRdhEK73/6kfhaVA== +"@blackflux/robo-config-plugin@3.5.1": + version "3.5.1" + resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-3.5.1.tgz#e04cb23793f5cf507a74aad68b804c9157663016" + integrity sha512-BD3hqZFQHrvfPGFmTLTi8rpqxUDmlKDn5De5f3ZzDofYXqAbc1m+0sHh3cxMnVIIu0xTVRmRi1BEREtx1+XZJQ== "@hapi/address@^4.0.1": version "4.0.1" From 7e1e2a53e4364bbfa7129ed0bfaa206e727382a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:03:00 +0000 Subject: [PATCH 2/2] fix(deps): bump lru-cache from 5.1.1 to 6.0.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v5.1.1...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bd9d488c..55016c87 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "i": "yarn install --frozen-lockfile" }, "dependencies": { - "lru-cache": "5.1.1" + "lru-cache": "6.0.0" }, "devDependencies": { "@babel/cli": "7.10.4", diff --git a/yarn.lock b/yarn.lock index 85a348af..06754b37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4492,12 +4492,12 @@ 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@5.1.1, lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== +lru-cache@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: - yallist "^3.0.2" + yallist "^4.0.0" lru-cache@^4.0.0, lru-cache@^4.0.1: version "4.1.5" @@ -4507,6 +4507,13 @@ lru-cache@^4.0.0, lru-cache@^4.0.1: pseudomap "^1.0.2" yallist "^2.1.2" +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + macos-release@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f" @@ -7985,6 +7992,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + yaml-boost@1.9.22: version "1.9.22" resolved "https://registry.yarnpkg.com/yaml-boost/-/yaml-boost-1.9.22.tgz#670bd35221dbc30cdfd448818e3053dcd04e1b6d"