From 5ca5088b30bdafe605f892d790b5126df956f834 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 May 2021 01:49:31 +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 c323431f3b2..5da62ab4c2d 100644 --- a/package.json +++ b/package.json @@ -71,11 +71,11 @@ "matrix-js-sdk": "5.2.0", "matrix-react-sdk": "2.3.1", "olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz", - "postcss-easings": "^2.0.0", + "postcss-easings": "^3.0.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", - "sanitize-html": "^1.19.1", + "sanitize-html": "^2.0.0", "ua-parser-js": "^0.7.19", "url": "^0.11.0" },