From 8f2d5c1ca6e72eb94fe9cac3a58c7305df22f914 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Mon, 13 Sep 2021 23:04:40 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 8.3.1 to 8.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 8.3.1 to 8.4.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v8.3.1...v8.4.0) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index df2debd7..09a4655f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@semantic-release/exec": "^5.0.0", "@semantic-release/git": "^9.0.1", "@semantic-release/npm": "^7.1.3", - "cypress": "^8.3.1", + "cypress": "^8.4.0", "dot": "^1.1.3", "http-proxy": "^1.18.1", "semantic-release": "^17.4.7", @@ -4733,9 +4733,9 @@ } }, "node_modules/cypress": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.3.1.tgz", - "integrity": "sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.4.0.tgz", + "integrity": "sha512-RtVgGFR06ikyMaq/VqapeqOjGaIA42PpK7F0qe1MCiFArfUuJECsLmeYaOA+1TlmNUgJNMSF5fWKkZIJr5Uc7w==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -11875,9 +11875,9 @@ "dev": true }, "cypress": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.3.1.tgz", - "integrity": "sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.4.0.tgz", + "integrity": "sha512-RtVgGFR06ikyMaq/VqapeqOjGaIA42PpK7F0qe1MCiFArfUuJECsLmeYaOA+1TlmNUgJNMSF5fWKkZIJr5Uc7w==", "dev": true, "requires": { "@cypress/request": "^2.88.6", diff --git a/package.json b/package.json index 1496105e..1ff74b01 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@semantic-release/exec": "^5.0.0", "@semantic-release/git": "^9.0.1", "@semantic-release/npm": "^7.1.3", - "cypress": "^8.3.1", + "cypress": "^8.4.0", "dot": "^1.1.3", "http-proxy": "^1.18.1", "semantic-release": "^17.4.7",