From 01a3fd6658c3a04b867b84e208669ff4ddad18ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 06:14:44 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3ba61c0697aa3b..2b5ef08cc338e8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "async": "0.9.0", "atob": "1.1.2", - "autoprefixer": "6.3.5", + "autoprefixer": "10.0.0", "autosize": "3.0.7", "babel": "5.8.12", "babel-core": "5.8.12", @@ -74,7 +74,7 @@ "path-parser": "1.0.2", "phone": "git+https://github.com/Automattic/node-phone.git#1.0.4-11", "photon": "2.0.0", - "postcss-cli": "2.5.1", + "postcss-cli": "8.0.0", "q": "1.0.1", "qrcode.react": "0.5.2", "qs": "4.0.0", @@ -93,7 +93,7 @@ "react-tap-event-plugin": "0.2.1", "redux": "3.0.4", "redux-thunk": "1.0.0", - "rtlcss": "1.6.1", + "rtlcss": "3.0.0", "sanitize-html": "1.11.1", "semver": "5.1.0", "source-map": "0.1.39",