From 39257a826309e9ca5163e8721f004fef0b4521cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:25:27 +0000 Subject: [PATCH] Bump gatsby-plugin-postcss from 4.10.0 to 4.14.0 Bumps [gatsby-plugin-postcss](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-postcss) from 4.10.0 to 4.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-postcss/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.14.0/packages/gatsby-plugin-postcss) --- updated-dependencies: - dependency-name: gatsby-plugin-postcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2644f9e..1db9e1b 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.14.0", "gatsby-plugin-react-helmet": "4.10.0", "gatsby-plugin-sharp": "3.10.2", "gatsby-source-filesystem": "3.11.0", @@ -1701,9 +1701,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -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.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.14.0.tgz", + "integrity": "sha512-Ly5IXrVEP0Q/X0PVnggho8ap6BfIA/BTXpzd/CakyjbgdSr8BIlNIWagCByct9KXxxhMHav1YO1X6Wc3kAJr3g==", "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.15.4", "postcss-loader": "^4.3.0" }, "engines": { @@ -27929,9 +27929,9 @@ } }, "@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -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.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.14.0.tgz", + "integrity": "sha512-Ly5IXrVEP0Q/X0PVnggho8ap6BfIA/BTXpzd/CakyjbgdSr8BIlNIWagCByct9KXxxhMHav1YO1X6Wc3kAJr3g==", "requires": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.15.4", "postcss-loader": "^4.3.0" }, "dependencies": { diff --git a/package.json b/package.json index 1c71aa2..0c8615c 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.14.0", "gatsby-plugin-react-helmet": "4.10.0", "gatsby-plugin-sharp": "3.10.2", "gatsby-source-filesystem": "3.11.0",