From 5b1b8067da277f701a9f411e42b09516beb9379e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:29:23 +0100 Subject: [PATCH] chore(deps-dev): bump cypress from 13.13.2 to 13.13.3 (#10455) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3. - [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.2...v13.13.3) --- 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 80a4b32994..0d8ee104f5 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.2", + "cypress": "^13.13.3", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.3.3", "deepmerge": "^4.3.1", @@ -9498,9 +9498,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "version": "13.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index be0aa181fa..81f26601c3 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.2", + "cypress": "^13.13.3", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^12.3.3", "deepmerge": "^4.3.1", -- GitLab