From a3860e92f162031b2f5246d123bba90dc2e55402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 02:13:46 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.2.2 --- 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 eb953af..f2c7ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "favicons": "7.2.0", "favicons-webpack-plugin": "6.0.1", "html-validate": "8.20.1", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.2", "postcss-loader": "8.1.1", "prettier": "3.3.2", "sass": "1.77.6", @@ -7685,9 +7685,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.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", + "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", "dev": true, "license": "MIT", "dependencies": { @@ -7706,7 +7706,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" } }, @@ -7734,9 +7734,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 20e3798..450b93c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "favicons": "7.2.0", "favicons-webpack-plugin": "6.0.1", "html-validate": "8.20.1", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.2", "postcss-loader": "8.1.1", "prettier": "3.3.2", "sass": "1.77.6",