From c06214f896db676b2e1b2441055e04effed70941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:07:47 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20cypress=20?= =?UTF-8?q?to=20version=2013.8.0=20=F0=9F=8C=9F=20(#826)?= 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 061500e11..06c6f5d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.7.3", + "cypress": "13.8.0", "eslint": "8.57.0", "eslint-plugin-cypress": "2.15.2", "eslint-plugin-json-format": "2.0.1", @@ -2380,9 +2380,9 @@ } }, "node_modules/cypress": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", - "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz", + "integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 2d27db0c0..cc5a5aa54 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.7.3", + "cypress": "13.8.0", "eslint": "8.57.0", "eslint-plugin-cypress": "2.15.2", "eslint-plugin-json-format": "2.0.1",