From 68ec5a0052f83ce75796b75a26176ab8fba6fdc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:24:09 +0000 Subject: [PATCH] Update dependency npm-run-all2 to v6.2.3 --- docs/package.json | 2 +- pnpm-lock.yaml | 23 ++++++++--------------- test-app/package.json | 2 +- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/docs/package.json b/docs/package.json index 0f7c23d1..16d7c2aa 100644 --- a/docs/package.json +++ b/docs/package.json @@ -69,7 +69,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-qunit": "8.1.2", "loader.js": "4.7.0", - "npm-run-all2": "6.2.2", + "npm-run-all2": "6.2.3", "prettier": "3.3.3", "qunit": "2.22.0", "qunit-dom": "3.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da0eba42..e1ae0bc9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,8 +145,8 @@ importers: specifier: 4.7.0 version: 4.7.0 npm-run-all2: - specifier: 6.2.2 - version: 6.2.2 + specifier: 6.2.3 + version: 6.2.3 prettier: specifier: 3.3.3 version: 3.3.3 @@ -377,8 +377,8 @@ importers: specifier: 4.7.0 version: 4.7.0 npm-run-all2: - specifier: 6.2.2 - version: 6.2.2 + specifier: 6.2.3 + version: 6.2.3 prettier: specifier: 3.3.3 version: 3.3.3 @@ -12502,7 +12502,7 @@ packages: dependencies: foreground-child: 3.2.1 jackspeak: 3.4.0 - minimatch: 9.0.4 + minimatch: 9.0.5 minipass: 7.1.2 package-json-from-dist: 1.0.0 path-scurry: 1.11.1 @@ -14591,13 +14591,6 @@ packages: dependencies: brace-expansion: 2.0.1 - /minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} - engines: {node: '>=16 || 14 >=14.17'} - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -15013,15 +15006,15 @@ packages: semver: 7.6.2 dev: true - /npm-run-all2@6.2.2: - resolution: {integrity: sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==} + /npm-run-all2@6.2.3: + resolution: {integrity: sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==} engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} hasBin: true dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.3 memorystream: 0.3.1 - minimatch: 9.0.4 + minimatch: 9.0.5 pidtree: 0.6.0 read-package-json-fast: 3.0.2 shell-quote: 1.8.1 diff --git a/test-app/package.json b/test-app/package.json index b620b101..c602b6c4 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -62,7 +62,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-qunit": "8.1.2", "loader.js": "4.7.0", - "npm-run-all2": "6.2.2", + "npm-run-all2": "6.2.3", "prettier": "3.3.3", "qunit": "2.22.0", "qunit-dom": "3.1.2",