From 73b9b3e959b6c118f5a20b6340999909b211a05c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:38:30 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v7.0.2 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78c17e6ca..ea6f823fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "memfs": "4.15.0", "minimatch": "10.0.1", "npm-pkg-lint": "3.10.6", - "npm-run-all2": "7.0.1", + "npm-run-all2": "7.0.2", "rollup": "4.28.1", "rollup-plugin-esbuild": "6.1.1", "rollup-plugin-visualizer": "5.12.0", @@ -16341,14 +16341,14 @@ } }, "node_modules/npm-run-all2": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz", - "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.2.tgz", + "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==", "dev": true, "license": "MIT", "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", diff --git a/package.json b/package.json index 0c7c10d3b..5b43ecf31 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "memfs": "4.15.0", "minimatch": "10.0.1", "npm-pkg-lint": "3.10.6", - "npm-run-all2": "7.0.1", + "npm-run-all2": "7.0.2", "rollup": "4.28.1", "rollup-plugin-esbuild": "6.1.1", "rollup-plugin-visualizer": "5.12.0",