mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60269 from nextcloud/dependabot/npm_and_yarn/stable33/cypress-vite-1.9.1
[stable33] chore(deps-dev): Bump cypress-vite from 1.8.0 to 1.9.1
This commit is contained in:
commit
866af70331
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.3.0",
|
||||
"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.3.0",
|
||||
"eslint-plugin-cypress": "^6.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue