From 773fbee4b6236dfc67624591667d4e58cffdb3e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:05:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a17647afaca..7b3e5b4db33 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ }, "dependencies": { "body-parser": "^1.19.0", - "check-dependencies": "^1.1.0", + "check-dependencies": "^2.0.0", "clarinet": "^0.12.4", "colors": "1.4.0", "compression": "^1.7.4",