From fd7bec56769c0f3eaea3d888e6ac7318b1c555bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:15:11 +0000 Subject: [PATCH] Bump cypress from 13.2.0 to 13.3.0 in /test 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/package-lock.json | 14 +++++++------- test/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index e3c629bd76..675249c85f 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "chrome-remote-interface": "^0.33.0", - "cypress": "^13.2.0", + "cypress": "^13.3.0", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0" @@ -449,9 +449,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==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -2065,9 +2065,9 @@ } }, "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==", "requires": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/test/package.json b/test/package.json index 9ff454c128..8bb02de434 100644 --- a/test/package.json +++ b/test/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "chrome-remote-interface": "^0.33.0", - "cypress": "^13.2.0", + "cypress": "^13.3.0", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"