From 5dc9686929cd157cc3e307beed4791c6f880bf82 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 20 Dec 2023 18:00:22 +0000 Subject: [PATCH] Update dependency @astrojs/tailwind to v5.0.4 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c2f5c1..9c7f1ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -150,9 +150,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.3.tgz", - "integrity": "sha512-p+uFa1PNuV8RxhGkPUFgVq8CUbmS3xr0u5k1An2xKECLotRh7vsrGcPUijHvYOt42URohcg8rIq0CxNoVMhReg==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.4.tgz", + "integrity": "sha512-50ImfEFRBjndtWus6xJOWQ4EVpZWB4d+hieosMPm1Tca68mNTX+Yi1/PhTMk9q/w7iZPIUK/KGBoovo15O10eQ==", "dependencies": { "autoprefixer": "^10.4.15", "postcss": "^8.4.28",