From 55eb6be474964813f69ad2eb51f10e9458b46988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 23:44:07 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 12.11.0 to 12.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.11.0 to 12.12.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.11.0...v12.12.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16b9548e3e8..6fb69489b81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "babel-loader": "^9.1.0", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^6.7.1", - "cypress": "^12.11.0", + "cypress": "^12.12.0", "cypress-wait-until": "^1.7.2", "dockerode": "^3.3.5", "eslint-plugin-cypress": "^2.13.3", @@ -8254,10 +8254,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "12.11.0", + "version": "12.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.12.0.tgz", + "integrity": "sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^2.88.10", "@cypress/xvfb": "^1.2.4", @@ -29410,7 +29411,9 @@ "dev": true }, "cypress": { - "version": "12.11.0", + "version": "12.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.12.0.tgz", + "integrity": "sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 1e34fe05310..16c60c19637 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "babel-loader": "^9.1.0", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^6.7.1", - "cypress": "^12.11.0", + "cypress": "^12.12.0", "cypress-wait-until": "^1.7.2", "dockerode": "^3.3.5", "eslint-plugin-cypress": "^2.13.3",