From 7da13c775822b5f205187d64bc52fd009a7d6bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 04:24:53 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20cypress=20to=2013.9.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e3b5cf6d..6f2f9e4fd 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.8.1", + "cypress": "13.9.0", "eslint": "9.2.0", "eslint-plugin-cypress": "3.2.0", "eslint-plugin-jsonc": "2.15.1", @@ -2444,9 +2444,9 @@ } }, "node_modules/cypress": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", - "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.9.0.tgz", + "integrity": "sha512-atNjmYfHsvTuCaxTxLZr9xGoHz53LLui3266WWxXJHY7+N6OdwJdg/feEa3T+buez9dmUXHT1izCOklqG82uCQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 6af592558..9db34ec9e 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.8.1", + "cypress": "13.9.0", "eslint": "9.2.0", "eslint-plugin-cypress": "3.2.0", "eslint-plugin-jsonc": "2.15.1",