From 636ec656c578414906777cadd01a2868bdf7a456 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:42:39 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20cypress=20?= =?UTF-8?q?to=20version=2013.7.2=20=F0=9F=8C=9F=20(#822)?= 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 e538080ea..a66cf59d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.7.1", + "cypress": "13.7.2", "eslint": "8.57.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1", @@ -2380,9 +2380,9 @@ } }, "node_modules/cypress": { - "version": "13.7.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz", - "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==", + "version": "13.7.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", + "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 640bcff63..941d82f22 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "cypress": "13.7.1", + "cypress": "13.7.2", "eslint": "8.57.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1",