From 6863ae8c52be3cff8a7930f4eb1ccaf2e2be47d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 04:16:04 +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-DSET-2330881 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79be0440a..05099389b 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "styled-components": "^5.3.1", "tailwindcss": "^2.2.9", "ts-config-single-spa": "^3.0.0", - "twin.macro": "^2.7.0", + "twin.macro": "^3.0.0", "typescript": "^4.4.2", "webpack": "^5.40.0", "webpack-cli": "^4.7.2",