From 8ae419ddc4cd98b28bf2c71cc177cf1c980126e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:47:56 +0000 Subject: [PATCH] Update dependency npm-run-all2 to v6.2.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b27dd6d..4f5f12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cpy-cli": "5.0.0", "del-cli": "5.1.0", "minify": "11.3.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "web-component-analyzer": "2.0.0" } }, @@ -3091,9 +3091,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.0.tgz", - "integrity": "sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.1.tgz", + "integrity": "sha512-eX4MWsUYOSm1FhPh9LPAWbqq2quny3u8gEEWIY4HHECi10qOyi1dNaJFCyOOv2uP05ZuTPETwS2p1GZk9oLJsw==", "dev": true, "license": "MIT", "dependencies": { @@ -3112,7 +3112,7 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^14.18.0 || >=16.0.0", + "node": "^14.18.0 || ^16.13.0 || >=18.0.0", "npm": ">= 8" } }, @@ -3140,9 +3140,9 @@ } }, "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ab49321..97571bb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cpy-cli": "5.0.0", "del-cli": "5.1.0", "minify": "11.3.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "web-component-analyzer": "2.0.0", "chokidar-cli": "3.0.0" }