From 31cea560bcb5d552eca2f9263f4aa238f84041cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 14:14:13 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-postcss/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- packages/gatsby-plugin-postcss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 521a5a2b2ac01..82dc4e9ed8619 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "postcss-loader": "^3.0.0" + "postcss-loader": "^4.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0",