chore(deps): Bump cypress from 14.4.1 to 14.5.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 14.4.1 to 14.5.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.4.1...v14.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-24 07:42:18 +00:00
committed by GitHub
parent 92bfdad3a8
commit 71a2c53824
2 changed files with 31 additions and 5 deletions

34
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"aos": "^2.3.4",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^14.4.1",
"cypress": "^14.5.0",
"i18next": "^25.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
@@ -2899,9 +2899,9 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "14.4.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.1.tgz",
"integrity": "sha512-YSGvVXtTqSGRTyHbaxHI5dHU/9xc5ymaTIM4BU85GKhj980y6XgA3fShSpj5DatS8knXMsAvYItQxVQFHGpUtw==",
"version": "14.5.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.5.0.tgz",
"integrity": "sha512-1HOnKvWep0LkWuFwPeWkZ0TDl7ivi2/Mz+WNU4dfkeLJaFndS3Ow6TXT7YjuTqLFI2peJKzPKljVUFdymI2K5g==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -2931,6 +2931,7 @@
"figures": "^3.2.0",
"fs-extra": "^9.1.0",
"getos": "^3.2.1",
"hasha": "5.2.2",
"is-installed-globally": "~0.4.0",
"lazy-ass": "^1.6.0",
"listr2": "^3.8.3",
@@ -3652,6 +3653,31 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasha": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.2.tgz",
"integrity": "sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==",
"license": "MIT",
"dependencies": {
"is-stream": "^2.0.0",
"type-fest": "^0.8.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/hasha/node_modules/type-fest": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=8"
}
},
"node_modules/hasown": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",

View File

@@ -11,7 +11,7 @@
"aos": "^2.3.4",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^14.4.1",
"cypress": "^14.5.0",
"i18next": "^25.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",