From 05e321fafdb8f601b6c10ad1edd07048f26bcd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:29:59 +0100 Subject: [PATCH] Bump npm-run-all2 from 7.0.1 to 7.0.2 in /frontend (#12) Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 7.0.1 to 7.0.2. - [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/v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hannes Michalek --- frontend/package-lock.json | 11 +++++------ frontend/package.json | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 991795a..0e9a588 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-vue": "^9.30.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.3.3", "typescript": "~5.6.3", "vite": "^6.0.1", @@ -5381,14 +5381,13 @@ } }, "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/frontend/package.json b/frontend/package.json index e6fbd68..64b177b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-vue": "^9.30.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.3.3", "typescript": "~5.6.3", "vite": "^6.0.1", @@ -51,4 +51,4 @@ "vitest": "^2.1.5", "vue-tsc": "^2.1.10" } -} \ No newline at end of file +}