From 814a0caeca811c4933023c0653696f7efd381ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:17:52 +0000 Subject: [PATCH] build(deps-dev): Bump cypress from 13.3.0 to 13.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.3.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.3.0...v13.3.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 915dc6638..0db021bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "browserstack-cypress-cli": "1.25.3", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.3.0", + "cypress": "13.3.1", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0", @@ -5902,9 +5902,9 @@ } }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -22010,9 +22010,9 @@ "dev": true }, "cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index 188b54783..13659b96e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "browserstack-cypress-cli": "1.25.3", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.3.0", + "cypress": "13.3.1", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0",