diff --git a/test/e2e/package-lock.json b/test/e2e/package-lock.json index f1cd6154f..ac9faa088 100644 --- a/test/e2e/package-lock.json +++ b/test/e2e/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "13.6.1", + "cypress": "13.6.2", "eslint-plugin-cypress": "2.15.1" }, "engines": { @@ -774,9 +774,9 @@ } }, "node_modules/cypress": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", - "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", + "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/test/e2e/package.json b/test/e2e/package.json index 2ac120445..5c6cfa5a5 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "cypress": "13.6.1", + "cypress": "13.6.2", "eslint-plugin-cypress": "2.15.1" }, "engines": {