From 660b114f06d44a21225bbca5a34ff74664828df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:48:09 +0000 Subject: [PATCH] build(deps-dev): bump cypress in /generators/client/resources Bumps [cypress](https://github.com/cypress-io/cypress) from 12.16.0 to 12.17.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/v12.16.0...v12.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... 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 fd1173798755..8fd0373786e7 100644 --- a/generators/client/resources/package.json +++ b/generators/client/resources/package.json @@ -6,7 +6,7 @@ "@cypress/code-coverage": "3.10.8", "babel-loader": "9.1.2", "babel-plugin-istanbul": "6.1.1", - "cypress": "12.16.0", + "cypress": "12.17.0", "cypress-audit": "1.1.0", "eslint-plugin-cypress": "2.13.3", "lighthouse": "10.3.0",