diff --git a/package-lock.json b/package-lock.json index 1ce8049..eda52a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10536,9 +10536,9 @@ } }, "gatsby-plugin-postcss": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.1.tgz", - "integrity": "sha512-21mltpzOeUOJXANrxR68Cdeie06yJjs/RSn1qDlhiP+CnS1t5OW+9xIpqWVt+cMvu2ERb0BiEcssySpBJvmenA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.2.tgz", + "integrity": "sha512-+2Ya8L+mnXp2jFVNXy/0xRwjF5HE++JtDS1d4IOO5NvlW+2Ofi5bVpO/p4TMllaVPsXBakHAT+GbDQvHVYsYDg==", "requires": { "@babel/runtime": "^7.9.6", "postcss-loader": "^3.0.0" diff --git a/package.json b/package.json index 3472785..c611737 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "^2.4.5", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-offline": "^3.2.3", - "gatsby-plugin-postcss": "^2.3.1", + "gatsby-plugin-postcss": "^2.3.2", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-sharp": "^2.6.6", "gatsby-plugin-sitemap": "^2.4.2",