diff --git a/.github/workflows/example-install-only.yml b/.github/workflows/example-install-only.yml index 76afb0676..f0722b48d 100644 --- a/.github/workflows/example-install-only.yml +++ b/.github/workflows/example-install-only.yml @@ -63,7 +63,7 @@ jobs: key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - name: Install Cypress 📥 - run: npm i cypress@12.8.0 + run: npm i cypress@12.8.1 - name: Cypress tests 🧪 uses: ./ diff --git a/examples/basic-pnpm/package.json b/examples/basic-pnpm/package.json index d7b52cb40..af11858ed 100644 --- a/examples/basic-pnpm/package.json +++ b/examples/basic-pnpm/package.json @@ -10,6 +10,6 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } } diff --git a/examples/basic-pnpm/pnpm-lock.yaml b/examples/basic-pnpm/pnpm-lock.yaml index 786ab1d93..f85d19c19 100644 --- a/examples/basic-pnpm/pnpm-lock.yaml +++ b/examples/basic-pnpm/pnpm-lock.yaml @@ -1,10 +1,10 @@ lockfileVersion: 5.4 specifiers: - cypress: 12.8.0 + cypress: 12.8.1 devDependencies: - cypress: 12.8.0 + cypress: 12.8.1 packages: @@ -293,8 +293,8 @@ packages: which: 2.0.2 dev: true - /cypress/12.8.0: - resolution: {integrity: sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==} + /cypress/12.8.1: + resolution: {integrity: sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==} engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} hasBin: true requiresBuild: true diff --git a/examples/basic/package-lock.json b/examples/basic/package-lock.json index 36d30619a..fda166a4e 100644 --- a/examples/basic/package-lock.json +++ b/examples/basic/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -511,9 +511,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2194,9 +2194,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/basic/package.json b/examples/basic/package.json index 0c31b414d..e9e4ebcce 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -10,6 +10,6 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } } diff --git a/examples/browser/package-lock.json b/examples/browser/package-lock.json index f43fb07f1..f536ccb04 100644 --- a/examples/browser/package-lock.json +++ b/examples/browser/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "^1.0.2" } }, @@ -525,9 +525,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2228,9 +2228,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/browser/package.json b/examples/browser/package.json index e97d4ea4a..d674b1fe4 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -14,7 +14,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "^1.0.2" } } diff --git a/examples/component-tests/package-lock.json b/examples/component-tests/package-lock.json index d3e1420cc..b794e5fc3 100644 --- a/examples/component-tests/package-lock.json +++ b/examples/component-tests/package-lock.json @@ -15,7 +15,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^3.0.0", - "cypress": "12.8.0", + "cypress": "12.8.1", "vite": "^4.0.0" } }, @@ -1393,9 +1393,9 @@ "dev": true }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -4333,9 +4333,9 @@ "dev": true }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/component-tests/package.json b/examples/component-tests/package.json index 5303687ab..42e10098a 100644 --- a/examples/component-tests/package.json +++ b/examples/component-tests/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^3.0.0", - "cypress": "12.8.0", + "cypress": "12.8.1", "vite": "^4.0.0" } } diff --git a/examples/config/package-lock.json b/examples/config/package-lock.json index f59a2e26c..1c927a903 100644 --- a/examples/config/package-lock.json +++ b/examples/config/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0", "start-server-and-test": "1.11.5" } @@ -922,9 +922,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3443,9 +3443,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/config/package.json b/examples/config/package.json index ff6100877..37b51bb5c 100644 --- a/examples/config/package.json +++ b/examples/config/package.json @@ -14,7 +14,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0", "start-server-and-test": "1.11.5" } diff --git a/examples/custom-command/package-lock.json b/examples/custom-command/package-lock.json index bc58bce32..91e2e3bb5 100644 --- a/examples/custom-command/package-lock.json +++ b/examples/custom-command/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "lodash": "4.17.15" } }, @@ -525,9 +525,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2210,9 +2210,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/custom-command/package.json b/examples/custom-command/package.json index 46c95ad3a..4cfd6cbe8 100644 --- a/examples/custom-command/package.json +++ b/examples/custom-command/package.json @@ -11,7 +11,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "lodash": "4.17.15" } } diff --git a/examples/env/package-lock.json b/examples/env/package-lock.json index 9da95d0dd..870b096d6 100644 --- a/examples/env/package-lock.json +++ b/examples/env/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -512,9 +512,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2173,9 +2173,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/env/package.json b/examples/env/package.json index 307a56fa9..9bbac996d 100644 --- a/examples/env/package.json +++ b/examples/env/package.json @@ -10,6 +10,6 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } } diff --git a/examples/firefox/package-lock.json b/examples/firefox/package-lock.json index 171d5b182..a8b2235b0 100644 --- a/examples/firefox/package-lock.json +++ b/examples/firefox/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "^1.0.2" } }, @@ -512,9 +512,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2197,9 +2197,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/firefox/package.json b/examples/firefox/package.json index f55beb40f..b91ad589f 100644 --- a/examples/firefox/package.json +++ b/examples/firefox/package.json @@ -13,7 +13,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "^1.0.2" } } diff --git a/examples/install-command/package.json b/examples/install-command/package.json index 2199eb5f8..79577c4b7 100644 --- a/examples/install-command/package.json +++ b/examples/install-command/package.json @@ -9,7 +9,7 @@ "license": "MIT", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" }, "dependencies": { "arg": "5.0.0", diff --git a/examples/install-command/yarn.lock b/examples/install-command/yarn.lock index 4012d401d..3e62b6c70 100644 --- a/examples/install-command/yarn.lock +++ b/examples/install-command/yarn.lock @@ -308,10 +308,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@12.8.0: - version "12.8.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.8.0.tgz#d31b86ad7b39678b4fa20892f60a8ed58b271729" - integrity sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A== +cypress@12.8.1: + version "12.8.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.8.1.tgz#0c6e67f34554d553138697aaf349b637d80004eb" + integrity sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4" diff --git a/examples/install-only/package-lock.json b/examples/install-only/package-lock.json index 28fc4e66f..3b05e6142 100644 --- a/examples/install-only/package-lock.json +++ b/examples/install-only/package-lock.json @@ -13,7 +13,7 @@ "debug": "4.2.0" }, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -520,9 +520,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2202,9 +2202,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/install-only/package.json b/examples/install-only/package.json index fd2224578..0c1ca39e9 100644 --- a/examples/install-only/package.json +++ b/examples/install-only/package.json @@ -9,7 +9,7 @@ "license": "MIT", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" }, "dependencies": { "arg": "5.0.0", diff --git a/examples/node-versions/package-lock.json b/examples/node-versions/package-lock.json index 2ec49fa37..2e8b7db4a 100644 --- a/examples/node-versions/package-lock.json +++ b/examples/node-versions/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -524,9 +524,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2203,9 +2203,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/node-versions/package.json b/examples/node-versions/package.json index db0cae1ca..a15352eea 100644 --- a/examples/node-versions/package.json +++ b/examples/node-versions/package.json @@ -10,6 +10,6 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } } diff --git a/examples/quiet/package-lock.json b/examples/quiet/package-lock.json index 28dca79b7..38a6d3782 100644 --- a/examples/quiet/package-lock.json +++ b/examples/quiet/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "0.8.3" } }, @@ -525,9 +525,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2228,9 +2228,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/quiet/package.json b/examples/quiet/package.json index e2714a2a3..fadc85872 100644 --- a/examples/quiet/package.json +++ b/examples/quiet/package.json @@ -11,7 +11,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "image-size": "0.8.3" } } diff --git a/examples/react-scripts/package-lock.json b/examples/react-scripts/package-lock.json index 583ee084f..810ac8433 100644 --- a/examples/react-scripts/package-lock.json +++ b/examples/react-scripts/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", @@ -6350,9 +6350,9 @@ "dev": true }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -22085,9 +22085,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/react-scripts/package.json b/examples/react-scripts/package.json index 95672c427..5e8fddc21 100644 --- a/examples/react-scripts/package.json +++ b/examples/react-scripts/package.json @@ -9,7 +9,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", diff --git a/examples/recording/package-lock.json b/examples/recording/package-lock.json index 028d8225b..58df12617 100644 --- a/examples/recording/package-lock.json +++ b/examples/recording/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -511,9 +511,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2194,9 +2194,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/recording/package.json b/examples/recording/package.json index 26850b4c1..ce532cf49 100644 --- a/examples/recording/package.json +++ b/examples/recording/package.json @@ -11,6 +11,6 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } } diff --git a/examples/start-and-yarn-workspaces/workspace-1/package.json b/examples/start-and-yarn-workspaces/workspace-1/package.json index f8450ed79..f3182f94c 100644 --- a/examples/start-and-yarn-workspaces/workspace-1/package.json +++ b/examples/start-and-yarn-workspaces/workspace-1/package.json @@ -12,7 +12,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0" } } diff --git a/examples/start-and-yarn-workspaces/workspace-2/package.json b/examples/start-and-yarn-workspaces/workspace-2/package.json index 37ab3166a..a0ba7bb73 100644 --- a/examples/start-and-yarn-workspaces/workspace-2/package.json +++ b/examples/start-and-yarn-workspaces/workspace-2/package.json @@ -12,7 +12,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0" } } diff --git a/examples/start-and-yarn-workspaces/yarn.lock b/examples/start-and-yarn-workspaces/yarn.lock index eb4c12ace..a95a29b09 100644 --- a/examples/start-and-yarn-workspaces/yarn.lock +++ b/examples/start-and-yarn-workspaces/yarn.lock @@ -436,10 +436,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -cypress@12.8.0: - version "12.8.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.8.0.tgz#d31b86ad7b39678b4fa20892f60a8ed58b271729" - integrity sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A== +cypress@12.8.1: + version "12.8.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.8.1.tgz#0c6e67f34554d553138697aaf349b637d80004eb" + integrity sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4" diff --git a/examples/start/package-lock.json b/examples/start/package-lock.json index 71493c3ad..6b4a54b5d 100644 --- a/examples/start/package-lock.json +++ b/examples/start/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0" } }, @@ -871,9 +871,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3129,9 +3129,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/start/package.json b/examples/start/package.json index 69240bdc3..d4b4bf506 100644 --- a/examples/start/package.json +++ b/examples/start/package.json @@ -13,7 +13,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "serve": "^14.2.0" } } diff --git a/examples/wait-on-vite/package-lock.json b/examples/wait-on-vite/package-lock.json index a34c63e47..f4eefda44 100644 --- a/examples/wait-on-vite/package-lock.json +++ b/examples/wait-on-vite/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "vite": "^4.0.0" } }, @@ -858,9 +858,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2911,9 +2911,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/wait-on-vite/package.json b/examples/wait-on-vite/package.json index dfd45311a..0e5c83336 100644 --- a/examples/wait-on-vite/package.json +++ b/examples/wait-on-vite/package.json @@ -12,7 +12,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "vite": "^4.0.0" } } diff --git a/examples/wait-on/package-lock.json b/examples/wait-on/package-lock.json index 1a522dafb..fa5213ee6 100644 --- a/examples/wait-on/package-lock.json +++ b/examples/wait-on/package-lock.json @@ -13,7 +13,7 @@ "debug": "4.2.0" }, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" } }, "node_modules/@cypress/request": { @@ -520,9 +520,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2218,9 +2218,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/wait-on/package.json b/examples/wait-on/package.json index 9411a87a1..316f7e484 100644 --- a/examples/wait-on/package.json +++ b/examples/wait-on/package.json @@ -18,7 +18,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0" + "cypress": "12.8.1" }, "dependencies": { "arg": "5.0.0", diff --git a/examples/webpack/package-lock.json b/examples/webpack/package-lock.json index e0ab5d636..fe98f4c8c 100644 --- a/examples/webpack/package-lock.json +++ b/examples/webpack/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "webpack": "^5.76.1", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.12.0" @@ -1466,9 +1466,9 @@ } }, "node_modules/cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6371,9 +6371,9 @@ } }, "cypress": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.0.tgz", - "integrity": "sha512-+zblUeRIesOwpZ/E0HT0YE19STwbZy/ySJZIW6BHxX/eVX258gs4t9hP3sE4Opw9y0RfhJeoE8oa1wF/WhIb0A==", + "version": "12.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.8.1.tgz", + "integrity": "sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 3113c498b..4281c7dc9 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -9,7 +9,7 @@ "license": "ISC", "private": true, "devDependencies": { - "cypress": "12.8.0", + "cypress": "12.8.1", "webpack": "^5.76.1", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.12.0" diff --git a/examples/yarn-classic/package.json b/examples/yarn-classic/package.json index b3d16368a..5e93a5197 100644 --- a/examples/yarn-classic/package.json +++ b/examples/yarn-classic/package.json @@ -8,6 +8,6 @@ "license": "MIT", "private": true, "devDependencies": { - "cypress": "12.7.0" + "cypress": "12.8.1" } } diff --git a/examples/yarn-classic/yarn.lock b/examples/yarn-classic/yarn.lock index 53c62a26c..bd1962ef8 100644 --- a/examples/yarn-classic/yarn.lock +++ b/examples/yarn-classic/yarn.lock @@ -303,10 +303,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@12.7.0: - version "12.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.7.0.tgz#69900f82af76cf3ba0ddb9b59ec3b0d38222ab22" - integrity sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA== +cypress@12.8.1: + version "12.8.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.8.1.tgz#0c6e67f34554d553138697aaf349b637d80004eb" + integrity sha512-lIFbKdaSYAOarNLHNFa2aPZu6YSF+8UY4VRXMxJrFUnk6RvfG0AWsZ7/qle/aIz30TNUD4aOihz2ZgS4vuQVSA== dependencies: "@cypress/request" "^2.88.10" "@cypress/xvfb" "^1.2.4"