From aa90b2bb5c17d752aa646cfbbf74f61d53f9e1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:15:04 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.3.1 to 13.3.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.1 to 13.3.2. - [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.1...v13.3.2) --- 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 0171c343..81dbd7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "browserstack-cypress-cli": "^1.25.3", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.3.1", + "cypress": "^13.3.2", "eslint": "^8.51.0", "eslint-plugin-import": "*", "eslint-plugin-jsdoc": "*", @@ -9863,9 +9863,9 @@ } }, "node_modules/cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.2.tgz", + "integrity": "sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -34344,9 +34344,9 @@ "dev": true }, "cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.2.tgz", + "integrity": "sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index f9a2da3e..e1a3b9db 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "browserstack-cypress-cli": "^1.25.3", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.3.1", + "cypress": "^13.3.2", "eslint": "^8.51.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest",