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",