From 2c7ac9a7980fce35fe299d9a4356d917a3b74105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:48:10 +0000 Subject: [PATCH] Bump concurrently from 8.2.1 to 8.2.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc9e476..b380ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/compression": "^1.7.3", "@types/express": "^4.17.19", "@types/node": "^20.8.7", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "svelte": "^4.2.1", "svelte-check": "^3.5.2", "tslib": "^2.6.2", @@ -1196,9 +1196,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", - "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.2.tgz", + "integrity": "sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 49ab047..f31a619 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/compression": "^1.7.3", "@types/express": "^4.17.19", "@types/node": "^20.8.7", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "svelte": "^4.2.1", "svelte-check": "^3.5.2", "tslib": "^2.6.2",