From cd2f1c55203d5eaeba92503408f635b35bfb371e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2020 15:19:52 +0000 Subject: [PATCH] Update dependency @cypress/webpack-preprocessor to v5.4.1 --- .../cypress/cypress-typescript-webpack/package-lock.json | 9 +++++---- .../cypress/cypress-typescript-webpack/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/configuration/cypress/cypress-typescript-webpack/package-lock.json b/configuration/cypress/cypress-typescript-webpack/package-lock.json index a8222b5..753c41a 100644 --- a/configuration/cypress/cypress-typescript-webpack/package-lock.json +++ b/configuration/cypress/cypress-typescript-webpack/package-lock.json @@ -64,13 +64,14 @@ } }, "@cypress/webpack-preprocessor": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.0.0.tgz", - "integrity": "sha512-8EQ18tL0EKDkoT33vCR2KnsKGFqw1DMv7Pn0NVuheyhrcjtQ6bYrLB9aYMdpE7lOERM4aEBkIjnGZAjP0JIcQQ==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.4.1.tgz", + "integrity": "sha512-1E2BdVVXQ4wDQ7f3mXCvS9xmfTVwEoT3oqKhjAr1iNlTJpBq10Z0VNBZd3VZ3nmCTFwTuUvs735QGnRE1gQ1BA==", "dev": true, "requires": { "bluebird": "3.7.1", - "debug": "4.1.1" + "debug": "4.1.1", + "lodash": "4.17.15" }, "dependencies": { "bluebird": { diff --git a/configuration/cypress/cypress-typescript-webpack/package.json b/configuration/cypress/cypress-typescript-webpack/package.json index 7a28086..0296275 100644 --- a/configuration/cypress/cypress-typescript-webpack/package.json +++ b/configuration/cypress/cypress-typescript-webpack/package.json @@ -21,7 +21,7 @@ "author": "Girma Nigusse (https://github.com/xgirma)", "license": "MIT", "devDependencies": { - "@cypress/webpack-preprocessor": "5.0.0", + "@cypress/webpack-preprocessor": "5.4.1", "cypress": "3.8.3", "prettier": "2.0.2", "ts-loader": "6.2.2",