From d86e2a17e8abb87fb8aca8eb9104dac449463b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:53:10 +0000 Subject: [PATCH] Bump concurrently from 8.2.2 to 9.0.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 664c3a5..9537a9c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/select-studios/Select-Launcher#readme", "devDependencies": { - "concurrently": "^8.2.2" + "concurrently": "^9.0.1" }, "dependencies": { "@tailwindcss/typography": "^0.5.12",