From 852b794004d1bf89aac8039541cf8934c0b67bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:02:43 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.2.6 to 7.0.1 in /client Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.6 to 7.0.1. - [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/v6.2.6...v7.0.1) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 54cd195..9a17c1b 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^7.0.1", "postcss": "^8.4.39", "prettier": "^3.3.2", "tailwindcss": "^3.4.4",