From 645af715ff83b98b0675eb7a15e8bf9afe519fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:58:39 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.0.1 to 8.2.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integrations/remix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/remix/package.json b/integrations/remix/package.json index 487ce3f..20a8bf8 100644 --- a/integrations/remix/package.json +++ b/integrations/remix/package.json @@ -28,7 +28,7 @@ "@types/react": "18.2.18", "@types/react-dom": "18.2.6", "autoprefixer": "10.4.14", - "concurrently": "8.0.1", + "concurrently": "8.2.1", "postcss": "8.4.23", "tailwindcss": "3.3.2" }