diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-03 02:22:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 02:22:39 +0000 |
commit | 4ca63fbdefb7de0c22047d5d04a39ec20061c490 (patch) | |
tree | 7af2bc8be4da7e461861067f055b141ecc2c7707 /package-lock.json | |
parent | f3c4a2e8ba1980a467cf12f42f4b2b4c4ba295fb (diff) | |
download | nextcloud-server-4ca63fbdefb7de0c22047d5d04a39ec20061c490.tar.gz nextcloud-server-4ca63fbdefb7de0c22047d5d04a39ec20061c490.zip |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 1d973dfb494..85e1a6e549a 100644 --- a/package-lock.json +++ b/package-lock.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" |