From 83e903d336178c4f469ca97924b963caac1b09cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 05:35:16 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump js-gardener from 2.0.57 to 2.0.58 Bumps [js-gardener](https://github.com/blackflux/js-gardener) from 2.0.57 to 2.0.58. - [Release notes](https://github.com/blackflux/js-gardener/releases) - [Changelog](https://github.com/blackflux/js-gardener/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/js-gardener/compare/v2.0.57...v2.0.58) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 13dac66a..0fed361c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "chai": "4.2.0", "coveralls": "3.0.5", "eslint": "6.1.0", - "js-gardener": "2.0.57", + "js-gardener": "2.0.58", "mocha": "6.2.0", "nock": "10.0.6", "nyc": "14.1.1", diff --git a/yarn.lock b/yarn.lock index 5124b4dc..6d0660c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3657,10 +3657,10 @@ joi-strict@1.0.4: resolved "https://registry.yarnpkg.com/joi-strict/-/joi-strict-1.0.4.tgz#8bf55f7b4d6accd5b530ac98276131b59e982254" integrity sha512-ChSFFa+Z3iD9x9QsBFMEHwXrwt2Gq2OD1fg+Mgje1Tx+Pqt7ma+LXgMdzVoC7GHCxhO3ySDVBtDumES/yycMXg== -js-gardener@2.0.57: - version "2.0.57" - resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.57.tgz#7432c96b1dd5c54c48e8e4a03f998f324414ecae" - integrity sha512-PhO+euEIp6sKKE+vmeT++IIrwUq5ChEJINsCDl7p8ujS8nuRNsnTUai/QhP8vfptAzus6XtpPgJINt2MeuV/Nw== +js-gardener@2.0.58: + version "2.0.58" + resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.58.tgz#e9acd271be05354caff2f0d0548c7b04995030fa" + integrity sha512-3mQRH8pmwtXrf9eRN4lfJ8ntpft5YB7Ag62aJWAWHnctNckkKdYyzSNjslafMEfMe844IcGU0mAomf5fYHUCbQ== dependencies: "@hapi/joi" "15.1.0" chalk "2.4.2" @@ -3679,7 +3679,7 @@ js-gardener@2.0.57: lodash.get "4.4.2" mocha "6.2.0" npm-check "5.9.0" - robo-config "3.0.33" + robo-config "3.1.1" tmp "0.1.0" js-tokens@^3.0.0, js-tokens@^3.0.2: @@ -6257,10 +6257,10 @@ rimraf@2, rimraf@2.6.3, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6 dependencies: glob "^7.1.3" -robo-config@3.0.33: - version "3.0.33" - resolved "https://registry.yarnpkg.com/robo-config/-/robo-config-3.0.33.tgz#835a40b50f774710ae8465aeedc0931e812fb863" - integrity sha512-7NSzRccwjlLD0pd/2BzzRbBR9gaqV7+wc9vLXksFANtktvHsmE7y5Cvg+rzDkYhzHAho1j7lzhbNY+T0x6fc+Q== +robo-config@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/robo-config/-/robo-config-3.1.1.tgz#0311d56d4b679296c5d497d3de057f18fa2090b9" + integrity sha512-3GPWn0dxqoObwbxl1J8DQE4p8nOp9f8CH6NQa3dXS7Dlgbhpf4s8LUr24fuKtRea0TT7kWAbotrfZsw+5Z6ozQ== dependencies: "@hapi/joi" "15.1.0" app-root-path "2.2.1" From 0c1f9ab45ac3cc3e9bfd50b848e921ab444a9b47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 08:33:46 +0000 Subject: [PATCH 2/3] chore(deps-dev): bump aws-sdk from 2.503.0 to 2.504.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.503.0 to 2.504.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.503.0...v2.504.0) 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 0fed361c..e9f6cd72 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@babel/register": "7.5.5", "@blackflux/eslint-plugin-rules": "1.1.0", "@blackflux/robo-config-plugin": "2.3.0", - "aws-sdk": "2.503.0", + "aws-sdk": "2.504.0", "babel-eslint": "10.0.2", "chai": "4.2.0", "coveralls": "3.0.5", diff --git a/yarn.lock b/yarn.lock index 6d0660c9..d991888e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -717,10 +717,10 @@ aws-sdk-wrap@3.0.4: dependencies: lodash.get "4.4.2" -aws-sdk@2.503.0: - version "2.503.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.503.0.tgz#983b8c03aa919060a81127cb9d94fbb1667f4cf2" - integrity sha512-DPwRxhPYCGNvKL9rUhpAoOVpMRyISbVMlXykLQknYo7wyOI+jYcyA7t8H7IFPAqj4ZG+R+Au9tO/KT4im+2gbg== +aws-sdk@2.504.0: + version "2.504.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.504.0.tgz#d7111b3f5117548935d68c717d72bbf57a9362f9" + integrity sha512-azOX54oovJv0zWzO23fBgIprwsvx8KUuMR+cAUAOx23D8LJ5S+sl3UYS9Q1X4qF/blBTa4+ZNawZDV0N1HiQmw== dependencies: buffer "4.9.1" events "1.1.1" From c77e3e10f99a4bd0b42d9e4c11d776df090839be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 08:38:09 +0000 Subject: [PATCH 3/3] chore(deps-dev): bump @blackflux/robo-config-plugin from 2.3.0 to 2.4.1 Bumps [@blackflux/robo-config-plugin](https://github.com/blackflux/robo-config-plugin) from 2.3.0 to 2.4.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/v2.3.0...v2.4.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 e9f6cd72..63563d73 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/register": "7.5.5", "@blackflux/eslint-plugin-rules": "1.1.0", - "@blackflux/robo-config-plugin": "2.3.0", + "@blackflux/robo-config-plugin": "2.4.1", "aws-sdk": "2.504.0", "babel-eslint": "10.0.2", "chai": "4.2.0", diff --git a/yarn.lock b/yarn.lock index d991888e..ca5107cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -175,10 +175,10 @@ dependencies: smart-fs "1.9.2" -"@blackflux/robo-config-plugin@2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-2.3.0.tgz#f3b587fd5b338f5ba83d5e75a5e0e0a36414f356" - integrity sha512-7Qj+93cqxM7tSIozk5jLwEEEoFvDYiQ86jqcTLpJInOQTuxxq/hP8WZKu0dqQ2HBUAencdQRddQjf7h1FAgTdA== +"@blackflux/robo-config-plugin@2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-2.4.1.tgz#017a2fdf48570629b5055a0e33b353d0022d489e" + integrity sha512-H7GNgqBz6JDw4u0NlieRcbp6ZnKGYTICenpg6jtL2EJmA7NtboY445RV2TjcPtVLBMAD+R553kVvO0mkjilgaA== "@hapi/address@2.x.x": version "2.0.0"