From b3ddb12c0d1012255db68964b4bd6e911e8a19ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:01:09 +0000 Subject: [PATCH] Bump concurrently from 7.6.0 to 9.0.0 in /Auth/LearningHub.Nhs.Auth Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 9.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v9.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/LearningHub.Nhs.Auth/package.json b/Auth/LearningHub.Nhs.Auth/package.json index 0b3f13e..eebee43 100644 --- a/Auth/LearningHub.Nhs.Auth/package.json +++ b/Auth/LearningHub.Nhs.Auth/package.json @@ -20,7 +20,7 @@ ], "dependencies": { "babel-polyfill": "^6.26.0", - "concurrently": "^7.2.0", + "concurrently": "^9.0.0", "core-js": "^3.6.5", "nhsuk-frontend": "^8.2.0", "node": "^12.19.1"