From 6c58fc1839059abc9c46977217a91542b5ce73ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:55:27 +0100 Subject: [PATCH] chore(deps-dev): bump cypress from 13.13.0 to 13.13.1 (#10384) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.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.13.0...v13.13.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 87060df72d..a19c8be888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.1", "concurrently": "^8.2.2", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.3.3", "deepmerge": "^4.3.1", @@ -9489,9 +9489,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", + "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 60153edd5b..4475f67da8 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.1", "concurrently": "^8.2.2", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.3.3", "deepmerge": "^4.3.1", -- GitLab