From 5809657df9601ebf961a5276bf65f4a27a97be9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:13:41 -0800 Subject: [PATCH] build(deps): update dependency concurrently to v9.1.1 (#11168) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`9.1.0` -> `9.1.1`](https://renovatebot.com/diffs/npm/concurrently/9.1.0/9.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/concurrently/9.1.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/9.1.0/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
open-cli-tools/concurrently (concurrently) ### [`v9.1.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v9.1.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1) ##### What's Changed - fix: support Deno's JSON with comments configuration by [@​mahtaran](https://redirect.github.com/mahtaran) in [https://github.com/open-cli-tools/concurrently/pull/523](https://redirect.github.com/open-cli-tools/concurrently/pull/523) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1
--- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: renovate[bot] <29139614+renovate[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 1b1d0794739..05448fff15c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "cheerio": "1.0.0", "chokidar": "4.0.3", "chromatic": "11.20.2", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0", "cpy-cli": "5.0.0", @@ -11338,9 +11338,9 @@ } }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", + "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cd19c248505..3e2ff744157 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "cheerio": "1.0.0", "chokidar": "4.0.3", "chromatic": "11.20.2", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "conventional-changelog-conventionalcommits": "7.0.2", "cpy": "11.1.0", "cpy-cli": "5.0.0",