From 3151fdf32b24bdb8affd12c4a526d7d8ce57d455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:21:19 +0000 Subject: [PATCH] build(deps-dev): bump cypress Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.1. - [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.13.0...v13.13.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/main/resources/generator/dependencies/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index a3f6cc04e2a..65f1cbb85be 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -15,7 +15,7 @@ "autoprefixer": "10.4.19", "browser-sync": "3.0.2", "cssnano": "7.0.4", - "cypress": "13.13.0", + "cypress": "13.13.1", "eslint": "8.57.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-cypress": "3.3.0",