From 41f1cd0a3679c1d48c73dd9675ab26efe08dcddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2020 04:16:57 +0100 Subject: [PATCH] Bump wait-on from 5.1.0 to 5.2.0 (#1588) Bumps [wait-on](https://github.com/jeffbski/wait-on) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c350e130..1207551f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2280,19 +2280,6 @@ "integrity": "sha512-EwaJS7RjoXUZ2cXXKZZxZqieGtc7RbvQhUy8FwDoMQtxWVi14tFjeFCYPZAM1mBCpOpiBpyaZbb9NeHc7eGKgw==", "dev": true }, - "@hapi/joi": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", - "integrity": "sha512-p4DKeZAoeZW4g3u7ZeRo+vCDuSDgSvtsB/NpfjXEHTUjSeINAi/RrVOWiVQ1isaoLzMvFEhe8n5065mQq1AdQg==", - "dev": true, - "requires": { - "@hapi/address": "^4.0.1", - "@hapi/formula": "^2.0.0", - "@hapi/hoek": "^9.0.0", - "@hapi/pinpoint": "^2.0.0", - "@hapi/topo": "^5.0.0" - } - }, "@hapi/pinpoint": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.0.tgz", @@ -9796,6 +9783,19 @@ } } }, + "joi": { + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.2.0.tgz", + "integrity": "sha512-9ZC8pMSitNlenuwKARENBGVvvGYHNlwWe5rexo2WxyogaxCB5dNHAgFA1BJQ6nsJrt/jz1p5vSqDT6W6kciDDw==", + "dev": true, + "requires": { + "@hapi/address": "^4.1.0", + "@hapi/formula": "^2.0.0", + "@hapi/hoek": "^9.0.0", + "@hapi/pinpoint": "^2.0.0", + "@hapi/topo": "^5.0.0" + } + }, "js-beautify": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.11.0.tgz", @@ -17666,13 +17666,13 @@ "dev": true }, "wait-on": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-5.1.0.tgz", - "integrity": "sha512-JM0kgaE+V0nCDvSl72iM05W8NDt2E2M56WC5mzR7M+T+k6xjt2yYpyom+xA8RasSunFGzbxIpAXbVzXqtweAnA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-5.2.0.tgz", + "integrity": "sha512-U1D9PBgGw2XFc6iZqn45VBubw02VsLwnZWteQ1au4hUVHasTZuFSKRzlTB2dqgLhji16YVI8fgpEpwUdCr8B6g==", "dev": true, "requires": { - "@hapi/joi": "^17.1.1", "axios": "^0.19.2", + "joi": "^17.1.1", "lodash": "^4.17.19", "minimist": "^1.2.5", "rxjs": "^6.5.5" diff --git a/package.json b/package.json index 617b30cb1..2654b66cf 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typescript": "3.9.7", - "wait-on": "^5.1.0", + "wait-on": "^5.2.0", "webdriver-manager": "12.1.7" }, "lint-staged": {