From 81f3a06d6310e100caaee5b737a4aed1b88956a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:47:26 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.1.0 to 9.1.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.0 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 3907b61..af9a90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/node": "~20.16.5", "@typescript-eslint/eslint-plugin": "~8.19.0", "@typescript-eslint/parser": "~8.19.0", - "concurrently": "~9.1.0", + "concurrently": "~9.1.2", "eslint": "~8.57.0", "eslint-config-prettier": "~9.1.0", "eslint-import-resolver-typescript": "~3.7.0", @@ -3991,9 +3991,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", + "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 4bbd470..2a3cbdc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "~20.16.5", "@typescript-eslint/eslint-plugin": "~8.19.0", "@typescript-eslint/parser": "~8.19.0", - "concurrently": "~9.1.0", + "concurrently": "~9.1.2", "eslint": "~8.57.0", "eslint-config-prettier": "~9.1.0", "eslint-import-resolver-typescript": "~3.7.0",