From 9c97b8c69f104eb651491ab60458d13caf11394a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:02:15 +0000 Subject: [PATCH] chore(deps-dev): bump cypress Bumps [cypress](https://github.com/cypress-io/cypress) from 13.1.0 to 13.2.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.1.0...v13.2.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... 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 204c9bad335..e81b933ddb3 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -10,7 +10,7 @@ "@types/node": "20.5.0", "@typescript-eslint/eslint-plugin": "6.7.0", "@typescript-eslint/parser": "6.7.0", - "cypress": "13.1.0", + "cypress": "13.2.0", "eslint": "8.49.0", "eslint-import-resolver-typescript": "3.6.0", "eslint-plugin-cypress": "2.14.0",