From 33c44d2b46b83e4aee23cd2dd5bed470786a835a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 08:09:46 +0000 Subject: [PATCH] Bump @cypress/webpack-preprocessor from 5.11.1 to 5.17.0 Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.11.1 to 5.17.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.11.1...@cypress/webpack-preprocessor-v5.17.0) --- updated-dependencies: - dependency-name: "@cypress/webpack-preprocessor" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c636ec..5b481b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "vuex": "~3.6.2" }, "devDependencies": { - "@cypress/webpack-preprocessor": "~5.11.1", + "@cypress/webpack-preprocessor": "~5.17.0", "@empathyco/eslint-plugin-x": "^2.0.0-alpha.14", "@empathyco/x-tailwindcss": "^0.2.0-alpha.19", "@empathyco/x-translations": "^1.1.0-alpha.27", @@ -1968,19 +1968,19 @@ } }, "node_modules/@cypress/webpack-preprocessor": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.11.1.tgz", - "integrity": "sha512-kfdF+W/Tns81rFplnqlgZ+t6V+FJ7vegeQCYolLyhh0nJ8eG3s5HvV/ak/zSlbQnaOmAuYiZIChJFVZLUWuNOA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.17.0.tgz", + "integrity": "sha512-HyFqHkrOrIIYOt4G+r3VK0kVYTcev1tEcqBI/0DJ4AzEuEgW/TB+cX56txy4Cgn60XXdJoul2utclZwUqOsPZA==", "dev": true, "dependencies": { "bluebird": "3.7.1", - "debug": "^4.3.2", + "debug": "^4.3.4", "lodash": "^4.17.20" }, "peerDependencies": { "@babel/core": "^7.0.1", "@babel/preset-env": "^7.0.0", - "babel-loader": "^8.0.2", + "babel-loader": "^8.0.2 || ^9", "webpack": "^4 || ^5" } }, @@ -28831,13 +28831,13 @@ } }, "@cypress/webpack-preprocessor": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.11.1.tgz", - "integrity": "sha512-kfdF+W/Tns81rFplnqlgZ+t6V+FJ7vegeQCYolLyhh0nJ8eG3s5HvV/ak/zSlbQnaOmAuYiZIChJFVZLUWuNOA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.17.0.tgz", + "integrity": "sha512-HyFqHkrOrIIYOt4G+r3VK0kVYTcev1tEcqBI/0DJ4AzEuEgW/TB+cX56txy4Cgn60XXdJoul2utclZwUqOsPZA==", "dev": true, "requires": { "bluebird": "3.7.1", - "debug": "^4.3.2", + "debug": "^4.3.4", "lodash": "^4.17.20" } }, diff --git a/package.json b/package.json index bfb3919..d8b1c5e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vuex": "~3.6.2" }, "devDependencies": { - "@cypress/webpack-preprocessor": "~5.11.1", + "@cypress/webpack-preprocessor": "~5.17.0", "@empathyco/eslint-plugin-x": "^2.0.0-alpha.14", "@empathyco/x-tailwindcss": "^0.2.0-alpha.19", "@empathyco/x-translations": "^1.1.0-alpha.27",