From 6e1e4431ec4826cb0412e67f5484f0c361aeee72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:10:53 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump js-gardener from 2.0.137 to 2.0.138 Bumps [js-gardener](https://github.com/blackflux/js-gardener) from 2.0.137 to 2.0.138. - [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.137...v2.0.138) 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 3f33fb0..a07e64f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-json": "2.1.0", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-mocha": "6.3.0", - "js-gardener": "2.0.137", + "js-gardener": "2.0.138", "nyc": "15.0.0", "semantic-release": "17.0.4" }, diff --git a/yarn.lock b/yarn.lock index 839a86b..118429e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3781,10 +3781,10 @@ joi-strict@1.2.0: dependencies: "@hapi/joi" "16.1.8" -js-gardener@2.0.137: - version "2.0.137" - resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.137.tgz#f5b9103e57db89c2002f64f19a988bc1fb75872b" - integrity sha512-9YHN3NGojbs1KJmhr7oOkHGrXk5mHVbthzIRgCauynxB5O65p7NIleYSo+LHHOchiNNDq6ygjo3B9uvuUD0hNA== +js-gardener@2.0.138: + version "2.0.138" + resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.138.tgz#0808691e21431edf8f455ef902e2e528175af102" + integrity sha512-y7R6W9Wo04FiCdSHOuZ//6iftbwNKKDfMZyxhAcGSiZe2dEpcWq9ZymZR3b0ZFNNnAkVbgP1yKn9AAfRIyRJPQ== dependencies: chalk "3.0.0" fancy-log "1.3.3" From 572f02bfe0a9688cbe318b087826546dbd34bbe0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:36:14 +0000 Subject: [PATCH 2/3] fix(deps): bump @hapi/joi from 17.1.0 to 17.1.1 Bumps [@hapi/joi](https://github.com/hapijs/joi) from 17.1.0 to 17.1.1. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.1.0...v17.1.1) 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 a07e64f..38fd3ac 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,6 @@ "tempDir": "./coverage/.nyc_output" }, "dependencies": { - "@hapi/joi": "17.1.0" + "@hapi/joi": "17.1.1" } } diff --git a/yarn.lock b/yarn.lock index 118429e..68c8bb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -190,10 +190,10 @@ resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== -"@hapi/address@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@hapi/address/-/address-4.0.0.tgz#36affb4509b5a6adc628bcc394450f2a7d51d111" - integrity sha512-GDDpkCdSUfkQCznmWUHh9dDN85BWf/V8TFKQ2JLuHdGB4Yy3YTEGBzZxoBNxfNBEvreSR/o+ZxBBSNNEVzY+lQ== +"@hapi/address@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@hapi/address/-/address-4.0.1.tgz#267301ddf7bc453718377a6fb3832a2f04a721dd" + integrity sha512-0oEP5UiyV4f3d6cBL8F3Z5S7iWSX39Knnl0lY8i+6gfmmIBj44JCBNtcMgwyS+5v7j3VYavNay0NFHDS+UGQcw== dependencies: "@hapi/hoek" "^9.0.0" @@ -228,12 +228,12 @@ "@hapi/pinpoint" "^1.0.2" "@hapi/topo" "^3.1.3" -"@hapi/joi@17.1.0": - version "17.1.0" - resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-17.1.0.tgz#cc4000b6c928a6a39b9bef092151b6bdee10ce55" - integrity sha512-ob67RcPlwRWxBzLCnWvcwx5qbwf88I3ykD7gcJLWOTRfLLgosK7r6aeChz4thA3XRvuBfI0KB1tPVl2EQFlPXw== +"@hapi/joi@17.1.1": + version "17.1.1" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-17.1.1.tgz#9cc8d7e2c2213d1e46708c6260184b447c661350" + integrity sha512-p4DKeZAoeZW4g3u7ZeRo+vCDuSDgSvtsB/NpfjXEHTUjSeINAi/RrVOWiVQ1isaoLzMvFEhe8n5065mQq1AdQg== dependencies: - "@hapi/address" "^4.0.0" + "@hapi/address" "^4.0.1" "@hapi/formula" "^2.0.0" "@hapi/hoek" "^9.0.0" "@hapi/pinpoint" "^2.0.0" From ed1ebfc4eedd34e0c9a9187ae3e9989f13a0bee3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2020 20:10:07 +0000 Subject: [PATCH 3/3] chore(deps-dev): bump eslint-plugin-json from 2.1.0 to 2.1.1 Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/azeemba/eslint-plugin-json/releases) - [Commits](https://github.com/azeemba/eslint-plugin-json/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 38fd3ac..4fb7d90 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "6.8.0", "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "2.20.1", - "eslint-plugin-json": "2.1.0", + "eslint-plugin-json": "2.1.1", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-mocha": "6.3.0", "js-gardener": "2.0.138", diff --git a/yarn.lock b/yarn.lock index 68c8bb7..4f2d8d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2138,13 +2138,13 @@ eslint-plugin-import@2.20.1: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-json@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-2.1.0.tgz#2829174f58148e229227c479c402f2875be04935" - integrity sha512-Qxy3JQVRb/Qh1RdJsg+LXhMLPGp8rTiEktpgKZPMOwJTTXe56zLCrazfdPZIDctETVbR/YFk0y1dSsVcKXu6Jg== +eslint-plugin-json@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-2.1.1.tgz#7b9c4da2121f6f48d44efceb9a99ac0d4d12b299" + integrity sha512-Ktsab8ij33V2KFLhh4alC1FYztdmbV32DeMZYYUCZm4kKLW1s4DrleKKgtbAHSJsmshCK5QGOZtfyc2r3jCRsg== dependencies: lodash "^4.17.15" - vscode-json-languageservice "^3.4.12" + vscode-json-languageservice "^3.5.1" eslint-plugin-markdown@1.0.2: version "1.0.2" @@ -7563,7 +7563,7 @@ vfile@^2.0.0: unist-util-stringify-position "^1.0.0" vfile-message "^1.0.0" -vscode-json-languageservice@^3.4.12: +vscode-json-languageservice@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/vscode-json-languageservice/-/vscode-json-languageservice-3.5.1.tgz#75779d466107cbc8c4cc9828df100df71c1870f8" integrity sha512-F8jPqcAC1mbQOMKvGYS4dGEw9JCZxVEi7tc5ASZLfcfwKq2URZKB4fOtdy1GEsTLsrW11tVrBjEPntpXzqp/NA==