build(deps-dev): bump @cypress/webpack-preprocessor from 7.0.1 to 7.0.2

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 7.0.1 to 7.0.2.
- [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-v7.0.1...@cypress/webpack-preprocessor-v7.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/56301/head
dependabot[bot] 2025-11-08 02:24:35 +07:00 committed by GitHub
parent 7e10c61fb0
commit cff8e9b866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated

@ -93,7 +93,7 @@
"@babel/preset-typescript": "^7.28.5",
"@codecov/webpack-plugin": "^1.9.1",
"@cypress/vue2": "^2.1.1",
"@cypress/webpack-preprocessor": "^7.0.0",
"@cypress/webpack-preprocessor": "^7.0.2",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",
@ -2235,11 +2235,10 @@
}
},
"node_modules/@cypress/webpack-preprocessor": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-7.0.1.tgz",
"integrity": "sha512-3PnuoT+9N/7Hnx5THgbXitKDXsjO7/G83JIBSJhzjLTyoE90LnDkWqhrhhjNFmWdqlelDTpnMtFk7TPHCPWzoQ==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-7.0.2.tgz",
"integrity": "sha512-J8B8UG8sAVbCIvWh57irEzyjCpcXC2CvoXHY7xrQqwiaNbtKLL/WRRELTYpZtD16zT8WG6wwUkAOnrfwHO3tsA==",
"dev": true,
"license": "MIT",
"dependencies": {
"bluebird": "3.7.1",
"debug": "^4.3.4",

@ -124,7 +124,7 @@
"@babel/preset-typescript": "^7.28.5",
"@codecov/webpack-plugin": "^1.9.1",
"@cypress/vue2": "^2.1.1",
"@cypress/webpack-preprocessor": "^7.0.0",
"@cypress/webpack-preprocessor": "^7.0.2",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/cypress": "^1.0.0-beta.15",
"@nextcloud/eslint-config": "^8.4.2",