From 006aa00bc6c1bf9a2e34f7b1c3ee708871655e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:30:34 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v13.6.5 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e56f376cb..d8e952bf0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "@types/react-dom": "18.2.19", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "6.21.0", - "cypress": "13.6.4", + "cypress": "13.6.5", "eslint": "8.56.0", "eslint-config-next": "14.1.0", "eslint-plugin-cypress": "2.15.1", @@ -12677,9 +12677,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz", - "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.5.tgz", + "integrity": "sha512-2NxSDcO2zHw5kTcosc6dzv2zppEqiXrFFhZw5cx/EWrSNZABTzpr/EyvYzGgrWm46o5173JUfuJfDQcaiZZPVQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -12690,7 +12690,7 @@ "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", @@ -12708,7 +12708,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 b6c0c2cdea..08f14c54df 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/react-dom": "18.2.19", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "6.21.0", - "cypress": "13.6.4", + "cypress": "13.6.5", "eslint": "8.56.0", "eslint-config-next": "14.1.0", "eslint-plugin-cypress": "2.15.1",