From 4954c7c978cac60f93b3fbcc5932cdea9c50c2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:49:45 -0800 Subject: [PATCH] Bump postcss from 8.4.33 to 8.4.35 (#23) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.33 to 8.4.35. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.35) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d32ba4..029057d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "gatsby": "^5.13.3", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-postcss": "^6.13.1", - "postcss": "^8.4.33", + "postcss": "^8.4.35", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1" @@ -12909,9 +12909,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/postcss": { - "version": "8.4.33", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", - "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", + "version": "8.4.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index dd29dcb..a0a53aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby": "^5.13.3", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-postcss": "^6.13.1", - "postcss": "^8.4.33", + "postcss": "^8.4.35", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1",