From 755da9dbc2ce1731e1f03230ef9f28092c3d46bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:23:33 +0000 Subject: [PATCH] Bump postcss from 8.4.34 to 8.4.35 (#44) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.34 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.34...8.4.35) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development 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 a2067323..4dc77a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "gatsby-plugin-postcss": "^6.12.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^24.0.0", - "postcss": "^8.4.34", + "postcss": "^8.4.35", "prettier": "3.2.5", "tailwindcss": "^3.3.5", "vitest": "^1.2.1", @@ -22646,9 +22646,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/postcss": { - "version": "8.4.34", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.34.tgz", - "integrity": "sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==", + "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 471fd5f8..a94b9f3a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "gatsby-plugin-postcss": "^6.12.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^24.0.0", - "postcss": "^8.4.34", + "postcss": "^8.4.35", "prettier": "3.2.5", "tailwindcss": "^3.3.5", "vitest": "^1.2.1",