From c1130aa4f626d0dc8536b92ac6dc33cb235288b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 02:52:09 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0261b46..f2f38d5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.3.1", - "twin.macro": "^3.3.1" + "twin.macro": "^3.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.4.0"