Bump wait-on from 5.0.1 to 5.1.0 (#1515)

Bumps [wait-on](https://github.com/jeffbski/wait-on) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v5.0.1...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-07-11 12:12:18 +01:00
committed by GitHub
parent 148a42612e
commit 94a40ad64d
2 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -18523,14 +18523,14 @@
"dev": true
},
"wait-on": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-5.0.1.tgz",
"integrity": "sha512-TxzkYIfRWK1hLc9IlUh9bE1mrvIIM3ptPRKQ86Z8Qo0tBQLCHEvWzkRD1Ge4FWprKflHOnAtqIBH2nKmib/lrg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-5.1.0.tgz",
"integrity": "sha512-JM0kgaE+V0nCDvSl72iM05W8NDt2E2M56WC5mzR7M+T+k6xjt2yYpyom+xA8RasSunFGzbxIpAXbVzXqtweAnA==",
"dev": true,
"requires": {
"@hapi/joi": "^17.1.1",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"rxjs": "^6.5.5"
},
@@ -18543,6 +18543,12 @@
"requires": {
"follow-redirects": "1.5.10"
}
},
"lodash": {
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
}
}
},
+1 -1
View File
@@ -108,7 +108,7 @@
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "3.9.6",
"wait-on": "^5.0.1",
"wait-on": "^5.1.0",
"webdriver-manager": "12.1.7"
},
"lint-staged": {