From ac6fdbafbcae44ebfca9b5b9dd255867a33fcc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:15:29 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 12.5.1 to 12.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.5.1 to 12.6.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.5.1...v12.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c2935c..3bd0401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "packages/*" ], "devDependencies": { - "cypress": "^12.5.1", + "cypress": "^12.6.0", "got": "^12.5.3" } }, @@ -623,9 +623,9 @@ } }, "node_modules/cypress": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", - "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.6.0.tgz", + "integrity": "sha512-WdHSVaS1lumSd5XpVTslZd8ui9GIGphrzvXq9+3DtVhqjRZC5M70gu5SW/Y/SLPq3D1wiXGZoHC6HJ7ESVE2lw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -646,7 +646,7 @@ "commander": "^5.1.0", "common-tags": "^1.8.0", "dayjs": "^1.10.4", - "debug": "^4.3.2", + "debug": "^4.3.4", "enquirer": "^2.3.6", "eventemitter2": "6.4.7", "execa": "4.1.0", @@ -2843,9 +2843,9 @@ } }, "cypress": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", - "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.6.0.tgz", + "integrity": "sha512-WdHSVaS1lumSd5XpVTslZd8ui9GIGphrzvXq9+3DtVhqjRZC5M70gu5SW/Y/SLPq3D1wiXGZoHC6HJ7ESVE2lw==", "dev": true, "requires": { "@cypress/request": "^2.88.10", @@ -2865,7 +2865,7 @@ "commander": "^5.1.0", "common-tags": "^1.8.0", "dayjs": "^1.10.4", - "debug": "^4.3.2", + "debug": "^4.3.4", "enquirer": "^2.3.6", "eventemitter2": "6.4.7", "execa": "4.1.0", diff --git a/package.json b/package.json index 0bdc6cf..4a6eec9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "packages/*" ], "devDependencies": { - "cypress": "^12.5.1", + "cypress": "^12.6.0", "got": "^12.5.3" } }