Update dependency cypress to ^14.3.0

This commit is contained in:
renovate[bot] 2025-04-10 03:27:40 +00:00 committed by GitHub
parent e5bb7f4b5e
commit cf056bb896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"cypress": "^14.2.1",
"cypress": "^14.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.1",
"eslint-config-standard": "^17.1.0",
@ -8383,9 +8383,9 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.2.1.tgz",
"integrity": "sha512-5xd0E7fUp0pjjib1D7ljkmCwFDgMkWuW06jWiz8dKrI7MNRrDo0C65i4Sh+oZ9YHjMHZRJBR0XZk1DfekOhOUw==",
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.0.tgz",
"integrity": "sha512-rRfPl9Z0/CczuYybBEoLbDVuT1OGkhYaJ0+urRCshgiDRz6QnoA0KQIQnPx7MJ3zy+VCsbUU1pV74n+6cbJEdg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"cypress": "^14.2.1",
"cypress": "^14.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.1",
"eslint-config-standard": "^17.1.0",