From bab6a6c3c9ecd24ebeb8be1720a0111a17429e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:29:19 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.2.6 (#32187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4272e9c1ab..e1bb5b374c 100644 --- a/package.json +++ b/package.json @@ -335,7 +335,7 @@ "markdownlint-cli2": "0.14.0", "memfs": "4.14.0", "nock": "13.5.5", - "npm-run-all2": "6.2.4", + "npm-run-all2": "6.2.6", "nyc": "17.1.0", "pretty-format": "29.7.0", "rimraf": "6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7bf2f171c..939436aa34 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -578,8 +578,8 @@ importers: specifier: 13.5.5 version: 13.5.5 npm-run-all2: - specifier: 6.2.4 - version: 6.2.4 + specifier: 6.2.6 + version: 6.2.6 nyc: specifier: 17.1.0 version: 17.1.0 @@ -4728,8 +4728,8 @@ packages: resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-run-all2@6.2.4: - resolution: {integrity: sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw==} + npm-run-all2@6.2.6: + resolution: {integrity: sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==} engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} hasBin: true @@ -11741,7 +11741,7 @@ snapshots: npm-normalize-package-bin@3.0.1: {} - npm-run-all2@6.2.4: + npm-run-all2@6.2.6: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.3 -- GitLab