From 6e3b56d95ce7d08699db2439582f8722b35f0e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:37:55 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.5.0 to 13.5.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.0 to 13.5.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.5.0...v13.5.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f1cdd72..9a64ef54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "browserstack-cypress-cli": "^1.26.1", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.53.0", "eslint-plugin-import": "*", "eslint-plugin-jsdoc": "*", @@ -9871,9 +9871,9 @@ } }, "node_modules/cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -34378,9 +34378,9 @@ "dev": true }, "cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index a8f87092..d0d679e5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "browserstack-cypress-cli": "^1.26.1", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.53.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest",