Bump cypress from 13.17.0 to 14.0.3

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.3.
- [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/v13.17.0...v14.0.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-17 21:24:00 +00:00
committed by GitHub
parent 3da4efd0ad
commit a1bad8eded
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"aos": "^2.3.4",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.17.0",
"cypress": "^14.0.3",
"i18next": "^24.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -3042,12 +3042,13 @@
"peer": true
},
"node_modules/cypress": {
"version": "13.17.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz",
"integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==",
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.3.tgz",
"integrity": "sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@cypress/request": "^3.0.6",
"@cypress/request": "^3.0.7",
"@cypress/xvfb": "^1.2.4",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/sizzle": "^2.3.2",
@@ -3095,7 +3096,7 @@
"cypress": "bin/cypress"
},
"engines": {
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
}
},
"node_modules/cypress/node_modules/ci-info": {

View File

@@ -9,7 +9,7 @@
"aos": "^2.3.4",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.17.0",
"cypress": "^14.0.3",
"i18next": "^24.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",