From b595836f6b4e72f070316700510a08081265ce0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 07:12:10 +0000 Subject: [PATCH] fix: examples/blog-with-comment/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- examples/blog-with-comment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog-with-comment/package.json b/examples/blog-with-comment/package.json index aeb0acddef2ca..58d7d90cc4e2a 100644 --- a/examples/blog-with-comment/package.json +++ b/examples/blog-with-comment/package.json @@ -23,6 +23,6 @@ "autoprefixer": "^10.2.5", "postcss": "^8.2.13", "prettier": "^2.2.1", - "tailwindcss": "^2.1.2" + "tailwindcss": "^3.1.5" } }