diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-09 02:00:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-09 02:00:39 +0000 |
commit | 50ee26424d801e3392e7e2892d172798831e6446 (patch) | |
tree | 2e27a96754f188fbdd0b2c941167bf9d5ec6c4ef | |
parent | b8c6eb82ca05eb6ecaafd574eae8a1341584dc78 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/cypress/webpack-preprocessor-7.0.0.tar.gz nextcloud-server-dependabot/npm_and_yarn/cypress/webpack-preprocessor-7.0.0.zip |
chore(deps-dev): bump @cypress/webpack-preprocessor from 6.0.4 to 7.0.0dependabot/npm_and_yarn/cypress/webpack-preprocessor-7.0.0
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 6.0.4 to 7.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-v6.0.4...@cypress/webpack-preprocessor-v7.0.0)
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 13 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 250412dcc5e..f6fe5af8542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "@babel/preset-typescript": "^7.27.1", "@codecov/webpack-plugin": "^1.9.1", "@cypress/vue2": "^2.1.1", - "@cypress/webpack-preprocessor": "^6.0.4", + "@cypress/webpack-preprocessor": "^7.0.0", "@nextcloud/babel-config": "^1.2.0", "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", @@ -2558,11 +2558,10 @@ } }, "node_modules/@cypress/webpack-preprocessor": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.4.tgz", - "integrity": "sha512-ly+EcabWWbhrSPr2J/njQX7Y3da+QqOmFg8Og/MVmLxhDLKIzr2WhTdgzDYviPTLx/IKsdb41cc2RLYp6mSBRA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-7.0.0.tgz", + "integrity": "sha512-pcWYnDBFNQg96Qrz3IaRnezDPkvoQTxI+4Bg+NDEqCZOkWlvsWaaebWvQblazfM3inL2+rFqbg4g/53ELwUJQw==", "dev": true, - "license": "MIT", "dependencies": { "bluebird": "3.7.1", "debug": "^4.3.4", @@ -2572,8 +2571,8 @@ "peerDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", - "babel-loader": "^8.3 || ^9 || ^10", - "webpack": "^4 || ^5" + "babel-loader": "^9 || ^10", + "webpack": "^5" } }, "node_modules/@cypress/webpack-preprocessor/node_modules/semver": { diff --git a/package.json b/package.json index 5fb791f8e5f..2795056923d 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@babel/preset-typescript": "^7.27.1", "@codecov/webpack-plugin": "^1.9.1", "@cypress/vue2": "^2.1.1", - "@cypress/webpack-preprocessor": "^6.0.4", + "@cypress/webpack-preprocessor": "^7.0.0", "@nextcloud/babel-config": "^1.2.0", "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", |