Skip to content

Commit

Permalink
Update dependency cypress-multi-reporters to ^1.4.0 (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2020
1 parent 5bed4db commit 31959b7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .changeset/cool-humans-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@keystonejs/cypress-project-access-control": patch
"@keystonejs/cypress-project-basic": patch
"@keystonejs/cypress-project-client-validation": patch
"@keystonejs/cypress-project-login": patch
---

Updated dependency `cypress-multi-reporters` to `^1.4.0`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"chalk-cli": "^4.1.0",
"cross-env": "^7.0.2",
"cypress": "^4.12.1",
"cypress-multi-reporters": "^1.2.4",
"cypress-multi-reporters": "^1.4.0",
"dotenv": "^8.2.0",
"dotenv-safe": "^8.2.0",
"endent": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"cypress": "^4.12.1",
"cypress-file-upload": "^3.5.3",
"cypress-multi-reporters": "^1.2.4",
"cypress-multi-reporters": "^1.4.0",
"dotenv-safe": "^8.2.0",
"execa": "^4.0.3",
"inflection": "^1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"cypress": "^4.12.1",
"cypress-file-upload": "^3.5.3",
"cypress-multi-reporters": "^1.2.4",
"cypress-multi-reporters": "^1.4.0",
"dotenv-safe": "^8.2.0",
"execa": "^4.0.3",
"mocha": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/client-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"cypress": "^4.12.1",
"cypress-multi-reporters": "^1.2.4",
"cypress-multi-reporters": "^1.4.0",
"dotenv-safe": "^8.2.0",
"execa": "^4.0.3",
"mocha": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"cypress": "^4.12.1",
"cypress-file-upload": "^3.5.3",
"cypress-multi-reporters": "^1.2.4",
"cypress-multi-reporters": "^1.4.0",
"dotenv-safe": "^8.2.0",
"execa": "^4.0.3",
"mocha": "^7.1.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9660,13 +9660,13 @@ cypress-file-upload@^3.5.3:
resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-3.5.3.tgz#cd706485de3fb2cbd4a8c2dd90fe96d537bb4311"
integrity sha512-S/czzqAj1BYz6Xxnfpx2aSc6hXsj76fd8/iuycJ2RxoxCcQMliw8eQV0ugzVlkzr1GD5dKGviNFGYqv3nRJ+Tg==

cypress-multi-reporters@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/cypress-multi-reporters/-/cypress-multi-reporters-1.2.4.tgz#bf6c95f39f9d2ce210d83e096f452a306bcd49fc"
integrity sha512-JTsF02I2KH1HM+cUEKeJih8EtjFv6jWVrYlRlJAnomwE5UqRQ3M7cAuw+zqBfNSTIvhOzNHtN3LyxomfhycuAQ==
cypress-multi-reporters@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/cypress-multi-reporters/-/cypress-multi-reporters-1.4.0.tgz#5f1d0484a20959cfe782f1bf65ad16c6ad804da7"
integrity sha512-CjpQduW43KVzY45hhKC/qf8MSebRpx6JyEz6py8F+0GrYS8rE5TZ8wXv9dPUs/PaT6w+dR8KIgLSMr967Om7iA==
dependencies:
debug "^4.1.1"
lodash "^4.17.11"
lodash "^4.17.15"

cypress@^4.12.1:
version "4.12.1"
Expand Down

0 comments on commit 31959b7

Please sign in to comment.