From 52b8a8c8b87ce5070709bfab840b1e0479edd328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 00:09:56 +0000 Subject: [PATCH] chore(deps): update dependency cypress to ^13.5.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5aaace51124..749234c2b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.6.0", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "cypress-if": "^1.10.5", "cypress-split": "^1.15.6", "eslint-plugin-cypress": "^2.15.1", @@ -8624,9 +8624,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -31683,9 +31683,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index f3ddc70a841..9796d2250ac 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.6.0", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "cypress-if": "^1.10.5", "cypress-split": "^1.15.6", "eslint-plugin-cypress": "^2.15.1",