From d6e653606db65f416769033c010774da862f2247 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:56:40 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v5.0.2 --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e8dca7f072..9cab3a4fe7 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "husky": "9.0.6", "lint-staged": "15.2.0", "node-fetch": "3.3.2", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "picocolors": "1.0.0", "postcss": "8.4.33", "postcss-html": "1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f3398c868..27080e4a92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -200,8 +200,8 @@ devDependencies: specifier: 3.3.2 version: 3.3.2 npm-run-all2: - specifier: 5.0.0 - version: 5.0.0 + specifier: 5.0.2 + version: 5.0.2 picocolors: specifier: 1.0.0 version: 1.0.0 @@ -2337,6 +2337,11 @@ packages: color-convert: 2.0.1 dev: true + /ansi-styles@5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + dev: true + /ansi-styles@6.2.1: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} @@ -4847,12 +4852,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /npm-run-all2@5.0.0: - resolution: {integrity: sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==} + /npm-run-all2@5.0.2: + resolution: {integrity: sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==} engines: {node: '>= 10'} hasBin: true dependencies: - ansi-styles: 4.3.0 + ansi-styles: 5.2.0 cross-spawn: 7.0.3 memorystream: 0.3.1 minimatch: 3.1.2