From 3cc01624a12105155ec7a72b3eb5c7a8b918fff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 16:17:42 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 4c22878ed202..d5e8ca6e9022 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { - "doctoc": "^2.0.0", + "doctoc": "^2.2.0", "license-checker": "^25.0.1", "npm-run-all": "^4.1.5" },