From 801b1b21e6593887ba836dbec7bf017dbc28c6f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jun 2024 13:02:15 +0000 Subject: [PATCH] chore(deps): update dependency @astrojs/tailwind to v5.1.0 --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f36b64d..4a54127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,9 +165,10 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.0.tgz", + "integrity": "sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==", + "license": "MIT", "dependencies": { "autoprefixer": "^10.4.15", "postcss": "^8.4.28", -- 2.47.2