From 79b4c59888ac83f1ed6e7c8854d7415c8fa7158d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 21:00:34 +0100 Subject: [PATCH] chore(deps-dev): bump cypress from 13.8.1 to 13.9.0 (#10160) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.8.1 to 13.9.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.8.1...v13.9.0) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10fff70fee1a6..98f61df9136e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.1", "concurrently": "^8.2.2", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.2.0", "deepmerge": "^4.3.1", @@ -8985,9 +8985,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", - "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.9.0.tgz", + "integrity": "sha512-atNjmYfHsvTuCaxTxLZr9xGoHz53LLui3266WWxXJHY7+N6OdwJdg/feEa3T+buez9dmUXHT1izCOklqG82uCQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 9140b8249b286..3bace58cb1d38 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.1", "concurrently": "^8.2.2", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.2.0", "deepmerge": "^4.3.1",