From 9321c0b54d98cbc4e175e3f9a49778ea2e3f94ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:11:03 +0000 Subject: [PATCH] build(deps-dev): update cypress requirement from ^13.11.0 to ^13.15.2 Updates the requirements on [cypress](https://github.com/cypress-io/cypress) to permit the latest version. - [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.11.0...v13.15.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b90bc..a9e3c7f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "babel-polyfill": "6.26.0", "chokidar": "^3.6.0", "concurrently": "^9.1.0", - "cypress": "^13.11.0", + "cypress": "^13.15.2", "eslint": "^8.57.0", "eslint-config-prettier": "9.1.0", "eslint-config-standard-with-typescript": "^23.0.0",