diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e704a4b..5976e5b 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -577,9 +577,9 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", + "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", diff --git a/node_modules/cypress/package.json b/node_modules/cypress/package.json index 4ad2119..e94d937 100644 --- a/node_modules/cypress/package.json +++ b/node_modules/cypress/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.2.0", + "version": "13.3.0", "main": "index.js", "scripts": { "postinstall": "node index.js --exec install", @@ -119,8 +119,8 @@ }, "buildInfo": { "commitBranch": "develop", - "commitSha": "8638abb2d0082809c8eea559f7ba4af74fd61c4a", - "commitDate": "2023-09-12T14:42:17.000Z", + "commitSha": "0871b03c5b21711cd23056454da8f23dcaca4950", + "commitDate": "2023-09-27T14:00: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 1edc863..90c14b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "cypress": "^13.2.0" + "cypress": "^13.3.0" }, "devDependencies": { "cypress-multi-reporters": "^1.6.3", @@ -592,9 +592,9 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", + "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", @@ -3267,9 +3267,9 @@ } }, "cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", + "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", "requires": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 088e20b..943c8cd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/ashikkumar23/api-testing-cypress#readme", "dependencies": { - "cypress": "^13.2.0" + "cypress": "^13.3.0" }, "devDependencies": { "cypress-multi-reporters": "^1.6.3",