diff --git a/test/e2e/package-lock.json b/test/e2e/package-lock.json index aa474e1c1..fbf1a754d 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.5.0", + "cypress": "13.5.1", "eslint-plugin-cypress": "2.15.1" }, "engines": { @@ -774,9 +774,9 @@ } }, "node_modules/cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/test/e2e/package.json b/test/e2e/package.json index 05bc77b81..1cd1f63a5 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "devDependencies": { - "cypress": "13.5.0", + "cypress": "13.5.1", "eslint-plugin-cypress": "2.15.1" }, "engines": {