From 09f60b162087789276980061a46a9abb3163e29c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jan 2025 07:24:06 +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 ebc7ed9..46e480f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "remove": "^0.1.5", - "shortid": "^2.2.16", + "shortid": "^2.2.17", "speakeasy": "^2.0.0", "universal-analytics": "^0.5.3" },