diff --git a/package-lock.json b/package-lock.json index 36bb033..abebfe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "codecov": "3.8.3", "lockfile-lint": "4.14.0", "ls-engines": "0.9.2", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "nyc": "17.0.0", "publint": "0.2.8", "xo": "0.28.3" @@ -10856,9 +10856,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": { @@ -10877,7 +10877,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" } }, @@ -10905,9 +10905,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 b2050de..f0f57e3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "codecov": "3.8.3", "lockfile-lint": "4.14.0", "ls-engines": "0.9.2", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "nyc": "17.0.0", "publint": "0.2.8", "xo": "0.28.3"