diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 10:29:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 10:29:53 +0000 |
commit | 4cdd0e0cbb00f8b92b2ad91db8c2a64bd602b4de (patch) | |
tree | f54791fe641cc6025d1ea07888e87577cc6d24e9 /package-lock.json | |
parent | b94bcef5c885417802aa8c81c7b3fadbf624a58e (diff) | |
download | nextcloud-server-4cdd0e0cbb00f8b92b2ad91db8c2a64bd602b4de.tar.gz nextcloud-server-4cdd0e0cbb00f8b92b2ad91db8c2a64bd602b4de.zip |
build(deps-dev): Bump @cypress/webpack-preprocessor from 6.0.1 to 6.0.2
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 6.0.1 to 6.0.2.
- [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-v6.0.1...@cypress/webpack-preprocessor-v6.0.2)
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e6ea9f3bd40..a899609d393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "@babel/node": "^7.22.10", "@babel/preset-typescript": "^7.23.2", "@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.7", @@ -2281,9 +2281,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", |