From 61bb1c58345878c3df30649d47c7b0c064cd9f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:35:42 +0000 Subject: [PATCH] Bump postcss from 8.4.37 to 8.4.38 (#553) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.37 to 8.4.38. - [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.37...8.4.38) --- 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 06d6563..947011a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "autoprefixer": "10.4.18", "eslint": "8.57.0", "eslint-config-next": "14.1.4", - "postcss": "8.4.37", + "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.12", "release-it": "17.1.1", @@ -6267,9 +6267,9 @@ } }, "node_modules/postcss": { - "version": "8.4.37", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.37.tgz", - "integrity": "sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 825c79a..2e417cc 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "autoprefixer": "10.4.18", "eslint": "8.57.0", "eslint-config-next": "14.1.4", - "postcss": "8.4.37", + "postcss": "8.4.38", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.12", "release-it": "17.1.1",