From 139f294e96bdc136fd89ba2d028bd82d4c374111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 01:13:37 +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 ac9f31da164d22..8e99befcee676a 100644 --- a/package.json +++ b/package.json @@ -221,7 +221,7 @@ "minimatch": "10.0.1", "moo": "0.5.2", "ms": "2.1.3", - "nanoid": "3.3.7", + "nanoid": "3.3.8", "neotraverse": "0.6.18", "node-html-parser": "6.1.13", "p-all": "3.0.0",