From 648aeb8b058b332e25a9dae9b18e093c7001ee36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:50:41 +0000 Subject: [PATCH] chore(deps): update dependency cypress to ^13.3.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 114002cd7c7..2dca87e29de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.2.5", "@vueuse/core": "^10.4.1", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "eslint-plugin-cypress": "^2.14.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.4", @@ -8606,9 +8606,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -29776,9 +29776,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index d053a6c7d96..67ac3320a10 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.2.5", "@vueuse/core": "^10.4.1", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "eslint-plugin-cypress": "^2.14.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.4",