From cff8e9b86674032ed054c22971cc527b2830f4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:24:35 +0000 Subject: [PATCH] build(deps-dev): bump @cypress/webpack-preprocessor from 7.0.1 to 7.0.2 Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 7.0.1 to 7.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-v7.0.1...@cypress/webpack-preprocessor-v7.0.2) --- updated-dependencies: - dependency-name: "@cypress/webpack-preprocessor" dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4d5295e38a..951284b02f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index c09ccf0c614..9376adf2f62 100644 --- a/package.json +++ b/package.json @@ -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",