From 26bdba9d4cc50d0caffed6fd88f231703bb378e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:00:46 +0000 Subject: [PATCH] Update dependency concurrently to v8.2.1 --- apps/admin-x-settings/package.json | 2 +- apps/comments-ui/package.json | 2 +- apps/portal/package.json | 2 +- apps/signup-form/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/admin-x-settings/package.json b/apps/admin-x-settings/package.json index 60e01d1838..869919a927 100644 --- a/apps/admin-x-settings/package.json +++ b/apps/admin-x-settings/package.json @@ -72,7 +72,7 @@ "@types/validator": "13.11.1", "@vitejs/plugin-react": "4.0.4", "autoprefixer": "10.4.15", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.3", "eslint-plugin-tailwindcss": "3.13.0", diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index c8dd59b511..9dbc0fecf0 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -66,7 +66,7 @@ "@vitest/coverage-v8": "0.33.0", "autoprefixer": "10.4.15", "bson-objectid": "2.0.4", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.3", "eslint-plugin-tailwindcss": "3.13.0", diff --git a/apps/portal/package.json b/apps/portal/package.json index e15922a327..3e246fba4a 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -88,7 +88,7 @@ "@vitejs/plugin-react": "4.0.4", "@vitest/coverage-v8": "0.33.0", "@vitest/ui": "0.33.0", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "cross-fetch": "4.0.0", "eslint-plugin-i18next": "6.0.3", "jsdom": "22.1.0", diff --git a/apps/signup-form/package.json b/apps/signup-form/package.json index 58e56840fc..59297ea45d 100644 --- a/apps/signup-form/package.json +++ b/apps/signup-form/package.json @@ -53,7 +53,7 @@ "@types/react-dom": "18.2.7", "@vitejs/plugin-react": "4.0.4", "autoprefixer": "10.4.15", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.3", "eslint-plugin-tailwindcss": "3.13.0", diff --git a/package.json b/package.json index 5531d63525..1ba3092d4b 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "*.js": "eslint" }, "devDependencies": { - "concurrently": "8.2.0", + "concurrently": "8.2.1", "eslint": "8.44.0", "eslint-plugin-ghost": "3.3.0", "eslint-plugin-react": "7.33.0", diff --git a/yarn.lock b/yarn.lock index 86534b2eda..df941159af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12334,10 +12334,10 @@ concat-stream@^1.4.4, concat-stream@^1.5.0, concat-stream@^1.5.2, concat-stream@ readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.0.tgz#cdc9f621a4d913366600355d68254df2c5e782f3" - integrity sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA== +concurrently@8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.1.tgz#bcab9cacc38c23c503839583151e0fa96fd5b584" + integrity sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ== dependencies: chalk "^4.1.2" date-fns "^2.30.0"