Bump protractor-smartrunner from 0.1.1 to 1.0.0 (#1938)

Bumps [protractor-smartrunner](https://github.com/popovicsandras/protractor-smartrunner) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/popovicsandras/protractor-smartrunner/releases)
- [Commits](https://github.com/popovicsandras/protractor-smartrunner/compare/v0.1.1...v1.0.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] 2021-01-25 16:25:45 +00:00 committed by GitHub
parent 1990684a6d
commit 35e08e85d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13380,9 +13380,9 @@
}
},
"protractor-smartrunner": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/protractor-smartrunner/-/protractor-smartrunner-0.1.1.tgz",
"integrity": "sha512-t5L6AM2mRnpOEkg3Ib0C5pLGgWu2rOzjutF/UAEevBgwwil5M1m/E6bv/uUn+kAyImJJCCI000ssrz7JcVP/dw==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/protractor-smartrunner/-/protractor-smartrunner-1.0.0.tgz",
"integrity": "sha512-jfMsfWlH7SDmamVlVIS+3tkms4W7qJnHOG3rpWO+8iz3jSaB0Ep4KprQJ0qZdnkE1Toksoaf71lY4geFEFZzkA==",
"dev": true,
"requires": {
"filenamify": "4.1.0",

View File

@ -101,7 +101,7 @@
"protractor-retry": "^2.0.1",
"protractor-retry-angular-cli": "^1.3.0",
"protractor-screenshoter-plugin": "0.10.3",
"protractor-smartrunner": "^0.1.1",
"protractor-smartrunner": "^1.0.0",
"rxjs-tslint": "^0.1.8",
"rxjs-tslint-rules": "^4.34.3",
"selenium-webdriver": "^4.0.0-alpha.7",