From b0a5fcbdb90775d7f3c68272e0b79d8d7b3b0d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:52:34 +0000 Subject: [PATCH] build(deps-dev): bump cypress in /generators/client/resources Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.3.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.3.0...v13.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/client/resources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/resources/package.json b/generators/client/resources/package.json index 9d06ccead6b7..6471e07da05e 100644 --- a/generators/client/resources/package.json +++ b/generators/client/resources/package.json @@ -6,7 +6,7 @@ "@cypress/code-coverage": "3.12.1", "babel-loader": "9.1.3", "babel-plugin-istanbul": "6.1.1", - "cypress": "13.3.0", + "cypress": "13.3.1", "cypress-audit": "1.1.0", "eslint-plugin-cypress": "2.15.1", "lighthouse": "11.2.0",