From 28ab882636b6c747905a531ff7f358bbcc056435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 21:51:17 +0000 Subject: [PATCH] fix: examples/with-userbase/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ERROREX-12554213 --- examples/with-userbase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-userbase/package.json b/examples/with-userbase/package.json index b65bb4afd47952..3d67c43a13e457 100644 --- a/examples/with-userbase/package.json +++ b/examples/with-userbase/package.json @@ -14,6 +14,6 @@ "devDependencies": { "autoprefixer": "^10.2.6", "postcss": "^8.3.5", - "tailwindcss": "^2.2.4" + "tailwindcss": "^3.0.24" } }