From f9ebdc4410a0f9b66cb0b29468c1c69b4cc24fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:50:55 +0000 Subject: [PATCH] build(deps-dev): Bump cypress from 13.6.1 to 13.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.1 to 13.12.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.6.1...v13.12.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98c69e0d6..da60b5908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "browserstack-cypress-cli": "1.28.0", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.6.1", + "cypress": "13.12.0", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0", @@ -4260,21 +4260,20 @@ } }, "node_modules/cypress": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", - "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", - "@types/node": "^18.17.5", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", "blob-util": "^2.0.2", "bluebird": "^3.7.2", - "buffer": "^5.6.0", + "buffer": "^5.7.1", "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", @@ -4292,7 +4291,7 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.0", + "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", diff --git a/package.json b/package.json index 8c8e257ce..985914bc9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "browserstack-cypress-cli": "1.28.0", "cli-table": "^0.3.6", "concurrently": "^7.3.0", - "cypress": "13.6.1", + "cypress": "13.12.0", "es-check": "^7.0.1", "es-cookie": "~1.3.2", "eslint": "^8.22.0",