From 1fc5a4076e88ab5f4e4cc17b25bb9a1fdcba8a68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 01:23:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05c8764..1bdc5de 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "services/*" ], "dependencies": { - "concurrently": "^6.0.0" + "concurrently": "^6.2.2" } }