From 11f9735d953ab0422c067a8d80389a3dd48b4e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:25:02 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.3.0 to 13.3.1 (#9651) 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] <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 075e041436..92565e355c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.0.0", "concurrently": "^8.2.1", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.0", "deepmerge": "^4.3.1", @@ -9255,9 +9255,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index c160b52568..30f71228aa 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.0.0", "concurrently": "^8.2.1", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.0", "deepmerge": "^4.3.1", -- GitLab