diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 3d66392..5ca4794 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -711,9 +711,9 @@ } }, "node_modules/cypress": { - "version": "15.21.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.0.tgz", - "integrity": "sha512-6uPy5GUjao97t/QDIwlPyJz4JUqPpFIPq5lNazN95LSA3ynJoYC1sHZ3W+aj4f+K1OFGbMfno0+OX2Gx0OmlPA==", + "version": "15.21.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", + "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/node_modules/cypress/package.json b/node_modules/cypress/package.json index 1ebc56c..440e393 100644 --- a/node_modules/cypress/package.json +++ b/node_modules/cypress/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "15.21.0", + "version": "15.21.1", "main": "dist/index.js", "scripts": { "postinstall": "node dist/index.js --exec install", @@ -138,8 +138,8 @@ }, "buildInfo": { "commitBranch": "develop", - "commitSha": "f7281bae34c0895a29e67d1c6d87b8fe7d0f4e27", - "commitDate": "2026-08-18T16:13:49.000Z", + "commitSha": "979b6a213e49e5ca65c9f7f53e023331f68ad459", + "commitDate": "2026-08-25T13:46:16.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 62e0017..c51ee5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "cypress": "^15.21.0" + "cypress": "^15.21.1" }, "devDependencies": { "cypress-multi-reporters": "^2.0.5", @@ -726,9 +726,9 @@ } }, "node_modules/cypress": { - "version": "15.21.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.0.tgz", - "integrity": "sha512-6uPy5GUjao97t/QDIwlPyJz4JUqPpFIPq5lNazN95LSA3ynJoYC1sHZ3W+aj4f+K1OFGbMfno0+OX2Gx0OmlPA==", + "version": "15.21.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", + "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -3571,9 +3571,9 @@ } }, "cypress": { - "version": "15.21.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.0.tgz", - "integrity": "sha512-6uPy5GUjao97t/QDIwlPyJz4JUqPpFIPq5lNazN95LSA3ynJoYC1sHZ3W+aj4f+K1OFGbMfno0+OX2Gx0OmlPA==", + "version": "15.21.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", + "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", "requires": { "@cypress/request": "^4.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index c887e3c..d7fb27e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/ashikkumar23/api-testing-cypress#readme", "dependencies": { - "cypress": "^15.21.0" + "cypress": "^15.21.1" }, "devDependencies": { "cypress-multi-reporters": "^2.0.5",