From 13e53c22269b46720da9014fbb44b3e4ce88c073 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Jan 2025 05:51:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..6183e67 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-with-firebase-auth": "^1.3.11", "recharts": "^2.1.9", "redux-thunk": "^2.4.1", - "shortid": "^2.2.16", + "shortid": "^2.2.17", "styled-components": "^5.3.3", "thunk": "^0.0.1", "use-no-sleep": "^0.3.1",