From 1dc2a3db236d82e708226406542fae28155bd4e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 04:24:51 +0000 Subject: [PATCH] fix: js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index c983719..434a2e3 100644 --- a/js/package.json +++ b/js/package.json @@ -3,7 +3,7 @@ "name": "@michaelbelgium/flarum-discussion-views", "dependencies": { "flarum-webpack-config": "0.1.0-beta.10", - "webpack": "^4.0.0", + "webpack": "^5.1.1", "webpack-cli": "^3.0.7" }, "scripts": {