From 2129fe5915a79c11242e789c15afafa2f461e618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:10:24 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.6.2 to 13.6.3 (#9909) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.2 to 13.6.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.6.2...v13.6.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3219f0d739..a9ce344d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.0", "concurrently": "^8.2.2", - "cypress": "^13.6.2", + "cypress": "^13.6.3", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.1", "deepmerge": "^4.3.1", @@ -9269,15 +9269,14 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", - "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", + "version": "13.6.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", + "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", "dev": true, "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", - "@types/node": "^18.17.5", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", diff --git a/package.json b/package.json index 93db540b32..898ea44a72 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "child-process-promise": "^2.2.1", "clsx": "^2.1.0", "concurrently": "^8.2.2", - "cypress": "^13.6.2", + "cypress": "^13.6.3", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.1", "deepmerge": "^4.3.1",