From f7e2bc813551aa8a6f5b6d8b2936f2122d6edfb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:12:24 +0000 Subject: [PATCH] Update dependency concurrently to v9.2.3 --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d5933fa1..31f1bc60 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@angular/compiler-cli": "19.1.7", "@angular/core": "13.3.0", "@rollup/plugin-babel": "6.0.4", - "concurrently": "9.2.0", + "concurrently": "9.2.3", "esm-bundle-scripts": "1.2.0", "husky": "9.1.7", "karma": "6.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef304f51..9880ded6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ specifiers: '@angular/compiler-cli': 19.1.7 '@angular/core': 13.3.0 '@rollup/plugin-babel': 6.0.4 - concurrently: 9.2.0 + concurrently: 9.2.3 esm-bundle-scripts: 1.2.0 husky: 9.1.7 karma: 6.4.4 @@ -32,7 +32,7 @@ devDependencies: '@angular/compiler-cli': 19.1.7_txriroh6tkevr66bmierpycy6a '@angular/core': 13.3.0_rxjs@7.8.2 '@rollup/plugin-babel': 6.0.4_rollup@4.46.2 - concurrently: 9.2.0 + concurrently: 9.2.3 esm-bundle-scripts: 1.2.0 husky: 9.1.7 karma: 6.4.4 @@ -2743,15 +2743,14 @@ packages: yargs: 13.3.2 dev: true - /concurrently/9.2.0: - resolution: {integrity: sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==} + /concurrently/9.2.3: + resolution: {integrity: sha512-ihjs0E2SxvDgq/MK418hX6YycQgKhsqxpbZuZbHo0yKfqDWdymWMjWYIpCIzqDDLLKClHlXev8whW/8WXmJ0BA==} engines: {node: '>=18'} hasBin: true dependencies: chalk: 4.1.2 - lodash: 4.17.21 rxjs: 7.8.2 - shell-quote: 1.8.1 + shell-quote: 1.8.4 supports-color: 8.1.1 tree-kill: 1.2.2 yargs: 17.7.2 @@ -7758,8 +7757,9 @@ packages: engines: {node: '>=8'} dev: true - /shell-quote/1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + /shell-quote/1.8.4: + resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==} + engines: {node: '>= 0.4'} dev: true /shelljs/0.8.4: