Merge pull request #56301 from nextcloud/dependabot/npm_and_yarn/stable32/cypress/webpack-preprocessor-7.0.2

pull/56347/head
dependabot[bot] 2025-11-10 14:37:31 +07:00 committed by GitHub
commit e89eb89eb9
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",