mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(deps-dev): Bump @nextcloud/cypress
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.6 to 1.0.0-beta.7. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.6...v1.0.0-beta.7) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f3c4a2e8ba
commit
4ca63fbdef
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