From 98af5eb2a746d8888cdd25150d03893348896fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:33:07 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.6.1 to 13.6.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.1 to 13.6.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.6.1...v13.6.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 2552dbc..ded4e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@percy/cli": "^1.27.4", "@percy/cypress": "^3.1.2", "axe-core": "^4.8.2", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-axe": "^1.5.0", "cypress-plugin-steps": "^1.1.1", "eslint-plugin-cypress": "^2.15.1", @@ -1792,9 +1792,9 @@ } }, "node_modules/cypress": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", - "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", + "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index bf1b043..23d23d6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@percy/cli": "^1.27.4", "@percy/cypress": "^3.1.2", "axe-core": "^4.8.2", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-axe": "^1.5.0", "cypress-plugin-steps": "^1.1.1", "eslint-plugin-cypress": "^2.15.1",