From 8227cfbb88a5d3845d3cf280adc05ea98da76972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:56:21 +0000 Subject: [PATCH] Bump cypress from 13.3.2 to 13.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.2 to 13.4.0. - [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.3.2...v13.4.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... 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 b5f9e21..bfee40e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/node": "^20.8.7", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "cypress": "^13.3.2", + "cypress": "^13.4.0", "esbuild": "^0.19.5", "eslint": "^8.51.0", "eslint-plugin-cypress": "^2.15.1", @@ -1344,9 +1344,9 @@ } }, "node_modules/cypress": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.2.tgz", - "integrity": "sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", + "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 635f902..c7b407b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.8.7", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "cypress": "^13.3.2", + "cypress": "^13.4.0", "esbuild": "^0.19.5", "eslint": "^8.51.0", "eslint-plugin-cypress": "^2.15.1",