diff --git a/package.json b/package.json index 94c5cd13..ea4c21fb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@d-zero/tsconfig": "0.4.1", "husky": "9.1.7", "lerna": "8.2.2", - "npm-run-all2": "8.0.2", + "npm-run-all2": "8.0.3", "typescript": "5.8.3", "vitest": "3.1.4" }, diff --git a/packages/@d-zero/scaffold/package.json b/packages/@d-zero/scaffold/package.json index ea03d717..e0e29efa 100644 --- a/packages/@d-zero/scaffold/package.json +++ b/packages/@d-zero/scaffold/package.json @@ -44,7 +44,7 @@ "@types/node": "22.15.19", "cross-env": "7.0.3", "husky": "9.1.7", - "npm-run-all2": "8.0.2", + "npm-run-all2": "8.0.3", "sass": "1.89.0", "typescript": "5.8.3", "vitest": "3.1.4" diff --git a/yarn.lock b/yarn.lock index 1ff732bf..04d18f74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8845,7 +8845,7 @@ min-indent@^1.0.0, min-indent@^1.0.1: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -minimatch@10.0.1, minimatch@^10.0.0: +minimatch@10.0.1, minimatch@^10.0.0, minimatch@^10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== @@ -9294,15 +9294,15 @@ npm-registry-fetch@^17.0.0, npm-registry-fetch@^17.0.1, npm-registry-fetch@^17.1 npm-package-arg "^11.0.0" proc-log "^4.0.0" -npm-run-all2@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.2.tgz#637cc8162d58a588dac3596e4ec4bf85937c5158" - integrity sha512-yU70kTcohhAETxUjJQxTdQbaDJWCyv+DlKHEWdOifxZ0hZUKRh26mY2mfzlPxfGbsTRbgBuEHeakB6wx0CvVaQ== +npm-run-all2@8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.3.tgz#7b836ae3b1ede7ab942aceb88f188aaaa528ddfc" + integrity sha512-0mAycidMUMThrLt8AT3LGtOMgfLaMg6/4oUKHTKMU0jDSIsdKBsKp98H8zBFcJylQC4CtOB140UUFbOlFyE9gA== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.6" memorystream "^0.3.1" - picomatch "^4.0.2" + minimatch "^10.0.1" pidtree "^0.6.0" read-package-json-fast "^4.0.0" shell-quote "^1.7.3"