From 70ca01c22ca21211b7a6dad13195792832fe7456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:54:01 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.6.3 to 13.6.4 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.3 to 13.6.4. - [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.3...v13.6.4) --- 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 bdc6a496ba..873945cd0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "@types/jasminewd2": "~2.0.12", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", - "cypress": "~13.6.3", + "cypress": "~13.6.4", "cypress-real-events": "^1.10.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.56.0", @@ -9299,9 +9299,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", - "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz", + "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index ca3095aa82..815ed3737a 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@types/jasminewd2": "~2.0.12", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", - "cypress": "~13.6.3", + "cypress": "~13.6.4", "cypress-real-events": "^1.10.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.56.0",