From 1177d36a1645ac5580f6095b3cff910603700ba1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:32:40 +0000 Subject: [PATCH] fix: pkgs/applications/video/epgstation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- pkgs/applications/video/epgstation/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/epgstation/package.json b/pkgs/applications/video/epgstation/package.json index 96525ec809ecc..cb4b5ce54f237 100644 --- a/pkgs/applications/video/epgstation/package.json +++ b/pkgs/applications/video/epgstation/package.json @@ -61,12 +61,12 @@ "gulp-sourcemaps": "2.6.5", "gulp-tslint": "8.1.4", "gulp-typescript": "5.0.1", - "terser-webpack-plugin": "3.0.7", + "terser-webpack-plugin": "5.0.0", "ts-loader": "8.0.1", "tslint": "6.1.2", "typescript": "3.9.7", - "webpack": "4.44.0", - "webpack-stream": "5.2.1", + "webpack": "5.1.1", + "webpack-stream": "7.0.0", "aribts": "^2.1.12", "b24.js": "1.0.3", "basic-auth": "2.0.1",