From d65a1a84cdd8c41d948120311f7f37189f65d997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:52:36 +0000 Subject: [PATCH] Bump concurrently from 8.2.0 to 8.2.1 in /functions Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 47c0884548..4c4dbc7715 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.2", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "cpx2": "^4.2.3", "typescript": "^5.2.2" }, @@ -867,9 +867,9 @@ "devOptional": true }, "node_modules/concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -4152,9 +4152,9 @@ "devOptional": true }, "concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "requires": { "chalk": "^4.1.2", diff --git a/functions/package.json b/functions/package.json index 31759ef4aa..d213fce4f4 100644 --- a/functions/package.json +++ b/functions/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.2", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "cpx2": "^4.2.3", "typescript": "^5.2.2" }