From 5296b95723b9a5ce2eff9015d5fc63e6d14fddc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:09:54 +0100 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to ^6.2.6 (#3216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5aa1467276..7607526cd0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "localtunnel": "^2.0.2", - "npm-run-all2": "^6.1.2", + "npm-run-all2": "^6.2.6", "prettier": "^3.2.5", "typescript": "^5.4.3", "uuid": "^9.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34876057d3..50dced7596 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 npm-run-all2: - specifier: ^6.1.2 - version: 6.1.2 + specifier: ^6.2.6 + version: 6.2.6 prettier: specifier: ^3.2.5 version: 3.2.5 @@ -15493,9 +15493,9 @@ packages: semver: 7.6.3 dev: true - /npm-run-all2@6.1.2: - resolution: {integrity: sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>= 8'} + /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 dependencies: ansi-styles: 6.2.1 @@ -15505,6 +15505,7 @@ packages: pidtree: 0.6.0 read-package-json-fast: 3.0.2 shell-quote: 1.8.0 + which: 3.0.1 dev: true /npm-run-path@4.0.1: