From 5b23571ae2b89671046d2f961bd72e6713639f5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:07:30 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v5.0.2 --- package-lock.json | 41 +++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7eaf4c9f..372a89f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@commitlint/cli": "12.0.1", "@commitlint/config-conventional": "7.0.1", "@masterodin/publisher": "0.10.0", - "@microsoft/api-documenter": "^7.30.5", + "@microsoft/api-documenter": "7.30.5", "@microsoft/api-extractor": "7.58.7", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -51,7 +51,7 @@ "eslint-plugin-prettier": "3.0.1", "jest": "29.7.0", "nock": "13.5.4", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "package-json-reducer": "1.0.18", "prettier": "2.3.0", "semantic-release": "25.0.3", @@ -10387,13 +10387,13 @@ } }, "node_modules/npm-run-all2": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-5.0.0.tgz", - "integrity": "sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-5.0.2.tgz", + "integrity": "sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.2.1", + "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", "minimatch": "^3.0.4", @@ -10410,6 +10410,19 @@ "node": ">= 10" } }, + "node_modules/npm-run-all2/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/npm-run-all2/node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -14283,22 +14296,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/semantic-release/node_modules/typescript": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/semantic-release/node_modules/wrap-ansi": { "version": "9.0.2", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", diff --git a/package.json b/package.json index 15a9b78a..1a4f82b4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-prettier": "3.0.1", "jest": "29.7.0", "nock": "13.5.4", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "package-json-reducer": "1.0.18", "prettier": "2.3.0", "semantic-release": "25.0.3",