Browse Source
Merge pull request #43311 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.7
pull/43317/head
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
5 deletions
-
package-lock.json
-
package.json
|
|
|
@ -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", |
|
|
|
|