From e27cc4596b61bb156ab5cb1a6859a6406979e44b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 22:54:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d416906..42b3dbb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@types/node": "^10.0.6", "@types/webpack": "^4.1.5", - "autoprefixer": "^8.4.1", + "autoprefixer": "^10.0.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-plugin-syntax-dynamic-import": "^6.18.0", @@ -41,7 +41,7 @@ "camelcase": "^4.1.0", "caporal": "^0.10.0", "cross-spawn": "^6.0.5", - "css-loader": "^0.28.11", + "css-loader": "^5.0.0", "fs-extra": "^6.0.1", "html-webpack-plugin": "^3.2.0", "lodash": "^4.17.10",