From 091468e15cfdef053c003d06f2206189709e574a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:16:35 +0000 Subject: [PATCH] chore(deps): update dependency cypress to ^13.3.3 --- 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 45aaaad2294..d0bbba8a1ea 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.6", "@vueuse/core": "^10.5.0", - "cypress": "^13.3.1", + "cypress": "^13.3.3", "cypress-if": "^1.10.5", "cypress-split": "^1.5.5", "eslint-plugin-cypress": "^2.15.1", @@ -9358,9 +9358,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz", + "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -32101,9 +32101,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz", + "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index b36c62a0cc9..1325dcff035 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.5.0", - "cypress": "^13.3.1", + "cypress": "^13.3.3", "cypress-if": "^1.10.5", "cypress-split": "^1.5.5", "eslint-plugin-cypress": "^2.15.1",