From 53f418e2b31411e0a2e6d007282495325b04f729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:34:12 +0000 Subject: [PATCH] :arrow_up: Bump cypress from 13.7.0 to 13.9.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.0 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.7.0...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 61f8336f9..ffa8e57f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "axe-core": "^4.1.4", "babel-jest": "^29.0.1", "babel-loader": "^9.0.0", - "cypress": "13.7.0", + "cypress": "13.9.0", "cypress-axe": "^1.5.0", "eslint": "~8.57.0", "eslint-plugin-cypress": "^3.2.0", @@ -5404,9 +5404,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.0.tgz", - "integrity": "sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==", + "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 2aa896e38..b4e9ef88a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "axe-core": "^4.1.4", "babel-jest": "^29.0.1", "babel-loader": "^9.0.0", - "cypress": "13.7.0", + "cypress": "13.9.0", "cypress-axe": "^1.5.0", "eslint": "~8.57.0", "eslint-plugin-cypress": "^3.2.0",