diff --git a/package-lock.json b/package-lock.json index 7f1cdd72..9a64ef54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "browserstack-cypress-cli": "^1.26.1", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.53.0", "eslint-plugin-import": "*", "eslint-plugin-jsdoc": "*", @@ -9871,9 +9871,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": { @@ -34378,9 +34378,9 @@ "dev": true }, "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, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index a8f87092..d0d679e5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "browserstack-cypress-cli": "^1.26.1", "concurrently": "^6.2.0", "cors": "^2.8.5", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.53.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest",