From 65b7cc07b451fed25654f13dc9200625c8de3be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:21:57 +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 1e40e63..ac998a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@shockpkg/icon-encoder": "^3.1.1", "@tailwindcss/typography": "^0.5.10", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "heroicons": "^2.0.18", "html-minifier-terser": "^7.2.0", "pretty": "^2.0.0", @@ -896,9 +896,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 40dcbf3..5aa4e4b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@shockpkg/icon-encoder": "^3.1.1", "@tailwindcss/typography": "^0.5.10", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "heroicons": "^2.0.18", "html-minifier-terser": "^7.2.0", "pretty": "^2.0.0",