From 1a62cc4f6fed8c8857af207ec36f8cdaa330e0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:34:25 +0200 Subject: [PATCH] Bump cypress from 13.8.1 to 13.10.0 (#993) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.8.1 to 13.10.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.10.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> Co-authored-by: Klara M Helgemo --- 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 2dd0bd2b8..9c025389c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", "@types/react-transition-group": "4.4.10", - "cypress": "13.8.1", + "cypress": "13.10.0", "husky": "8.0.3", "lint-staged": "15.2.2", "msw": "^2.2.14", @@ -7275,9 +7275,9 @@ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" }, "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.10.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.10.0.tgz", + "integrity": "sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index f047310a8..594d41dc6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react-router": "5.1.20", "@types/react-router-dom": "5.3.3", "@types/react-transition-group": "4.4.10", - "cypress": "13.8.1", + "cypress": "13.10.0", "husky": "8.0.3", "lint-staged": "15.2.2", "msw": "^2.2.14",