From 6cd701110cb3485f5e0c7a33305306d75a6e11b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:04:01 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.6.1 to 13.6.6 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.1 to 13.6.6. - [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.6.6) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 2552dbc..37105d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@percy/cli": "^1.27.4", "@percy/cypress": "^3.1.2", "axe-core": "^4.8.2", - "cypress": "^13.6.1", + "cypress": "^13.6.6", "cypress-axe": "^1.5.0", "cypress-plugin-steps": "^1.1.1", "eslint-plugin-cypress": "^2.15.1", @@ -1792,21 +1792,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.6.6", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.6.tgz", + "integrity": "sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==", "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", @@ -1824,7 +1823,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 bf1b043..0bc3b89 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@percy/cli": "^1.27.4", "@percy/cypress": "^3.1.2", "axe-core": "^4.8.2", - "cypress": "^13.6.1", + "cypress": "^13.6.6", "cypress-axe": "^1.5.0", "cypress-plugin-steps": "^1.1.1", "eslint-plugin-cypress": "^2.15.1",