From e95cddc1fdd7afe537814f715a9dd6674ca5b44b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:07:12 +0000 Subject: [PATCH] chore(deps): update dependency @cypress/webpack-preprocessor to ^5.16.3 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cdb6921e36..41fb678e7a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", - "@cypress/webpack-preprocessor": "^5.16.2", + "@cypress/webpack-preprocessor": "^5.16.3", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/cypress": "^1.0.0-beta.2", @@ -1991,9 +1991,9 @@ } }, "node_modules/@cypress/webpack-preprocessor": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.2.tgz", - "integrity": "sha512-C24bpNzRtrV6VhEsmn378Ww/FuhgIULYwYv3NdU0/umA2NuvX/QCGOS61GZu3WS3+6ZQEb6hFtnyQCxpS0CL0Q==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.3.tgz", + "integrity": "sha512-juGT69ak9iShluyZYmjQnoKV3+ixIXpf/e/TdgB6qoueZHVLQbsqBDEwGsssq5juHhR8v//E4Drwfh0eYLWRNg==", "dev": true, "dependencies": { "@babel/core": "^7.0.1", @@ -2001,7 +2001,7 @@ "@babel/parser": "^7.13.0", "@babel/traverse": "^7.17.9", "bluebird": "3.7.1", - "debug": "^4.3.2", + "debug": "^4.3.4", "fs-extra": "^10.1.0", "loader-utils": "^2.0.0", "lodash": "^4.17.20", @@ -22248,9 +22248,9 @@ } }, "@cypress/webpack-preprocessor": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.2.tgz", - "integrity": "sha512-C24bpNzRtrV6VhEsmn378Ww/FuhgIULYwYv3NdU0/umA2NuvX/QCGOS61GZu3WS3+6ZQEb6hFtnyQCxpS0CL0Q==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.3.tgz", + "integrity": "sha512-juGT69ak9iShluyZYmjQnoKV3+ixIXpf/e/TdgB6qoueZHVLQbsqBDEwGsssq5juHhR8v//E4Drwfh0eYLWRNg==", "dev": true, "requires": { "@babel/core": "^7.0.1", @@ -22258,7 +22258,7 @@ "@babel/parser": "^7.13.0", "@babel/traverse": "^7.17.9", "bluebird": "3.7.1", - "debug": "^4.3.2", + "debug": "^4.3.4", "fs-extra": "^10.1.0", "loader-utils": "^2.0.0", "lodash": "^4.17.20", diff --git a/package.json b/package.json index 9b686dc0e95..df54d03f14b 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", - "@cypress/webpack-preprocessor": "^5.16.2", + "@cypress/webpack-preprocessor": "^5.16.3", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/cypress": "^1.0.0-beta.2",