From b23c96d4bcbf75ed146eb238d8ad81200f43ee06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 17:48:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9332ef5b118e8..b743921794350 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "globby": "6.1.0", "gridicons": "2.0.3", "happypack": "4.0.0-beta.1", - "hard-source-webpack-plugin": "0.3.12", + "hard-source-webpack-plugin": "0.5.0", "hash.js": "1.1.3", "he": "0.5.0", "html-loader": "0.4.0", @@ -106,7 +106,7 @@ "morgan": "1.2.0", "ms": "0.7.1", "name-all-modules-plugin": "1.0.1", - "node-sass": "3.7.0", + "node-sass": "6.0.1", "notifications-panel": "1.2.4", "npm-run-all": "4.0.2", "numeral": "2.0.4", @@ -139,7 +139,7 @@ "redux-thunk": "1.0.0", "rtlcss": "2.0.5", "sanitize-html": "1.11.1", - "semver": "5.1.0", + "semver": "7.5.2", "social-logos": "1.0.1", "socket.io-client": "1.4.5", "source-map": "0.1.39", @@ -157,7 +157,7 @@ "uuid": "2.0.1", "valid-url": "1.0.9", "walk": "2.3.4", - "webpack": "3.4.1", + "webpack": "4.0.0", "webpack-dashboard": "0.2.1", "webpack-dev-middleware": "1.11.0", "webpack-hot-middleware": "2.15.0",