From c8df8508b7bebc51bb157960447485ef8db9561d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 04:36:52 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20cypress=20to=2013.10.0?= =?UTF-8?q?=20=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d052890b0..590d5c4e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@bahmutov/print-env": "1.3.0", "@eslint/eslintrc": "3.0.2", "@stylistic/eslint-plugin-js": "1.8.0", - "cypress": "13.9.0", + "cypress": "13.10.0", "eslint": "9.2.0", "eslint-plugin-cypress": "3.2.0", "eslint-plugin-jsonc": "2.15.1", @@ -2445,11 +2445,12 @@ } }, "node_modules/cypress": { - "version": "13.9.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.9.0.tgz", - "integrity": "sha512-atNjmYfHsvTuCaxTxLZr9xGoHz53LLui3266WWxXJHY7+N6OdwJdg/feEa3T+buez9dmUXHT1izCOklqG82uCQ==", + "version": "13.10.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.10.0.tgz", + "integrity": "sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 54fc9416c..be0ea1a3d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@bahmutov/print-env": "1.3.0", "@eslint/eslintrc": "3.0.2", "@stylistic/eslint-plugin-js": "1.8.0", - "cypress": "13.9.0", + "cypress": "13.10.0", "eslint": "9.2.0", "eslint-plugin-cypress": "3.2.0", "eslint-plugin-jsonc": "2.15.1",