From cf3ab0e78291ff339de62748f1b88d44a84c7f3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:09:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a015a0d1..b94444b2 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "ts-node": "^9.0.0", "tsd": "^0.14.0", "typescript": "^4.0.3", - "webpack": "^4.44.2", - "webpack-cli": "^3.3.12", + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0", "webpack-remove-debug": "^0.1.0", "zuul": "~3.11.1", "zuul-builder-webpack": "^1.2.0",