From 3e1905936755b02623b8326afae85a9ac2882922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:59:50 +0000 Subject: [PATCH] Bump cypress from 10.9.0 to 12.9.0 in /cerberus-dashboard Bumps [cypress](https://github.com/cypress-io/cypress) from 10.9.0 to 12.9.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/v10.9.0...v12.9.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cerberus-dashboard/package-lock.json | 20 ++++++++++---------- cerberus-dashboard/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cerberus-dashboard/package-lock.json b/cerberus-dashboard/package-lock.json index d4bed676..2a4aaac8 100644 --- a/cerberus-dashboard/package-lock.json +++ b/cerberus-dashboard/package-lock.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@cypress/skip-test": "^2.6.1", - "cypress": "~10.9.0", + "cypress": "~12.9.0", "npm-check-updates": "~15.3.4", "react-scripts": "5.0.1", "sass": "^1.58.0" @@ -7454,9 +7454,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz", - "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==", + "version": "12.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.9.0.tgz", + "integrity": "sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -7477,7 +7477,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", @@ -7507,7 +7507,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": ">=12.0.0" + "node": "^14.0.0 || ^16.0.0 || >=18.0.0" } }, "node_modules/cypress/node_modules/@types/node": { @@ -27304,9 +27304,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz", - "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==", + "version": "12.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.9.0.tgz", + "integrity": "sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg==", "dev": true, "requires": { "@cypress/request": "^2.88.10", @@ -27326,7 +27326,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/cerberus-dashboard/package.json b/cerberus-dashboard/package.json index 9c7fb209..9c9ff900 100644 --- a/cerberus-dashboard/package.json +++ b/cerberus-dashboard/package.json @@ -58,7 +58,7 @@ "react-scripts": "5.0.1", "sass": "^1.58.0", "@cypress/skip-test": "^2.6.1", - "cypress": "~10.9.0", + "cypress": "~12.9.0", "npm-check-updates": "~15.3.4" }, "browserslist": {