From 36c4de16243d31f404dfaa7fd6ac8ac69143aace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 20:20:31 +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 a818101e..1a1337dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@types/react-redux": "^7.1.33", "@types/react-router-dom": "^5.3.3", "@types/uuid": "^9.0.8", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "eslint": "^9.2.0", "postcss-preset-env": "^9.5.11", "sass": "^1.77.0", @@ -8621,9 +8621,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "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 f7b713c3..43d4e87e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/react-redux": "^7.1.33", "@types/react-router-dom": "^5.3.3", "@types/uuid": "^9.0.8", - "cypress": "^13.8.1", + "cypress": "^13.9.0", "eslint": "^9.2.0", "postcss-preset-env": "^9.5.11", "sass": "^1.77.0",