From 88d04145d422e54d9768fec9f989247c90b6bc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:11: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.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.1) --- 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..c35ed20 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.0.1", "eslint-plugin-node": "^11.1.0", "vite": "^5.0.8" }