mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 02:10:56 -05:00
Merge pull request #56301 from nextcloud/dependabot/npm_and_yarn/stable32/cypress/webpack-preprocessor-7.0.2
This commit is contained in:
commit
e89eb89eb9
2 changed files with 5 additions and 6 deletions
9
package-lock.json
generated
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue