From a2b2fdb47bcf248371de547c9a68a59516afb0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:10:46 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.2.0 to 13.3.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.3.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.2.0...v13.3.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 99de383d6f2..2bf55312a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.1", "cssnano": "^6.0.0", - "cypress": "=13.2.0", + "cypress": "=13.3.0", "cypress-file-upload": "^5.0.8", "dedent": "^1.0.1", "deep-extend": "^0.6.0", @@ -10421,9 +10421,9 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", + "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index da02b21dc02..acbfb47a265 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.1", "cssnano": "^6.0.0", - "cypress": "=13.2.0", + "cypress": "=13.3.0", "cypress-file-upload": "^5.0.8", "dedent": "^1.0.1", "deep-extend": "^0.6.0",