diff --git a/examples/basic-pnpm/package.json b/examples/basic-pnpm/package.json index 867dc4b01..4acc08263 100644 --- a/examples/basic-pnpm/package.json +++ b/examples/basic-pnpm/package.json @@ -9,6 +9,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/basic-pnpm/pnpm-lock.yaml b/examples/basic-pnpm/pnpm-lock.yaml index d6c4424c5..ca5d97da7 100644 --- a/examples/basic-pnpm/pnpm-lock.yaml +++ b/examples/basic-pnpm/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: cypress: - specifier: 15.14.0 - version: 15.14.0 + specifier: 15.14.1 + version: 15.14.1 packages: @@ -173,8 +173,8 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - cypress@15.14.0: - resolution: {integrity: sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==} + cypress@15.14.1: + resolution: {integrity: sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==} engines: {node: ^20.1.0 || ^22.0.0 || >=24.0.0} hasBin: true @@ -830,7 +830,7 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cypress@15.14.0: + cypress@15.14.1: dependencies: '@cypress/request': 3.0.10 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) diff --git a/examples/basic/package-lock.json b/examples/basic/package-lock.json index fdace7a4c..47caad1a7 100644 --- a/examples/basic/package-lock.json +++ b/examples/basic/package-lock.json @@ -8,7 +8,7 @@ "name": "example-basic", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -547,9 +547,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/basic/package.json b/examples/basic/package.json index c6ffd4b66..8b9f716e4 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -9,6 +9,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/browser/package-lock.json b/examples/browser/package-lock.json index 5d8e3a5a9..4dd4330d2 100644 --- a/examples/browser/package-lock.json +++ b/examples/browser/package-lock.json @@ -8,7 +8,7 @@ "name": "example-browser", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "image-size": "2.0.2" } }, @@ -548,9 +548,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/browser/package.json b/examples/browser/package.json index 9c9c874c1..d3a76faaf 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -14,7 +14,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "image-size": "2.0.2" } } diff --git a/examples/component-tests/package-lock.json b/examples/component-tests/package-lock.json index 253889e26..d8e8d5ad1 100644 --- a/examples/component-tests/package-lock.json +++ b/examples/component-tests/package-lock.json @@ -15,7 +15,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.2.0", - "cypress": "15.14.0", + "cypress": "15.14.1", "vite": "^7.3.2" } }, @@ -1907,9 +1907,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/component-tests/package.json b/examples/component-tests/package.json index 7ad350c5d..74e83b8b7 100644 --- a/examples/component-tests/package.json +++ b/examples/component-tests/package.json @@ -17,7 +17,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.2.0", - "cypress": "15.14.0", + "cypress": "15.14.1", "vite": "^7.3.2" } } diff --git a/examples/config/package-lock.json b/examples/config/package-lock.json index 89b992762..9577f321a 100644 --- a/examples/config/package-lock.json +++ b/examples/config/package-lock.json @@ -8,7 +8,7 @@ "name": "example-config", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } }, @@ -904,9 +904,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/config/package.json b/examples/config/package.json index 3d34204d1..05c3252f0 100644 --- a/examples/config/package.json +++ b/examples/config/package.json @@ -12,7 +12,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/custom-command/package-lock.json b/examples/custom-command/package-lock.json index dd03f4bce..2bd57a203 100644 --- a/examples/custom-command/package-lock.json +++ b/examples/custom-command/package-lock.json @@ -8,7 +8,7 @@ "name": "example-custom-command", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "lodash": "^4.18.1" } }, @@ -548,9 +548,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/custom-command/package.json b/examples/custom-command/package.json index b4ec8313f..d90481f98 100644 --- a/examples/custom-command/package.json +++ b/examples/custom-command/package.json @@ -10,7 +10,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "lodash": "^4.18.1" } } diff --git a/examples/env/package-lock.json b/examples/env/package-lock.json index f089260af..a1c38f01e 100644 --- a/examples/env/package-lock.json +++ b/examples/env/package-lock.json @@ -8,7 +8,7 @@ "name": "example-env", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -547,9 +547,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/env/package.json b/examples/env/package.json index 26deb0eb6..24fe96689 100644 --- a/examples/env/package.json +++ b/examples/env/package.json @@ -9,6 +9,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/install-command/package.json b/examples/install-command/package.json index 43faca24c..2a019f900 100644 --- a/examples/install-command/package.json +++ b/examples/install-command/package.json @@ -8,7 +8,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" }, "dependencies": { "arg": "5.0.0", diff --git a/examples/install-command/yarn.lock b/examples/install-command/yarn.lock index f36b293e7..7d385fd4d 100644 --- a/examples/install-command/yarn.lock +++ b/examples/install-command/yarn.lock @@ -298,10 +298,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@15.14.0: - version "15.14.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.0.tgz#762d58fd7acc348bbf35f566164e7c234d1756b1" - integrity sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ== +cypress@15.14.1: + version "15.14.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.1.tgz#396a6f0aa4f0e7fa98e714c1d435e9affd60cde0" + integrity sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4" diff --git a/examples/install-only/package-lock.json b/examples/install-only/package-lock.json index 89741da96..5d164ddea 100644 --- a/examples/install-only/package-lock.json +++ b/examples/install-only/package-lock.json @@ -12,7 +12,7 @@ "debug": "4.3.6" }, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -556,9 +556,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/install-only/package.json b/examples/install-only/package.json index e7caec84d..63fde31e0 100644 --- a/examples/install-only/package.json +++ b/examples/install-only/package.json @@ -12,6 +12,6 @@ "debug": "4.3.6" }, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index 8f5540f9e..126001839 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.2.3", - "cypress": "15.14.0", + "cypress": "15.14.1", "tailwindcss": "^4.2.3" } }, @@ -1680,9 +1680,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index de7a36b1c..ad0017e7d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.2.3", - "cypress": "15.14.0", + "cypress": "15.14.1", "tailwindcss": "^4.2.3" } } diff --git a/examples/node-versions/package-lock.json b/examples/node-versions/package-lock.json index d41acf13b..d2c2310f5 100644 --- a/examples/node-versions/package-lock.json +++ b/examples/node-versions/package-lock.json @@ -8,7 +8,7 @@ "name": "example-node-versions", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -547,9 +547,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/node-versions/package.json b/examples/node-versions/package.json index 613ccfafc..0adbbaf1b 100644 --- a/examples/node-versions/package.json +++ b/examples/node-versions/package.json @@ -9,6 +9,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/quiet/package-lock.json b/examples/quiet/package-lock.json index 83e6ce6dd..32b74716b 100644 --- a/examples/quiet/package-lock.json +++ b/examples/quiet/package-lock.json @@ -8,7 +8,7 @@ "name": "example-quiet", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "image-size": "2.0.2" } }, @@ -548,9 +548,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/quiet/package.json b/examples/quiet/package.json index 52fc76e23..0f362c20a 100644 --- a/examples/quiet/package.json +++ b/examples/quiet/package.json @@ -10,7 +10,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "image-size": "2.0.2" } } diff --git a/examples/recording/package-lock.json b/examples/recording/package-lock.json index a4f5d42b9..2b76ae48d 100644 --- a/examples/recording/package-lock.json +++ b/examples/recording/package-lock.json @@ -8,7 +8,7 @@ "name": "example-recording", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -547,9 +547,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/recording/package.json b/examples/recording/package.json index f5be1aaa6..452d47c36 100644 --- a/examples/recording/package.json +++ b/examples/recording/package.json @@ -10,6 +10,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json b/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json index 928484205..bf4c28a65 100644 --- a/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json +++ b/examples/start-and-pnpm-workspaces/packages/workspace-1/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/start-and-pnpm-workspaces/packages/workspace-2/package.json b/examples/start-and-pnpm-workspaces/packages/workspace-2/package.json index 1966e0113..2d3709ec7 100644 --- a/examples/start-and-pnpm-workspaces/packages/workspace-2/package.json +++ b/examples/start-and-pnpm-workspaces/packages/workspace-2/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/start-and-pnpm-workspaces/pnpm-lock.yaml b/examples/start-and-pnpm-workspaces/pnpm-lock.yaml index 2ebc01ca8..303428411 100644 --- a/examples/start-and-pnpm-workspaces/pnpm-lock.yaml +++ b/examples/start-and-pnpm-workspaces/pnpm-lock.yaml @@ -11,8 +11,8 @@ importers: packages/workspace-1: devDependencies: cypress: - specifier: 15.14.0 - version: 15.14.0 + specifier: 15.14.1 + version: 15.14.1 serve: specifier: ^14.2.6 version: 14.2.6 @@ -20,8 +20,8 @@ importers: packages/workspace-2: devDependencies: cypress: - specifier: 15.14.0 - version: 15.14.0 + specifier: 15.14.1 + version: 15.14.1 serve: specifier: ^14.2.6 version: 14.2.6 @@ -260,8 +260,8 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - cypress@15.14.0: - resolution: {integrity: sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==} + cypress@15.14.1: + resolution: {integrity: sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==} engines: {node: ^20.1.0 || ^22.0.0 || >=24.0.0} hasBin: true @@ -1139,7 +1139,7 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cypress@15.14.0: + cypress@15.14.1: dependencies: '@cypress/request': 3.0.10 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) diff --git a/examples/start-and-yarn-workspaces/workspace-1/package.json b/examples/start-and-yarn-workspaces/workspace-1/package.json index 928484205..bf4c28a65 100644 --- a/examples/start-and-yarn-workspaces/workspace-1/package.json +++ b/examples/start-and-yarn-workspaces/workspace-1/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/start-and-yarn-workspaces/workspace-2/package.json b/examples/start-and-yarn-workspaces/workspace-2/package.json index 1966e0113..2d3709ec7 100644 --- a/examples/start-and-yarn-workspaces/workspace-2/package.json +++ b/examples/start-and-yarn-workspaces/workspace-2/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/start-and-yarn-workspaces/yarn.lock b/examples/start-and-yarn-workspaces/yarn.lock index fe591ce4a..6d9cc1a7f 100644 --- a/examples/start-and-yarn-workspaces/yarn.lock +++ b/examples/start-and-yarn-workspaces/yarn.lock @@ -433,10 +433,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -cypress@15.14.0: - version "15.14.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.0.tgz#762d58fd7acc348bbf35f566164e7c234d1756b1" - integrity sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ== +cypress@15.14.1: + version "15.14.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.1.tgz#396a6f0aa4f0e7fa98e714c1d435e9affd60cde0" + integrity sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4" diff --git a/examples/start/package-lock.json b/examples/start/package-lock.json index a4898fc97..139a3171f 100644 --- a/examples/start/package-lock.json +++ b/examples/start/package-lock.json @@ -8,7 +8,7 @@ "name": "example-start", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } }, @@ -904,9 +904,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/start/package.json b/examples/start/package.json index e7ddc2fd6..fff6ae1f5 100644 --- a/examples/start/package.json +++ b/examples/start/package.json @@ -12,7 +12,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "serve": "^14.2.6" } } diff --git a/examples/wait-on-vite/package-lock.json b/examples/wait-on-vite/package-lock.json index 6583fc0c5..7330ffbdd 100644 --- a/examples/wait-on-vite/package-lock.json +++ b/examples/wait-on-vite/package-lock.json @@ -8,7 +8,7 @@ "name": "example-wait-on-vite", "version": "3.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "vite": "^7.3.2" } }, @@ -1393,9 +1393,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/wait-on-vite/package.json b/examples/wait-on-vite/package.json index d7e677e59..16de81aef 100644 --- a/examples/wait-on-vite/package.json +++ b/examples/wait-on-vite/package.json @@ -11,7 +11,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "vite": "^7.3.2" } } diff --git a/examples/wait-on/package-lock.json b/examples/wait-on/package-lock.json index 9e41c4019..843582d32 100644 --- a/examples/wait-on/package-lock.json +++ b/examples/wait-on/package-lock.json @@ -12,7 +12,7 @@ "debug": "4.3.6" }, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } }, "node_modules/@cypress/request": { @@ -556,9 +556,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/wait-on/package.json b/examples/wait-on/package.json index 660829ee9..7d06b6685 100644 --- a/examples/wait-on/package.json +++ b/examples/wait-on/package.json @@ -21,6 +21,6 @@ "debug": "4.3.6" }, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/webpack/package-lock.json b/examples/webpack/package-lock.json index 9d96fb4cd..ee50fbf3a 100644 --- a/examples/webpack/package-lock.json +++ b/examples/webpack/package-lock.json @@ -8,7 +8,7 @@ "name": "example-webpack", "version": "2.0.0", "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "webpack": "^5.106.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.3" @@ -1823,9 +1823,9 @@ } }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 6a0b45fed..88aed5db0 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -9,7 +9,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0", + "cypress": "15.14.1", "webpack": "^5.106.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.3" diff --git a/examples/yarn-classic/package.json b/examples/yarn-classic/package.json index 30e226136..85698ae4e 100644 --- a/examples/yarn-classic/package.json +++ b/examples/yarn-classic/package.json @@ -8,6 +8,6 @@ }, "private": true, "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/yarn-classic/yarn.lock b/examples/yarn-classic/yarn.lock index f75a43692..f14332ca0 100644 --- a/examples/yarn-classic/yarn.lock +++ b/examples/yarn-classic/yarn.lock @@ -293,10 +293,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@15.14.0: - version "15.14.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.0.tgz#762d58fd7acc348bbf35f566164e7c234d1756b1" - integrity sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ== +cypress@15.14.1: + version "15.14.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.14.1.tgz#396a6f0aa4f0e7fa98e714c1d435e9affd60cde0" + integrity sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4" diff --git a/examples/yarn-modern-pnp/package.json b/examples/yarn-modern-pnp/package.json index a73041f51..a22eb15e4 100644 --- a/examples/yarn-modern-pnp/package.json +++ b/examples/yarn-modern-pnp/package.json @@ -9,6 +9,6 @@ "private": true, "packageManager": "yarn@4.14.1", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/yarn-modern-pnp/yarn.lock b/examples/yarn-modern-pnp/yarn.lock index 14353a1f5..422f26652 100644 --- a/examples/yarn-modern-pnp/yarn.lock +++ b/examples/yarn-modern-pnp/yarn.lock @@ -402,9 +402,9 @@ __metadata: languageName: node linkType: hard -"cypress@npm:15.14.0": - version: 15.14.0 - resolution: "cypress@npm:15.14.0" +"cypress@npm:15.14.1": + version: 15.14.1 + resolution: "cypress@npm:15.14.1" dependencies: "@cypress/request": "npm:^3.0.10" "@cypress/xvfb": "npm:^1.2.4" @@ -451,7 +451,7 @@ __metadata: yauzl: "npm:^2.10.0" bin: cypress: bin/cypress - checksum: 10c0/117301c5553a2da07bcafdc7c9faaf7821610f8bbac5c449ddd14f6ce05029d8d3028e8c598d356f4b2f6c54deb8dcf4034a78a939b8b30f9039800c402cbaff + checksum: 10c0/a4cf496c9a44ab910fe14a3bff973bed3fe5ad44f865195346eac219c49d7da97761d5e489e1389e676366ba1f45a4868deeec737cc35db6aa6a82f971840d88 languageName: node linkType: hard @@ -599,7 +599,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-yarn-modern-pnp@workspace:." dependencies: - cypress: "npm:15.14.0" + cypress: "npm:15.14.1" languageName: unknown linkType: soft diff --git a/examples/yarn-modern/package.json b/examples/yarn-modern/package.json index f1083f277..9c8b77b47 100644 --- a/examples/yarn-modern/package.json +++ b/examples/yarn-modern/package.json @@ -9,6 +9,6 @@ "private": true, "packageManager": "yarn@4.14.1", "devDependencies": { - "cypress": "15.14.0" + "cypress": "15.14.1" } } diff --git a/examples/yarn-modern/yarn.lock b/examples/yarn-modern/yarn.lock index 9bc788a29..28f6a2ab3 100644 --- a/examples/yarn-modern/yarn.lock +++ b/examples/yarn-modern/yarn.lock @@ -402,9 +402,9 @@ __metadata: languageName: node linkType: hard -"cypress@npm:15.14.0": - version: 15.14.0 - resolution: "cypress@npm:15.14.0" +"cypress@npm:15.14.1": + version: 15.14.1 + resolution: "cypress@npm:15.14.1" dependencies: "@cypress/request": "npm:^3.0.10" "@cypress/xvfb": "npm:^1.2.4" @@ -451,7 +451,7 @@ __metadata: yauzl: "npm:^2.10.0" bin: cypress: bin/cypress - checksum: 10c0/117301c5553a2da07bcafdc7c9faaf7821610f8bbac5c449ddd14f6ce05029d8d3028e8c598d356f4b2f6c54deb8dcf4034a78a939b8b30f9039800c402cbaff + checksum: 10c0/a4cf496c9a44ab910fe14a3bff973bed3fe5ad44f865195346eac219c49d7da97761d5e489e1389e676366ba1f45a4868deeec737cc35db6aa6a82f971840d88 languageName: node linkType: hard @@ -599,7 +599,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-yarn-modern@workspace:." dependencies: - cypress: "npm:15.14.0" + cypress: "npm:15.14.1" languageName: unknown linkType: soft