From 8bd14dac3cbf90d26cb94347fc2b6a967cae6fec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Sep 2022 23:32:36 +0000 Subject: [PATCH] fix: test/integration/styled-jsx-plugin/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- test/integration/styled-jsx-plugin/app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/styled-jsx-plugin/app/package.json b/test/integration/styled-jsx-plugin/app/package.json index f0e5f287d5376..58ee681f8fd3d 100644 --- a/test/integration/styled-jsx-plugin/app/package.json +++ b/test/integration/styled-jsx-plugin/app/package.json @@ -7,12 +7,12 @@ "start": "next start" }, "dependencies": { - "lost": "8.2.0", + "lost": "9.0.0", "next": "latest", - "postcss-nested": "2.1.2", + "postcss-nested": "4.0.0", "react": "^16.7.0", "react-dom": "^16.7.0", - "styled-jsx-plugin-postcss": "0.1.0" + "styled-jsx-plugin-postcss": "1.0.0" }, "license": "ISC", "postcss": {