From 20bd11176581a9fe57e54689eabff4de599bef34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:12:26 +0000 Subject: [PATCH] build(deps-dev): update npm-run-all2 requirement from ^6.0.0 to ^6.2.2 Updates the requirements on [npm-run-all2](https://github.com/bcomnes/npm-run-all2) to permit the latest version. - [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.0.0...v6.2.2) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75cfa1e..f06e408 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", "knip": "^5.27.0", - "npm-run-all2": "^6.0.0", + "npm-run-all2": "^6.2.2", "prettier": "^3.3.3", "typescript": "^5.5.4", "typescript-eslint": "^8.0.1"