diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-10 01:13:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-10 01:13:57 +0000 |
commit | 9dd6ce610d3d8333e74021665a8ee49d3145ce36 (patch) | |
tree | 698ac1620abfb62b97a4864e2765ba591e4e3075 | |
parent | e4bbbf56823e3cf61f848e7a1cfbc30615764725 (diff) |
Chore(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>
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 0e61c193..3bebe21b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.6", + "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^5.5.1", @@ -3225,18 +3225,18 @@ } }, "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, "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": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { "cypress": "^13.2.0" diff --git a/package.json b/package.json index 08a27dae..42091c59 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.6", + "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^5.5.1", |