diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 1ecd95c..fa9c4ea 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -598,9 +598,9 @@ } }, "node_modules/cypress": { - "version": "13.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.0.tgz", - "integrity": "sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw==", + "version": "13.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", + "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/node_modules/cypress/package.json b/node_modules/cypress/package.json index ae2f95b..6bd6b43 100644 --- a/node_modules/cypress/package.json +++ b/node_modules/cypress/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.14.0", + "version": "13.14.1", "main": "index.js", "scripts": { "postinstall": "node index.js --exec install", @@ -140,8 +140,8 @@ }, "buildInfo": { "commitBranch": "develop", - "commitSha": "34764c34a0ad888228015e5d5939eb9178bbc107", - "commitDate": "2024-08-27T14:24:33.000Z", + "commitSha": "e909c4ab631738c9d1cfed936d28097923c93081", + "commitDate": "2024-08-29T15:47:29.000Z", "stable": true }, "description": "Cypress is a next generation front end testing tool built for the modern web", diff --git a/package-lock.json b/package-lock.json index 86250b0..846e91c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "cypress": "^13.14.0" + "cypress": "^13.14.1" }, "devDependencies": { "cypress-multi-reporters": "^1.6.4", @@ -613,9 +613,9 @@ } }, "node_modules/cypress": { - "version": "13.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.0.tgz", - "integrity": "sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw==", + "version": "13.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", + "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3384,9 +3384,9 @@ } }, "cypress": { - "version": "13.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.0.tgz", - "integrity": "sha512-r0+nhd033x883YL6068futewUsl02Q7rWiinyAAIBDW/OOTn+UMILWgNuCiY3vtJjd53efOqq5R9dctQk/rKiw==", + "version": "13.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", + "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", "requires": { "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 340533e..88b79fc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/ashikkumar23/api-testing-cypress#readme", "dependencies": { - "cypress": "^13.14.0" + "cypress": "^13.14.1" }, "devDependencies": { "cypress-multi-reporters": "^1.6.4",