Browse Source

build(deps-dev): bump @nextcloud/cypress

Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.8
dependabot[bot] 1 month ago
parent
commit
f1ff31c593
No account linked to committer's email address
2 changed files with 12 additions and 12 deletions
  1. 11
    11
      package-lock.json
  2. 1
    1
      package.json

+ 11
- 11
package-lock.json View File

"@cypress/webpack-preprocessor": "^6.0.1", "@cypress/webpack-preprocessor": "^6.0.1",
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/cypress": "^1.0.0-beta.8",
"@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/typings": "^1.8.0", "@nextcloud/typings": "^1.8.0",
} }
}, },
"node_modules/@nextcloud/cypress": { "node_modules/@nextcloud/cypress": {
"version": "1.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
"integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
"version": "1.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz",
"integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"dockerode": "^4.0.0",
"fast-xml-parser": "^4.2.5",
"wait-on": "^7.0.1"
"dockerode": "^4.0.2",
"fast-xml-parser": "^4.3.6",
"wait-on": "^7.2.0"
}, },
"engines": { "engines": {
"node": "^20.0.0", "node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"cypress": "^13.2.0" "cypress": "^13.2.0"
} }
}, },
"node_modules/fast-xml-parser": { "node_modules/fast-xml-parser": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz",
"integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==",
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
"integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

+ 1
- 1
package.json View File

"@cypress/webpack-preprocessor": "^6.0.1", "@cypress/webpack-preprocessor": "^6.0.1",
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0", "@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/cypress": "^1.0.0-beta.8",
"@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/typings": "^1.8.0", "@nextcloud/typings": "^1.8.0",

Loading…
Cancel
Save