diff --git a/package-lock.json b/package-lock.json index 2644f9e..a5eafbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "gatsby-plugin-manifest": "3.10.0", "gatsby-plugin-matomo": "0.10.0", "gatsby-plugin-offline": "4.10.0", - "gatsby-plugin-postcss": "4.10.0", + "gatsby-plugin-postcss": "4.12.0", "gatsby-plugin-react-helmet": "4.10.0", "gatsby-plugin-sharp": "3.10.2", "gatsby-source-filesystem": "3.11.0", @@ -11611,11 +11611,11 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", - "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.12.0.tgz", + "integrity": "sha512-kQt3y44rHalQYc0QUbPDxTFrSiHYMi7FT/I965ap0Q1qJx8MjJR+aKwcu3584PYaSBMxWiYjf6otLXapDiRy4w==", "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.14.8", "postcss-loader": "^4.3.0" }, "engines": { @@ -36362,11 +36362,11 @@ } }, "gatsby-plugin-postcss": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz", - "integrity": "sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.12.0.tgz", + "integrity": "sha512-kQt3y44rHalQYc0QUbPDxTFrSiHYMi7FT/I965ap0Q1qJx8MjJR+aKwcu3584PYaSBMxWiYjf6otLXapDiRy4w==", "requires": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.14.8", "postcss-loader": "^4.3.0" }, "dependencies": { diff --git a/package.json b/package.json index 1c71aa2..956a070 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "gatsby-plugin-manifest": "3.10.0", "gatsby-plugin-matomo": "0.10.0", "gatsby-plugin-offline": "4.10.0", - "gatsby-plugin-postcss": "4.10.0", + "gatsby-plugin-postcss": "4.12.0", "gatsby-plugin-react-helmet": "4.10.0", "gatsby-plugin-sharp": "3.10.2", "gatsby-source-filesystem": "3.11.0",