From a50129dc825ab1a8c7173008e8038078a59394c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:07:28 +0000 Subject: [PATCH] chore(deps-dev): update cypress requirement from ^13.15.1 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.15.1...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 ef2b95bb..adbd817f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-polyfill": "6.26.0", "chokidar": "^3.6.0", "concurrently": "^8.2.2", - "cypress": "^13.15.1", + "cypress": "^13.15.2", "eslint": "^8.57.0", "eslint-config-prettier": "8.10.0", "eslint-config-standard-with-typescript": "^23.0.0",