Update dependency cypress to ^14.1.0

This commit is contained in:
renovate[bot] 2025-02-25 22:12:04 +00:00 committed by GitHub
parent 97a20db509
commit a1aec5f882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"cypress": "^14.0.3",
"cypress": "^14.1.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.1.0",
@ -8080,9 +8080,9 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.3.tgz",
"integrity": "sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.1.0.tgz",
"integrity": "sha512-pPPj8Uu9NwjaaiXAEcjYZZmgsq6v9Zs1Nw6a+zRF+ANgYSNhH4S32SjFRsvMcuOHR/8dp4GBJhBPqIPSs+TxaA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@ -8098,7 +8098,7 @@
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
"ci-info": "^4.0.0",
"ci-info": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-table3": "~0.6.1",
"commander": "^6.2.1",

View File

@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"cypress": "^14.0.3",
"cypress": "^14.1.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.1.0",