diff --git a/package.json b/package.json index 706203a36e..5e73530754 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "karma-sourcemap-loader": "0.4.0", "lint-staged": "15.2.11", "marked": "^2.0.3", - "npm-run-all2": "7.0.1", + "npm-run-all2": "7.0.2", "octokit": "4.0.2", "patch-package": "^8.0.0", "prettier": "3.4.2", diff --git a/yarn.lock b/yarn.lock index a567f225a7..345551a640 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8864,6 +8864,15 @@ cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" +cross-spawn@^7.0.6: + version "7.0.6" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + css-functions-list@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.3.tgz#95652b0c24f0f59b291a9fc386041a19d4f40dbe" @@ -13962,13 +13971,13 @@ npm-registry-fetch@^18.0.0: npm-package-arg "^12.0.0" proc-log "^5.0.0" -npm-run-all2@7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.1.tgz#7a20f65d072db4a880802d4ba5cd19566daef752" - integrity sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ== +npm-run-all2@7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c" + integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA== dependencies: ansi-styles "^6.2.1" - cross-spawn "^7.0.3" + cross-spawn "^7.0.6" memorystream "^0.3.1" minimatch "^9.0.0" pidtree "^0.6.0"