From 4fde72cb407b1f3218f3a4edf24cbbb9fb695784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:29:37 +0000 Subject: [PATCH] Bump postcss from 8.4.29 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. - [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.29...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- package-lock.json | 10 +++++----- packages/react/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 94ddca6..9405285 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -20,7 +20,7 @@ "eslint": "8.49.0", "eslint-config-next": "13.4.19", "next": "13.5.1", - "postcss": "8.4.29", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", diff --git a/package-lock.json b/package-lock.json index 21bd0c0..a508aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "eslint": "8.49.0", "eslint-config-next": "13.4.19", "next": "13.5.1", - "postcss": "8.4.29", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", @@ -4481,9 +4481,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -6223,7 +6223,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.29", + "postcss": "^8.4.31", "postcss-css-variables": "^0.19.0", "postcss-modules": "^6.0.0", "react": "^18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index cf9e88e..c316590 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -64,7 +64,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.29", + "postcss": "^8.4.31", "postcss-css-variables": "^0.19.0", "postcss-modules": "^6.0.0", "react": "^18.2.0",