From c9c03d4c496a91584932a53d9657a5123b38bf4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:45:48 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.2.0 to 13.3.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.3.2. - [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.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1021b01e6..e2f8bd0e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@semantic-release/git": "^10.0.1", "commitlint": "^18.0.0", "conventional-changelog": "^5.1.0", - "cypress": "^13.2.0", + "cypress": "^13.3.2", "husky": "^8.0.3", "istanbul-instrumenter-loader": "^3.0.1", "istanbul-lib-coverage": "^3.2.0", @@ -9685,9 +9685,9 @@ "integrity": "sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==" }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.2.tgz", + "integrity": "sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 7c9c16a90..7b8ad8fb2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@semantic-release/git": "^10.0.1", "commitlint": "^18.0.0", "conventional-changelog": "^5.1.0", - "cypress": "^13.2.0", + "cypress": "^13.3.2", "husky": "^8.0.3", "istanbul-instrumenter-loader": "^3.0.1", "istanbul-lib-coverage": "^3.2.0",