diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-02 01:19:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 01:19:02 +0000 |
commit | c25458074a5b8b750044fa78de4a665614656635 (patch) | |
tree | 0796b56282750946a83219deaa60f1403da3b902 /package.json | |
parent | 6c63bc7ffe1ac3f314b84afffd1af8901dec2079 (diff) | |
download | nextcloud-server-c25458074a5b8b750044fa78de4a665614656635.tar.gz nextcloud-server-c25458074a5b8b750044fa78de4a665614656635.zip |
chore(deps-dev): Bump @cypress/webpack-preprocessor from 5.17.1 to 6.0.0
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.17.1 to 6.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.17.1...@cypress/webpack-preprocessor-v6.0.0)
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8180d054377..7f5163e0836 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@babel/node": "^7.22.10", "@babel/preset-typescript": "^7.22.11", "@cypress/vue2": "^2.0.1", - "@cypress/webpack-preprocessor": "^5.17.1", + "@cypress/webpack-preprocessor": "^6.0.0", "@jest/globals": "^29.5.0", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/cypress": "^1.0.0-beta.2", |