From e6d1f5345c461158c0ea38c863fc92d091a0c01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:16:13 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress in /examples/nextjs Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.12.0...v15.13.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/nextjs/package-lock.json | 20 ++++---------------- examples/nextjs/package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index fd757ea..e1a180a 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "cypress": "15.12.0", + "cypress": "15.13.1", "tailwindcss": "^4" } }, @@ -653,9 +653,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -672,9 +669,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -691,9 +685,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -710,9 +701,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1660,9 +1648,9 @@ } }, "node_modules/cypress": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz", - "integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==", + "version": "15.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", + "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 2709861..6a8065e 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "cypress": "15.12.0", + "cypress": "15.13.1", "tailwindcss": "^4" } }