Skip to content

Commit

Permalink
fix(deps): update dependency mocha-junit-reporter to version .x 🌟 (#9528
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 4, 2020
1 parent 14ae3c7 commit d8f8593
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"make-empty-github-commit": "1.2.0",
"mocha": "3.5.3",
"mocha-banner": "1.1.2",
"mocha-junit-reporter": "1.23.1",
"mocha-junit-reporter": "2.0.0",
"mocha-multi-reporters": "1.1.7",
"mock-fs": "4.9.0",
"parse-github-repo-url": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"minimatch": "3.0.4",
"minimist": "1.2.5",
"mocha-7.0.1": "npm:mocha@7.0.1",
"mocha-junit-reporter": "1.23.1",
"mocha-junit-reporter": "2.0.0",
"mocha-teamcity-reporter": "3.0.0",
"moment": "2.27.0",
"morgan": "1.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22312,10 +22312,10 @@ mocha-banner@1.1.2:
its-name "1.0.0"
terminal-banner "1.1.0"

mocha-junit-reporter@1.23.1:
version "1.23.1"
resolved "https://registry.yarnpkg.com/mocha-junit-reporter/-/mocha-junit-reporter-1.23.1.tgz#ba11519c0b967f404e4123dd69bc4ba022ab0f12"
integrity sha512-qeDvKlZyAH2YJE1vhryvjUQ06t2hcnwwu4k5Ddwn0GQINhgEYFhlGM0DwYCVUHq5cuo32qAW6HDsTHt7zz99Ng==
mocha-junit-reporter@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/mocha-junit-reporter/-/mocha-junit-reporter-2.0.0.tgz#3bf990fce7a42c0d2b718f188553a25d9f24b9a2"
integrity sha512-20HoWh2HEfhqmigfXOKUhZQyX23JImskc37ZOhIjBKoBEsb+4cAFRJpAVhFpnvsztLklW/gFVzsrobjLwmX4lA==
dependencies:
debug "^2.2.0"
md5 "^2.1.0"
Expand Down

2 comments on commit d8f8593

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d8f8593 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.1.0/circle-develop-d8f8593ec774f14c5ca4f14a08b3e679ba19b44a/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d8f8593 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.1.0/circle-develop-d8f8593ec774f14c5ca4f14a08b3e679ba19b44a/cypress.tgz

Please sign in to comment.