From 6d11ccf8ba710a1ffddcaa1d075e596ac75d4f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:46:01 +0000 Subject: [PATCH] build(deps-dev): bump cypress in /generators/ionic/resources/base Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.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.2.0...v13.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- generators/ionic/resources/base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/ionic/resources/base/package.json b/generators/ionic/resources/base/package.json index ab3b04ea8..42d3a8293 100644 --- a/generators/ionic/resources/base/package.json +++ b/generators/ionic/resources/base/package.json @@ -71,7 +71,7 @@ "@types/node": "^20.2.3", "@typescript-eslint/eslint-plugin": "6.7.5", "@typescript-eslint/parser": "6.7.5", - "cypress": "13.2.0", + "cypress": "13.3.1", "eslint": "^8.22.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsdoc": "46.8.2",