From 3921f06fd973911c92bd612d21f080cf99e23344 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 01:59:57 +0000 Subject: [PATCH] fix: examples/functions-auth0/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- examples/functions-auth0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions-auth0/package.json b/examples/functions-auth0/package.json index 790a16399e7ab..25c97acd3d3c8 100644 --- a/examples/functions-auth0/package.json +++ b/examples/functions-auth0/package.json @@ -21,6 +21,6 @@ "devDependencies": { "gatsby-plugin-postcss": "next", "prettier": "^2.2.1", - "tailwindcss": "^1.5.2" + "tailwindcss": "^2.2.0" } } \ No newline at end of file