From 85584a94731eedb33297bc3fe942d3fb6077dbea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Apr 2023 01:21:33 +0000 Subject: [PATCH] fix: upgrade @astrojs/tailwind from 3.0.1 to 3.1.1 Snyk has created this PR to upgrade @astrojs/tailwind from 3.0.1 to 3.1.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/chadoh/project/257759dd-7d82-4c9a-b419-03123030be3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7fe98b..b6818a8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "*", - "@astrojs/tailwind": "*", + "@astrojs/tailwind": "3.1.1", "@radix-ui/react-collapsible": "1.0.2", "@radix-ui/react-dropdown-menu": "^2.0.4", "@radix-ui/react-tooltip": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 7de9005..83d08dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -82,10 +82,10 @@ "@babel/core" ">=7.0.0-0 <8.0.0" "@babel/plugin-transform-react-jsx" "^7.17.12" -"@astrojs/tailwind@*": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.0.1.tgz#81e363b6c59b0d8b36b29818835cf0a6691feb30" - integrity sha512-QSYh/xmz454j1yZU9rjw2J24PpH7j3h2ClesqMaAniOtcuL8RfP7KYCnCrk01xvjwqqO+QBpZNDD/SUhHNtFFg== +"@astrojs/tailwind@3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.1.1.tgz#8d8c2f875401e8e88692cf2b99b48de9d5d82156" + integrity sha512-Wx/ZtVnmtfqHWGVzvUEYZm8rufVKVgDIef0q6fzwUxoT1EpTTwBkTbpnzooogewMLOh2eTscasGe3Ih2HC1wVA== dependencies: "@proload/core" "^0.3.2" autoprefixer "^10.4.7"