From 5b1f2ef2ce07a0ed51a5216245b38771f74c962b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:08:55 +0000 Subject: [PATCH] Bump cypress from 13.6.2 to 13.6.3 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] --- 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 9ed3e65e..81f4aa49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "sass": "^1.69.7" }, "devDependencies": { - "cypress": "^13.6.2", + "cypress": "^13.6.3", "eslint": "^7.32.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.15.1", @@ -7413,15 +7413,14 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "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 746bbf9f..31274395 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "sass": "^1.69.7" }, "devDependencies": { - "cypress": "^13.6.2", + "cypress": "^13.6.3", "eslint": "^7.32.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.15.1",