From 59df8ead3e614dc73645334fa722dc0cf9c569eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:51:26 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v15.4.0 (#985) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/webui/public/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/webui/public/package-lock.json b/internal/webui/public/package-lock.json index a359e68..872bae4 100644 --- a/internal/webui/public/package-lock.json +++ b/internal/webui/public/package-lock.json @@ -689,9 +689,9 @@ } }, "node_modules/cypress": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.3.0.tgz", - "integrity": "sha512-g9rDhoK9y8wW4Vx3Ppr8dtfvThXxPL3mJsV5e98fG+6EerrhXKmeRT2sL86cvNRtEZouXJfsuVL1lqiMuGNGcg==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.4.0.tgz", + "integrity": "sha512-+GC/Y/LXAcaMCzfuM7vRx5okRmonceZbr0ORUAoOrZt/5n2eGK8yh04bok1bWSjZ32wRHrZESqkswQ6biArN5w==", "dev": true, "hasInstallScript": true, "license": "MIT",