mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(deps-dev): Bump cypress-vite from 1.8.0 to 1.9.1
Bumps [cypress-vite](https://github.com/mammadataei/cypress-vite) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/mammadataei/cypress-vite/releases) - [Changelog](https://github.com/mammadataei/cypress-vite/blob/main/CHANGELOG.md) - [Commits](https://github.com/mammadataei/cypress-vite/compare/v1.8.0...v1.9.1) --- updated-dependencies: - dependency-name: cypress-vite dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2765b794aa
commit
f4c925f15a
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -57,7 +57,7 @@
|
|||
"cypress-axe": "^1.7.0",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.31",
|
||||
"cypress-vite": "^1.8.0",
|
||||
"cypress-vite": "^1.9.1",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint-plugin-cypress": "^6.3.1",
|
||||
|
|
@ -6975,17 +6975,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cypress-vite": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress-vite/-/cypress-vite-1.8.0.tgz",
|
||||
"integrity": "sha512-rPkIpDzCIo+upsDkFa/NlrnzVumuQ45UcwL7a2k/n8WFIwsW8QYuQaWU2JiIKExP/LNQew3H3Hbs/bp26xC0Fw==",
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress-vite/-/cypress-vite-1.9.1.tgz",
|
||||
"integrity": "sha512-n+hmNCfCtPoVZt9BHq6FzH6I9OhkZ83cj26sc3kgtyX/TrN4oWJQyUK4fZYkckPKUf1JlroBlEHHskpFQpclxQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chokidar": "^3.5.3",
|
||||
"debug": "^4.3.4"
|
||||
"debug": "^4.4.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
||||
"vite": "^2.9 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
||||
}
|
||||
},
|
||||
"node_modules/cypress-wait-until": {
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
"cypress-axe": "^1.7.0",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.31",
|
||||
"cypress-vite": "^1.8.0",
|
||||
"cypress-vite": "^1.9.1",
|
||||
"cypress-wait-until": "^3.0.2",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint-plugin-cypress": "^6.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue