From 0f4cebee0a7a7231c81cde83b8c0f6175904e9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:58:57 +0000 Subject: [PATCH] fix(deps): bump concurrently in /templates/node-react-todo Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/node-react-todo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/node-react-todo/package.json b/templates/node-react-todo/package.json index 2d19906..4fcc553 100644 --- a/templates/node-react-todo/package.json +++ b/templates/node-react-todo/package.json @@ -23,7 +23,7 @@ "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", - "concurrently": "^8.2.2", + "concurrently": "^9.1.2", "eslint": "^8.55.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.34.0",