diff --git a/test/package-lock.json b/test/package-lock.json index 54e3da8c8b..8cec2d46cf 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "chrome-remote-interface": "^0.33.0", - "cypress": "^13.6.0", + "cypress": "^13.6.1", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0" @@ -449,9 +449,9 @@ } }, "node_modules/cypress": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", - "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", + "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -2065,9 +2065,9 @@ } }, "cypress": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", - "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", + "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", "requires": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/test/package.json b/test/package.json index 9cec9911c3..9a38729959 100644 --- a/test/package.json +++ b/test/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "chrome-remote-interface": "^0.33.0", - "cypress": "^13.6.0", + "cypress": "^13.6.1", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"