Skip to content

Commit

Permalink
fix(deps): update dependency data-uri-to-buffer to version .x 馃専 (#4622)
Browse files Browse the repository at this point in the history

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and jennifer-shehane committed Jul 11, 2019
1 parent deb0f47 commit 941ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -119,7 +119,7 @@
"content-type": "1.0.4",
"cookie": "0.4.0",
"cookie-parser": "1.4.4",
"data-uri-to-buffer": "1.2.0",
"data-uri-to-buffer": "2.0.1",
"debug": "4.1.1",
"dependency-tree": "7.0.2",
"duplexify": "4.0.0",
Expand Down

4 comments on commit 941ee7f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 941ee7f Jul 11, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.4.1/linux-x64/circle-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-132495/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.4.1/circle-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-132479/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 941ee7f Jul 11, 2019

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.4.1/win32-ia32/appveyor-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-25897710/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-ia32/appveyor-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-25897710/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 941ee7f Jul 11, 2019

Choose a reason for hiding this comment

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

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.4.1/win32-x64/appveyor-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-25897710/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-x64/appveyor-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-25897710/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 941ee7f Jul 11, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.4.1/darwin-x64/circle-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-132503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.4.1/circle-develop-941ee7ff73c0337c2b0484c5933efae43ce91d65-132502/cypress.tgz

Please sign in to comment.