From 31bf6677fb3ddb7e9cc142ddf5e8dcf6821fa76e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:48:52 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20cypress=20to=2013.14.2?= =?UTF-8?q?=20=F0=9F=8C=9F=20(#887)?= 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 2bbe5d8bf..7b35a525b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.6.4", - "cypress": "13.14.1", + "cypress": "13.14.2", "eslint": "9.9.1", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-jsonc": "2.16.0", @@ -2451,9 +2451,9 @@ } }, "node_modules/cypress": { - "version": "13.14.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", - "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 264118133..57c246210 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.6.4", - "cypress": "13.14.1", + "cypress": "13.14.2", "eslint": "9.9.1", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-jsonc": "2.16.0",