From a9bbd5a5d861ef7523ce8fb2e2d046ee0c270b02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 16:05:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a98a89849888f..61dfd01141bc14 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "babel-loader": "5.3.3", "bootstrap": "3.3.5", "classnames": "2.2.0", - "compression-webpack-plugin": "^0.3.0", + "compression-webpack-plugin": "^1.1.10", "crypto-js": "3.1.5", "css-loader": "0.18.0", "extract-text-webpack-plugin": "0.8.2", @@ -25,7 +25,7 @@ "less": "2.5.3", "less-loader": "2.2.1", "marked": "0.3.5", - "moment": "2.10.6", + "moment": "2.29.2", "moment-timezone": "0.4.1", "node-libs-browser": "0.5.3", "platformicons": "0.0.14", @@ -51,7 +51,7 @@ "u2f-api": "0.0.8", "underscore": "1.8.3", "url-loader": "0.5.6", - "webpack": "1.12.4" + "webpack": "4.0.0" }, "private": true, "APIMethod": "stub",