Bump protractor-retry from 1.2.12 to 1.2.13 (#1619)

Bumps [protractor-retry](https://github.com/yahoo/Protractor-retry) from 1.2.12 to 1.2.13.
- [Release notes](https://github.com/yahoo/Protractor-retry/releases)
- [Changelog](https://github.com/yahoo/protractor-retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yahoo/Protractor-retry/compare/v1.2.12...v1.2.13)

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-08-18 10:40:30 +01:00 committed by GitHub
parent 6a87e65e68
commit 8a6dc9d5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -13770,20 +13770,20 @@
}
},
"protractor-retry": {
"version": "1.2.12",
"resolved": "https://registry.npmjs.org/protractor-retry/-/protractor-retry-1.2.12.tgz",
"integrity": "sha512-ys9ZKduWy2xPPnFjRNqPKnczqlO7IUueQKYFVCAxG6gfTg1YcSzuS9TVobdp2R2mN5sjamHN6WuhlE6fpvkbhw==",
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/protractor-retry/-/protractor-retry-1.2.13.tgz",
"integrity": "sha512-xKUuYhFt6mhvd5Zd6v3Tpua36xfAdLyPpbGZ1lLR0RChvbmKXqGXlfLyC5Uqey9/dkSGMxm2SQrrDYOfJhK/4w==",
"dev": true,
"requires": {
"array-unique": "~0.3.2",
"chai": "3.x",
"chai-as-promised": "5.x",
"debug": "^2.1.1",
"lodash": "^4.17.12",
"lodash": "^4.17.19",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"xml2js": "~0.4.17",
"yargs": "^15.1.0"
"yargs": "^15.4.1"
},
"dependencies": {
"debug": {

View File

@ -107,7 +107,7 @@
"node-stream-zip": "^1.11.3",
"prettier": "^2.0.5",
"protractor": "^7.0.0",
"protractor-retry": "^1.2.9",
"protractor-retry": "^1.2.13",
"protractor-smartrunner": "^0.1.1",
"rxjs-tslint": "^0.1.8",
"rxjs-tslint-rules": "^4.34.0",