From 7f4282b3d53b28ed4339f782cded33b5d83b9b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:12:06 +0000 Subject: [PATCH] chore: Bump cypress from 13.13.0 to 13.13.1 in /test/cypress Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.1. - [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.13.0...v13.13.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/cypress/package-lock.json | 14 +++++++------- test/cypress/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/cypress/package-lock.json b/test/cypress/package-lock.json index d3f3809d..3696e5cd 100644 --- a/test/cypress/package-lock.json +++ b/test/cypress/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@hashgraph/sdk": "^2.48.1", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1", @@ -1761,9 +1761,9 @@ } }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", + "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6092,9 +6092,9 @@ "dev": true }, "cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", + "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/test/cypress/package.json b/test/cypress/package.json index 1448a78b..bcd9dd0d 100644 --- a/test/cypress/package.json +++ b/test/cypress/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "@hashgraph/sdk": "^2.48.1", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1",