From 791a9381bf533a7b35cbd162991e36dba763bf38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Jul 2022 14:20:47 +0000 Subject: [PATCH] fix: examples/using-postcss-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-postcss-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-postcss-sass/package.json b/examples/using-postcss-sass/package.json index 2f17e6b11e744..cf957815c8074 100644 --- a/examples/using-postcss-sass/package.json +++ b/examples/using-postcss-sass/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-google-analytics": "latest", "gatsby-plugin-offline": "latest", "gatsby-plugin-postcss-sass": "latest", - "lost": "^8.0.0", + "lost": "^9.0.0", "react-typography": "^0.15.10", "typography": "^0.15.10" }