From beecfa6b6eb735a72e06e4c3768b48a7a1f6dddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:16:45 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 9.0.2 to 9.0.3 in /webui Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-run-all2/compare/v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 20 ++++++++++---------- webui/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index b74341a..0f13082 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -24,7 +24,7 @@ "@vant/auto-import-resolver": "^1.3.0", "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", - "npm-run-all2": "^9.0.2", + "npm-run-all2": "^9.0.3", "typescript": "~7.0.2", "unplugin-auto-import": "^21.0.0", "unplugin-vue-components": "^32.1.0", @@ -958,7 +958,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/@types/js-yaml": { @@ -1658,13 +1658,13 @@ "license": "MIT" }, "node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-7.0.0.tgz", + "integrity": "sha512-kKvt3m4uwzqL0wlkPd09CmljPJGOZZ4D0fP65sqFSvPkMRKhNi+74MgIJ5QxE6SxqB4t4KyUFGg8+n5zjo6hew==", "dev": true, "license": "MIT", "engines": { - "node": ">=12" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -2635,13 +2635,13 @@ } }, "node_modules/npm-run-all2": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.2.tgz", - "integrity": "sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.3.tgz", + "integrity": "sha512-BQAEdU1PtYc48qYRdghW2BVTQT3VqWCoFQmO87NlM1h1PYwMCKQpUWaNyB20V26caNzFsXQDfyOdznLlHCih6g==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", + "ansi-styles": "^7.0.0", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", "picomatch": "^4.0.2", diff --git a/webui/package.json b/webui/package.json index ee4624a..8075ee7 100644 --- a/webui/package.json +++ b/webui/package.json @@ -27,7 +27,7 @@ "@vant/auto-import-resolver": "^1.3.0", "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", - "npm-run-all2": "^9.0.2", + "npm-run-all2": "^9.0.3", "typescript": "~7.0.2", "unplugin-auto-import": "^21.0.0", "unplugin-vue-components": "^32.1.0",