From 75efa35d20536261da8bb7575ca6ec769a1da955 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 00:13:28 +0000 Subject: [PATCH] fix: examples/with-styled-jsx-plugins/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-styled-jsx-plugins/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-styled-jsx-plugins/package.json b/examples/with-styled-jsx-plugins/package.json index 83da41c1b4c43..18822529ec190 100644 --- a/examples/with-styled-jsx-plugins/package.json +++ b/examples/with-styled-jsx-plugins/package.json @@ -9,10 +9,10 @@ "dependencies": { "lost": "8.2.0", "next": "latest", - "postcss-nested": "2.1.2", + "postcss-nested": "5.0.0", "react": "^16.7.0", "react-dom": "^16.7.0", - "styled-jsx-plugin-postcss": "0.1.0" + "styled-jsx-plugin-postcss": "4.0.0" }, "license": "MIT", "postcss": {