From fccdad8b79e92b1fdfef3ba77d20b6478ff65045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:35:59 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.7.3 to 13.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.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/v13.7.3...v13.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1709073d9..80bf9ddb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "autoprefixer": "10.4.19", "axe-core": "4.9.0", "babel-jest": "29.7.0", - "cypress": "13.7.3", + "cypress": "13.12.0", "cypress-axe": "1.5.0", "cypress-multi-reporters": "1.6.4", "eslint": "8.57.0", @@ -4456,9 +4456,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", - "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 5cfdfc814..e52e821e3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "autoprefixer": "10.4.19", "axe-core": "4.9.0", "babel-jest": "29.7.0", - "cypress": "13.7.3", + "cypress": "13.12.0", "cypress-axe": "1.5.0", "cypress-multi-reporters": "1.6.4", "eslint": "8.57.0",