diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 11599d2..27a6f8b 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -8,7 +8,7 @@ "name": "e2e", "version": "1.0.0", "devDependencies": { - "cypress": "^9.1.0", + "cypress": "^10.5.0", "typescript": "^4.5.2" } }, diff --git a/e2e/package.json b/e2e/package.json index 9971370..398af5f 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.1", - "cypress": "^9.1.0", + "cypress": "^10.5.0", "typescript": "^4.5.2", "vite": "^2.9.5" } diff --git a/package-lock.json b/package-lock.json index bff0866..3cead48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "version": "1.0.0", "devDependencies": { "@vitejs/plugin-vue": "^2.3.1", - "cypress": "^9.1.0", + "cypress": "^10.5.0", "typescript": "^4.5.2", "vite": "^2.9.5" } @@ -5713,9 +5713,9 @@ "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==" }, "node_modules/cypress": { - "version": "9.5.4", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz", - "integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.5.0.tgz", + "integrity": "sha512-m1oP/2Au+81moyHGg6Mxro8wo5F5rXjtea9SPXn7ezUT3qNHk43bif3K/6Wz7nuaNUiN9/UM+B4c03kCp8vniw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -20208,9 +20208,9 @@ "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==" }, "cypress": { - "version": "9.5.4", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz", - "integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.5.0.tgz", + "integrity": "sha512-m1oP/2Au+81moyHGg6Mxro8wo5F5rXjtea9SPXn7ezUT3qNHk43bif3K/6Wz7nuaNUiN9/UM+B4c03kCp8vniw==", "dev": true, "requires": { "@cypress/request": "^2.88.10", @@ -20609,10 +20609,10 @@ "e2e": { "version": "file:e2e", "requires": { - "@vitejs/plugin-vue": "2.3.1", - "cypress": "^9.1.0", + "@vitejs/plugin-vue": "^2.3.1", + "cypress": "^10.5.0", "typescript": "^4.5.2", - "vite": "2.9.5" + "vite": "^2.9.5" } }, "ecc-jsbn": {