From fbb192956cac42be6fb6c4d366110af9ab3faecb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Aug 2023 23:10:50 +0000 Subject: [PATCH] fix: upgrade html-webpack-plugin from 5.5.0 to 5.5.3 Snyk has created this PR to upgrade html-webpack-plugin from 5.5.0 to 5.5.3. See this package in npm: https://www.npmjs.com/package/html-webpack-plugin See this project in Snyk: https://app.snyk.io/org/woodpile37/project/044862aa-1005-4f2f-af06-341513c0e0a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 06a218cc8..67b2dcb88 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.0.0", "file-loader": "^6.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^8.0.0", "prettier": "3.0.0",