diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index ed64401..f63b80b 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -719,9 +719,9 @@ } }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/node_modules/cypress/package.json b/node_modules/cypress/package.json index 911e2f1..ca7f9eb 100644 --- a/node_modules/cypress/package.json +++ b/node_modules/cypress/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.16.1", + "version": "13.17.0", "main": "index.js", "scripts": { "postinstall": "node index.js --exec install", @@ -141,8 +141,8 @@ }, "buildInfo": { "commitBranch": "develop", - "commitSha": "06aeb9dfddaffc679a4d5c55447767682855d4aa", - "commitDate": "2024-12-03T18:07:34.000Z", + "commitSha": "a15076fcf9891c4fcc2a08cb82724326f90d8ef1", + "commitDate": "2024-12-17T17:13:58.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 3959512..d4db464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "cypress": "^13.16.1" + "cypress": "^13.17.0" }, "devDependencies": { "cypress-multi-reporters": "^2.0.4", @@ -734,9 +734,9 @@ } }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3703,9 +3703,9 @@ } }, "cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "requires": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index f767c3f..0c401f3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/ashikkumar23/api-testing-cypress#readme", "dependencies": { - "cypress": "^13.16.1" + "cypress": "^13.17.0" }, "devDependencies": { "cypress-multi-reporters": "^2.0.4",