From 42f655956c884f119413e95cc873c9482d5ea2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:09:10 +0000 Subject: [PATCH] Bump cypress from 13.8.1 to 13.9.0 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] --- 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 e5e237593..f99c1d8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/node": "^20.12.8", "axe-core": "^4.9.1", "chai": "^5.1.0", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.11", @@ -1574,9 +1574,9 @@ } }, "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 1635a4931..02772244f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/node": "^20.12.8", "axe-core": "^4.9.1", "chai": "^5.1.0", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "cypress-axe": "^1.5.0", "cypress-plugin-tab": "^1.0.5", "dayjs": "^1.11.11",