From 7f53c927e1953fe75cff850e8d19b15a94a74060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:55:45 -0400 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.0.0 to 9.0.1 (#1208) Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0724b4f65..27e03087b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.16.0", "@vscode/l10n-dev": "^0.0.35", "chai": "^4.4.1", - "concurrently": "^9.0.0", + "concurrently": "^9.0.1", "cross-env": "^7.0.3", "esbuild": "^0.24.0", "eslint": "^8.57.0", @@ -2606,9 +2606,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.0.tgz", - "integrity": "sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz", + "integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 3e5a262ce..6bdc78d63 100644 --- a/package.json +++ b/package.json @@ -1113,7 +1113,7 @@ "@typescript-eslint/parser": "^7.16.0", "@vscode/l10n-dev": "^0.0.35", "chai": "^4.4.1", - "concurrently": "^9.0.0", + "concurrently": "^9.0.1", "esbuild": "^0.24.0", "cross-env": "^7.0.3", "eslint": "^8.57.0",