aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-02 01:19:02 +0000
committerGitHub <noreply@github.com>2023-09-02 01:19:02 +0000
commitc25458074a5b8b750044fa78de4a665614656635 (patch)
tree0796b56282750946a83219deaa60f1403da3b902 /package-lock.json
parent6c63bc7ffe1ac3f314b84afffd1af8901dec2079 (diff)
downloadnextcloud-server-c25458074a5b8b750044fa78de4a665614656635.tar.gz
nextcloud-server-c25458074a5b8b750044fa78de4a665614656635.zip
chore(deps-dev): Bump @cypress/webpack-preprocessor from 5.17.1 to 6.0.0
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.17.1 to 6.0.0. - [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-v5.17.1...@cypress/webpack-preprocessor-v6.0.0) --- updated-dependencies: - dependency-name: "@cypress/webpack-preprocessor" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index fc630a282f0..08d5bfb3f37 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -95,7 +95,7 @@
"@babel/node": "^7.22.10",
"@babel/preset-typescript": "^7.22.11",
"@cypress/vue2": "^2.0.1",
- "@cypress/webpack-preprocessor": "^5.17.1",
+ "@cypress/webpack-preprocessor": "^6.0.0",
"@jest/globals": "^29.5.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.2",
@@ -2195,9 +2195,9 @@
}
},
"node_modules/@cypress/webpack-preprocessor": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.17.1.tgz",
- "integrity": "sha512-FE/e8ikPc8z4EVopJCaior3RGy0jd2q9Xcp5NtiwNG4XnLfEnUFTZlAGwXe75sEh4fNMPrBJW1KIz77PX5vGAw==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.0.tgz",
+ "integrity": "sha512-1AS1Et5CNPJii0+DdBZBS8e0hlM2BkBNmYRdZO4/16A3KS3em1sjPZtFw7jJF00m6DYAdB9iy6QW/lLZ2bN0gg==",
"dev": true,
"dependencies": {
"bluebird": "3.7.1",
@@ -2207,7 +2207,7 @@
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
- "babel-loader": "^8.0.2 || ^9",
+ "babel-loader": "^8.3 || ^9",
"webpack": "^4 || ^5"
}
},