From e2d397022da927670f838bac7fdc22980d0999f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 02:21:32 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v8 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7e20f5c..27b79b9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-vue": "~10.0.0", "globals": "^16.0.0", "jiti": "^2.4.2", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.1", "oxlint": "^0.16.5", "prettier": "3.5.3", "typescript": "~5.8.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0ef9c62..a792a08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: ^2.4.2 version: 2.4.2 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.1 + version: 8.0.1 oxlint: specifier: ^0.16.5 version: 0.16.5 @@ -578,6 +578,10 @@ packages: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 ||>=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -599,9 +603,9 @@ packages: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 ||>=20.5.0} - npm-run-all2@7.0.2: - resolution: {integrity: sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==} - engines: {node: ^18.17.0 ||>=20.5.0, npm: '>= 9'} + npm-run-all2@8.0.1: + resolution: {integrity: sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==} + engines: {node: ^20.5.0 ||>=22.0.0, npm: '>= 10'} hasBin: true nth-check@2.1.1: @@ -1299,6 +1303,10 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -1317,12 +1325,12 @@ snapshots: npm-normalize-package-bin@4.0.0: {} - npm-run-all2@7.0.2: + npm-run-all2@8.0.1: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.6 memorystream: 0.3.1 - minimatch: 9.0.5 + minimatch: 10.0.1 pidtree: 0.6.0 read-package-json-fast: 4.0.0 shell-quote: 1.8.1