From a210a01266a1ce894e2cf68218c85336e4e17dc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 01:56:30 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- client/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index b525a0cc..c48bccf8 100644 --- a/client/package.json +++ b/client/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "actioncable": "^5.0.1", - "autoprefixer": "^6.5.3", + "autoprefixer": "^9.0.0", "axios": "^0.15.2", "babel": "^6.5.2", "babel-cli": "^6.18.0", @@ -55,7 +55,7 @@ "bootstrap-loader": "^1.3.0", "bootstrap-sass": "^3.3.7", "classnames": "^2.2.5", - "css-loader": "^0.26.0", + "css-loader": "^2.0.0", "es5-shim": "^4.5.9", "expose-loader": "^0.7.1", "extract-text-webpack-plugin": "^1.0.1", @@ -68,9 +68,9 @@ "loader-utils": "^0.2.16", "lodash": "^4.17.2", "marked": "^0.3.6", - "node-sass": "^3.13.0", + "node-sass": "^7.0.1", "node-uuid": "^1.4.7", - "postcss-loader": "^1.1.1", + "postcss-loader": "^3.0.0", "react": "^15.4.1", "react-addons-css-transition-group": "^15.4.1", "react-bootstrap": "^0.30.7",