From 29dc675cbd47aabdffb87e424153f9e2935bb993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:47:09 +0000 Subject: [PATCH] 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.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 447e991..8a8bbc5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@11ty/eleventy": "^3.0.0", "autoprefixer": "^10.4.20", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "eleventy-plugin-reading-time": "^0.0.1", "markdown-it-prism": "^2.3.0", "postcss": "^8.4.49", diff --git a/yarn.lock b/yarn.lock index 4ae0f80..266f8f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -703,9 +703,9 @@ __metadata: languageName: node linkType: hard -"concurrently@npm:^9.1.0": - version: 9.1.0 - resolution: "concurrently@npm:9.1.0" +"concurrently@npm:^9.1.2": + version: 9.1.2 + resolution: "concurrently@npm:9.1.2" dependencies: chalk: "npm:^4.1.2" lodash: "npm:^4.17.21" @@ -717,7 +717,7 @@ __metadata: bin: conc: dist/bin/concurrently.js concurrently: dist/bin/concurrently.js - checksum: f2f42f94dde508bfbaf47b5ac654db9e8a4bf07d3d7b6267dd058ae6f362eec677ae7c8ede398d081e5fd0d1de5811dc9a53e57d3f1f68e72ac6459db9e0896b + checksum: 88e00269366aa885ca2b97fd53b04e7af2b0f31774d991bfc0e88c0de61cdebdf115ddacc9c897fbd1f1b90369014637fa77045a171d072a75693332b36dcc70 languageName: node linkType: hard @@ -956,7 +956,7 @@ __metadata: dependencies: "@11ty/eleventy": "npm:^3.0.0" autoprefixer: "npm:^10.4.20" - concurrently: "npm:^9.1.0" + concurrently: "npm:^9.1.2" eleventy-plugin-reading-time: "npm:^0.0.1" markdown-it-prism: "npm:^2.3.0" postcss: "npm:^8.4.49"