Merge pull request #47168 from nextcloud/dependabot/npm_and_yarn/stable28/cypress/webpack-preprocessor-6.0.2

This commit is contained in:
dependabot[bot] 2024-08-10 03:40:15 +00:00 committed by GitHub
commit 0e78d96573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -95,7 +95,7 @@
"@babel/node": "^7.22.10",
"@babel/preset-typescript": "^7.24.1",
"@cypress/vue2": "^2.1.0",
"@cypress/webpack-preprocessor": "^6.0.1",
"@cypress/webpack-preprocessor": "^6.0.2",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.8",
@ -2303,9 +2303,9 @@
}
},
"node_modules/@cypress/webpack-preprocessor": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.1.tgz",
"integrity": "sha512-WVNeFVSnFKxE3WZNRIriduTgqJRpevaiJIPlfqYTTzfXRD7X1Pv4woDE+G4caPV9bJqVKmVFiwzrXMRNeJxpxA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz",
"integrity": "sha512-0+1+4iy4W9PE6R5ywBNKAZoFp8Sf//w3UJ+CKTqkcAjA29b+dtsD0iFT70DsYE0BMqUM1PO7HXFGbXllQ+bRAA==",
"dev": true,
"dependencies": {
"bluebird": "3.7.1",

View file

@ -122,7 +122,7 @@
"@babel/node": "^7.22.10",
"@babel/preset-typescript": "^7.24.1",
"@cypress/vue2": "^2.1.0",
"@cypress/webpack-preprocessor": "^6.0.1",
"@cypress/webpack-preprocessor": "^6.0.2",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.8",