From 26c343c10540c6e3ba101db5554d276163f17b4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Sep 2024 15:04:33 +0000 Subject: [PATCH] chore(deps): update dependency postcss to v8.4.45 --- 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 8ee66a9..a8fcca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/react-dom": "18.3.0", "eslint": "8.57.0", "eslint-config-next": "14.2.7", - "postcss": "8.4.44", + "postcss": "8.4.45", "tailwindcss": "3.4.10", "turbo": "2.1.1", "typescript": "5.5.4" @@ -5394,9 +5394,9 @@ } }, "node_modules/postcss": { - "version": "8.4.44", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", - "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 07e8b9a..a5efabf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "18.3.0", "eslint": "8.57.0", "eslint-config-next": "14.2.7", - "postcss": "8.4.44", + "postcss": "8.4.45", "tailwindcss": "3.4.10", "turbo": "2.1.1", "typescript": "5.5.4"