From 61a5682a11958799e99e27c62054f0dd6d6214e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 19:02:46 +0000 Subject: [PATCH] fix: packages/docusaurus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- packages/docusaurus/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus/package.json b/packages/docusaurus/package.json index c67e521b2e0d..4c99bd9e8727 100644 --- a/packages/docusaurus/package.json +++ b/packages/docusaurus/package.json @@ -70,7 +70,7 @@ "globby": "^10.0.1", "html-minifier-terser": "^5.0.5", "html-tags": "^3.1.0", - "html-webpack-plugin": "^4.0.4", + "html-webpack-plugin": "^5.5.0", "import-fresh": "^3.2.1", "inquirer": "^7.2.0", "is-root": "^2.1.0", @@ -105,7 +105,7 @@ "wait-file": "^1.0.5", "webpack": "^4.44.1", "webpack-bundle-analyzer": "^3.6.1", - "webpack-dev-server": "^3.11.0", + "webpack-dev-server": "^4.0.0", "webpack-merge": "^4.2.2", "webpackbar": "^4.0.0" },