From 1096e1ae9d8fd8380707edab0609e01bfcdc6e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:55:09 +0000 Subject: [PATCH] Bump cypress from 13.3.3 to 13.4.0 in /test (#4491) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.3 to 13.4.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.3.3...v13.4.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 411cab6c8e..2bd232197e 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.3.3", + "cypress": "^13.4.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.3.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz", - "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", + "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -2065,9 +2065,9 @@ } }, "cypress": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz", - "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", + "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", "requires": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/test/package.json b/test/package.json index fddd057234..30937583e1 100644 --- a/test/package.json +++ b/test/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "chrome-remote-interface": "^0.33.0", - "cypress": "^13.3.3", + "cypress": "^13.4.0", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"