From 1cb2e1dd3e1c5541389a12321dc3c5086f7f19e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:04:12 +0000 Subject: [PATCH] Bump concurrently from 9.0.1 to 9.1.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.1 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8187da..7b5127e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3", - "concurrently": "^9.0.1", + "concurrently": "^9.1.2", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.6.1", @@ -5420,11 +5420,10 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz", - "integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", + "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index b433ad8..fbab0a0 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3", - "concurrently": "^9.0.1", + "concurrently": "^9.1.2", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.6.1",