From 97d094bdc701ee179a8a63d94d513a953e0cf828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:35:58 +0100 Subject: [PATCH] Bump concurrently from 9.1.0 to 9.1.2 (#206) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70f585780..f1edb500f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stylistic/eslint-plugin-js": "^2.11.0", "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.20", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "cssnano": "^7.0.6", "eleventy-plugin-toc": "^1.1.5", "eslint": "^9.17.0", @@ -1509,9 +1509,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", @@ -7533,9 +7533,9 @@ "dev": true }, "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, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 73b19a786..bd1a11777 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@stylistic/eslint-plugin-js": "^2.11.0", "@tailwindcss/typography": "^0.5.15", "autoprefixer": "^10.4.20", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "cssnano": "^7.0.6", "eleventy-plugin-toc": "^1.1.5", "eslint": "^9.17.0",