Browse Source

Merge pull request #54347 from nextcloud/dependabot/npm_and_yarn/cypress/webpack-preprocessor-7.0.0

chore(deps-dev): bump @cypress/webpack-preprocessor from 6.0.4 to 7.0.0
pull/54294/head
Ferdinand Thiessen 3 months ago
committed by GitHub
parent
commit
109cd123fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      package-lock.json
  2. 2
      package.json

13
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": {

2
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",

Loading…
Cancel
Save