From d7913be853cf3837f910690ced579e485138855a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:39:16 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20cypress=20?= =?UTF-8?q?to=20version=2013.6.3=20=F0=9F=8C=9F=20(#784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28e37c31d..e47dcd8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.6.2", + "cypress": "13.6.3", "eslint": "8.56.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1", @@ -2611,15 +2611,14 @@ } }, "node_modules/cypress": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", - "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", + "version": "13.6.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", + "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", "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", diff --git a/package.json b/package.json index 26bbd837e..c5731927e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.6.2", + "cypress": "13.6.3", "eslint": "8.56.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1",