From 77093c043688314266d78d7924da258860db9621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:25:44 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.8.0 to 13.9.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.8.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.8.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 7b48d7b5..a4edaee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.12", - "cypress": "^13.8.0", + "cypress": "^13.9.0", "eslint": "^8.56.0", "eslint-config-next": "^14.2.3", "eslint-config-prettier": "^9.1.0", @@ -4485,9 +4485,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz", - "integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==", + "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 8d61bd37..1e882d94 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.12", - "cypress": "^13.8.0", + "cypress": "^13.9.0", "eslint": "^8.56.0", "eslint-config-next": "^14.2.3", "eslint-config-prettier": "^9.1.0",