From 8a8f46563fa87b94a458e682ca9afc6799a03197 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 10:26:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9c1bc3d1..b18c7ea04 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react-router-dom": "^5.2.0", "react-transition-group": "^4.4.1", "uuid": "^8.3.0", - "validator": "^13.9.0", + "validator": "^13.15.22", "webextension-polyfill": "^0.10.0", "xregexp": "^5.1.2" },