From b0e23b88b7b99936ae3c673cb16d8f1282f489a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:56:13 -0400 Subject: [PATCH] Bump cypress from 13.11.0 to 13.12.0 in /ui (#660) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.11.0 to 13.12.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.11.0...v13.12.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index aae78be4..0c964cec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -29,7 +29,7 @@ "@vue/eslint-config-prettier": "9.0.0", "@vue/test-utils": "2.4.6", "autoprefixer": "10.4.19", - "cypress": "13.11.0", + "cypress": "13.12.0", "daisyui": "4.12.7", "eslint": "9.5.0", "eslint-plugin-cypress": "3.3.0", @@ -2359,9 +2359,9 @@ } }, "node_modules/cypress": { - "version": "13.11.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz", - "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -8694,9 +8694,9 @@ "dev": true }, "cypress": { - "version": "13.11.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz", - "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/ui/package.json b/ui/package.json index 8bad6b44..e0b81a63 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "@vue/eslint-config-prettier": "9.0.0", "@vue/test-utils": "2.4.6", "autoprefixer": "10.4.19", - "cypress": "13.11.0", + "cypress": "13.12.0", "daisyui": "4.12.7", "eslint": "9.5.0", "eslint-plugin-cypress": "3.3.0",