From 73aa0dd28776f8e72535e7e4ddb74c212420f70a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2024 08:36:21 +0000 Subject: [PATCH] feat: upgrade concurrently from 8.2.2 to 9.0.0 Snyk has created this PR to upgrade concurrently from 8.2.2 to 9.0.0. See this package in npm: concurrently See this project in Snyk: https://app.snyk.io/org/anthonyspencer88/project/906b63e1-b8ec-4025-94d0-86d917d2b8bb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38e2ef1..8acfbc6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/react": "^18", "@types/react-dom": "^18.2.18", "chart.js": "^4.4.1", - "concurrently": "^8.2.2", + "concurrently": "^9.0.0", "contrast-color": "^1.0.1", "history": "^5.0.0", "install": "^0.13.0",