diff --git a/package-lock.json b/package-lock.json index ba717f0..741b550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@stylelint/remark-preset": "5.1.1", "eslint": "8.57.0", "eslint-config-stylelint": "21.0.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "postcss": "8.4.39", "prettier": "3.3.2", "remark-cli": "12.0.1", @@ -3544,9 +3544,9 @@ "license": "ISC" }, "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": { @@ -3565,7 +3565,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" } }, @@ -3603,9 +3603,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 b56e4e0..92980d4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@stylelint/remark-preset": "5.1.1", "eslint": "8.57.0", "eslint-config-stylelint": "21.0.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "postcss": "8.4.39", "prettier": "3.3.2", "remark-cli": "12.0.1",