mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #43311 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.7
This commit is contained in:
commit
05a03dd663
2 changed files with 10 additions and 5 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -99,7 +99,7 @@
|
|||
"@cypress/webpack-preprocessor": "^6.0.0",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@nextcloud/babel-config": "^1.0.0",
|
||||
"@nextcloud/cypress": "^1.0.0-beta.6",
|
||||
"@nextcloud/cypress": "^1.0.0-beta.7",
|
||||
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "^6.0.0",
|
||||
|
|
@ -3803,10 +3803,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/cypress": {
|
||||
"version": "1.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-pWittE2Ik9JAqWoCqMzXVolW0zfntvRPnMqclB5bXVcv4ss5dZqsSeID8CVarU+ymgb/EAf291EL8jAWbQ+BSQ==",
|
||||
"version": "1.0.0-beta.7",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
|
||||
"integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"dockerode": "^4.0.0",
|
||||
"fast-xml-parser": "^4.2.5",
|
||||
"wait-on": "^7.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^9.0.0"
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
"@cypress/webpack-preprocessor": "^6.0.0",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@nextcloud/babel-config": "^1.0.0",
|
||||
"@nextcloud/cypress": "^1.0.0-beta.6",
|
||||
"@nextcloud/cypress": "^1.0.0-beta.7",
|
||||
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
|
||||
"@nextcloud/stylelint-config": "^2.1.2",
|
||||
"@nextcloud/webpack-vue-config": "^6.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue