From 1d20326ad8adf4ce5200773a9347ccbea06247cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:22:26 +0000 Subject: [PATCH] fix(deps): bump concurrently in /templates/node-vanilla 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-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/node-vanilla/package.json b/templates/node-vanilla/package.json index c2d1fc8..fbbf59b 100644 --- a/templates/node-vanilla/package.json +++ b/templates/node-vanilla/package.json @@ -20,7 +20,7 @@ "oracledb": "^6.2.0" }, "devDependencies": { - "concurrently": "^8.2.2", + "concurrently": "^9.1.2", "eslint-plugin-node": "^11.1.0", "vite": "^5.0.8" }