From f1e7e9c1083d71e644aceeeee53db86fc7eae0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:43:17 +0000 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.27 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.27. - [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.24...8.4.27) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 e69ae96..46f31e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-config-next": "13.4.7", "lucide-react": "^0.252.0", "next": "13.4.7", - "postcss": "8.4.24", + "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "tailwind-merge": "^1.13.2", @@ -5249,9 +5249,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 8be189e..1284659 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-config-next": "13.4.7", "lucide-react": "^0.252.0", "next": "13.4.7", - "postcss": "8.4.24", + "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "tailwind-merge": "^1.13.2",