From 9e94978b32faa7ef1ce774047dbeebca7e9a1833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 03:07:32 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 14.3.3 to 14.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.3 to 14.4.0. - [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/v14.3.3...v14.4.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c159d021..f1d39237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "acorn": "^8.14.1", "chai": "^5.2.0", - "cypress": "^14.3.3", + "cypress": "^14.4.0", "del": "^6.1.1", "gulp": "^5.0.0", "gulp-autoprefixer": "^8.0.0", @@ -2479,9 +2479,9 @@ } }, "node_modules/cypress": { - "version": "14.3.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.3.tgz", - "integrity": "sha512-1Rz7zc9iqLww6BysaESqUhtIuaFHS7nL3wREovAKYsNhLTfX3TbcBWHWgEz70YimH2NkSOsm4oIcJJ9HYHOlew==", + "version": "14.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.0.tgz", + "integrity": "sha512-/I59Fqxo7fqdiDi3IM2QKA65gZ7+PVejXg404/I8ZSq+NOnrmw+2pnMUJzpoNyg7KABcEBmgpkfAqhV98p7wJA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -15221,9 +15221,9 @@ } }, "cypress": { - "version": "14.3.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.3.tgz", - "integrity": "sha512-1Rz7zc9iqLww6BysaESqUhtIuaFHS7nL3wREovAKYsNhLTfX3TbcBWHWgEz70YimH2NkSOsm4oIcJJ9HYHOlew==", + "version": "14.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.0.tgz", + "integrity": "sha512-/I59Fqxo7fqdiDi3IM2QKA65gZ7+PVejXg404/I8ZSq+NOnrmw+2pnMUJzpoNyg7KABcEBmgpkfAqhV98p7wJA==", "dev": true, "requires": { "@cypress/request": "^3.0.8", diff --git a/package.json b/package.json index b810a7e6..a1062762 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "acorn": "^8.14.1", "chai": "^5.2.0", - "cypress": "^14.3.3", + "cypress": "^14.4.0", "del": "^6.1.1", "gulp": "^5.0.0", "gulp-autoprefixer": "^8.0.0",