From 817a1e2976fcb7dc24165406679da5e1be549330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:23:26 +0000 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.31 in /test-fixtures/plugin-tailwindcss Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 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.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test-fixtures/plugin-tailwindcss/package-lock.json | 14 +++++++------- test-fixtures/plugin-tailwindcss/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-fixtures/plugin-tailwindcss/package-lock.json b/test-fixtures/plugin-tailwindcss/package-lock.json index 6d6812938..2a12aef82 100644 --- a/test-fixtures/plugin-tailwindcss/package-lock.json +++ b/test-fixtures/plugin-tailwindcss/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.3.0", "tailwindcss": "^3.3.2" @@ -758,9 +758,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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -1770,9 +1770,9 @@ "dev": true }, "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.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/test-fixtures/plugin-tailwindcss/package.json b/test-fixtures/plugin-tailwindcss/package.json index bf7d97f59..3c902f85d 100644 --- a/test-fixtures/plugin-tailwindcss/package.json +++ b/test-fixtures/plugin-tailwindcss/package.json @@ -9,7 +9,7 @@ "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.14", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.3.0", "tailwindcss": "^3.3.2"