From 5ebb94aba160df7b6381fc1eb19c1e79ffd9b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:15:35 +0000 Subject: [PATCH] Bump cypress from 10.9.0 to 12.5.1 in /cerberus-dashboard Bumps [cypress](https://github.com/cypress-io/cypress) from 10.9.0 to 12.5.1. - [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.5.1) --- 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 | 16 ++++++++-------- cerberus-dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cerberus-dashboard/package-lock.json b/cerberus-dashboard/package-lock.json index 3e26029d..fa6a8b4e 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.5.1", "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.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", + "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -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": { @@ -27316,9 +27316,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.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", + "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/cerberus-dashboard/package.json b/cerberus-dashboard/package.json index 9c7fb209..ffb4e844 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.5.1", "npm-check-updates": "~15.3.4" }, "browserslist": {