From 35b271aada8978e8474400796368648b2e0ba228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:21:23 +0000 Subject: [PATCH] Bump cypress from 13.7.3 to 13.8.1 in /spa Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.3 to 13.8.1. - [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.7.3...v13.8.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spa/package-lock.json | 14 +++++++------- spa/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spa/package-lock.json b/spa/package-lock.json index 457a0317..14efee56 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -29,7 +29,7 @@ "@vue/test-utils": "^2.3.2", "@vue/tsconfig": "^0.4.0", "axios-mock-adapter": "^1.21.4", - "cypress": "^13.7.3", + "cypress": "^13.8.1", "eslint": "^8.57.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-vue": "^9.25.0", @@ -2804,9 +2804,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", - "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", + "version": "13.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", + "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -9600,9 +9600,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "cypress": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", - "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", + "version": "13.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", + "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/spa/package.json b/spa/package.json index 2c2045bb..b5511932 100644 --- a/spa/package.json +++ b/spa/package.json @@ -37,7 +37,7 @@ "@vue/test-utils": "^2.3.2", "@vue/tsconfig": "^0.4.0", "axios-mock-adapter": "^1.21.4", - "cypress": "^13.7.3", + "cypress": "^13.8.1", "eslint": "^8.57.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-vue": "^9.25.0",