From 417a1c3e7e08242e0580724e6522079f47681545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 19:13:14 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.3.1 to 13.3.2 (#9674) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.1 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.3.1...v13.3.2) --- 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 4cc596e370..d0ae5afa38 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.2", - "cypress": "^13.3.1", + "cypress": "^13.3.2", "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.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "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 cdb0ca3a68..47e4fd1267 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.0.0", "concurrently": "^8.2.2", - "cypress": "^13.3.1", + "cypress": "^13.3.2", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.0", "deepmerge": "^4.3.1", -- GitLab