From 347a21e7efb019a2f81b99d42840cab119204314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 03:35:33 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.2.0 to 13.5.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.5.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.2.0...v13.5.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/package.json b/lib/package.json index 5e059466..4d7a471a 100644 --- a/lib/package.json +++ b/lib/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tsconfig/recommended": "^1.0.3", - "cypress": "^13.2.0", + "cypress": "^13.5.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-jest": "^26.9.0", "isomorphic-fetch": "^3.0.0", diff --git a/package-lock.json b/package-lock.json index b7186aec..29220755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@tsconfig/recommended": "^1.0.3", - "cypress": "^13.2.0", + "cypress": "^13.5.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-jest": "^26.9.0", "isomorphic-fetch": "^3.0.0", @@ -1871,9 +1871,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", + "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6683,7 +6683,7 @@ "version": "file:lib", "requires": { "@tsconfig/recommended": "^1.0.3", - "cypress": "^13.2.0", + "cypress": "^13.5.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-jest": "^26.9.0", "isomorphic-fetch": "^3.0.0", @@ -7520,9 +7520,9 @@ "dev": true }, "cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", + "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", "dev": true, "requires": { "@cypress/request": "^3.0.0",