From 93eebf75905d920145c84d2d124a0cd8f839411f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 03:54:14 +0000 Subject: [PATCH] fix: integration-testing/webpack-babel-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- integration-testing/webpack-babel-test/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-testing/webpack-babel-test/package.json b/integration-testing/webpack-babel-test/package.json index dd21ae0af..883ecba99 100644 --- a/integration-testing/webpack-babel-test/package.json +++ b/integration-testing/webpack-babel-test/package.json @@ -15,8 +15,8 @@ "handlebars": "file:../..", "handlebars-loader": "^1.7.1", "nyc": "^14.1.1", - "webpack": "^4.39.3", - "webpack-cli": "^3.3.7" + "webpack": "^5.1.1", + "webpack-cli": "^4.0.0" }, "scripts": { "build": "webpack --config webpack.config.js"