From aa1b60a62528466cfc33c554e28f62d3fac3278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:09:28 +0000 Subject: [PATCH] Build(deps-dev): Bump cypress from 12.4.1 to 12.5.1 (#2967) Bumps [cypress](https://github.com/cypress-io/cypress) from 12.4.1 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/v12.4.1...v12.5.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2be3bfda..6ba75a4ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8454,9 +8454,9 @@ "dev": true }, "cypress": { - "version": "12.4.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", - "integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", + "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/package.json b/package.json index 3853b419c..3cfea5b19 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "commander": "^6.1.0", "connect-history-api-fallback": "^2.0.0", "cspell": "^6.23.0", - "cypress": "^12.4.1", + "cypress": "^12.5.1", "dotenv": "8.2.0", "dotenv-expand": "^5.1.0", "envsub": "^4.1.0",