From c24247c389f0ea5d81dbac34425e9312ecee66b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:49:10 +0000 Subject: [PATCH] chore(deps): update dependency postcss to v8.4.25 --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07f6669..a9852f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "autoprefixer": "10.4.14", "eslint": "8.37.0", "eslint-config-next": "13.3.0", - "postcss": "8.4.21", + "postcss": "8.4.25", "prettier": "2.8.7", "prettier-plugin-tailwindcss": "0.2.7", "stylelint": "15.4.0", @@ -3970,9 +3970,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.25", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz", + "integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==", "dev": true, "funding": [ { @@ -3982,10 +3982,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index 0e58e13..3b67874 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "autoprefixer": "10.4.14", "eslint": "8.37.0", "eslint-config-next": "13.3.0", - "postcss": "8.4.21", + "postcss": "8.4.25", "prettier": "2.8.7", "prettier-plugin-tailwindcss": "0.2.7", "stylelint": "15.4.0",