diff --git a/package-lock.json b/package-lock.json index 0168bed0..84d92284 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "cypress": "^13.5.1" + "cypress": "^13.6.0" } }, "node_modules/@colors/colors": { @@ -545,9 +545,9 @@ } }, "node_modules/cypress": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", - "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", + "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index d9da2425..03b318f4 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "license": "MIT", "homepage": "https://github.com/wlsf82/cypress-from-zero-to-the-cloud#readme", "devDependencies": { - "cypress": "^13.5.1" + "cypress": "^13.6.0" } }