From e87081992aa8f54f56f0cac0ac9f644f7bc6be87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:06:51 +0000 Subject: [PATCH] chore: Update dependency postcss to v8.4.27 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a56210d34c9..61cabb0e6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "identity-obj-proxy": "3.0.0", "jest": "29.6.0", "lint-staged": "10.5.4", - "postcss": "8.4.24", + "postcss": "8.4.27", "prettier": "2.8.8", "prettier-plugin-mdx-no-text-child": "0.1.0", "react-test-renderer": "18.2.0", @@ -27004,9 +27004,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", @@ -54071,9 +54071,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "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==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 4b8eee72434..660e67e2a37 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "identity-obj-proxy": "3.0.0", "jest": "29.6.0", "lint-staged": "10.5.4", - "postcss": "8.4.24", + "postcss": "8.4.27", "prettier": "2.8.8", "prettier-plugin-mdx-no-text-child": "0.1.0", "react-test-renderer": "18.2.0",