From 8ee3099252bc9f17ee585a96ea325b53724fb9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:25:12 +0000 Subject: [PATCH] Bump concurrently from 8.2.0 to 8.2.1 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] --- 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 246a20d..fab0eb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@shockpkg/icon-encoder": "^2.1.3", "@tailwindcss/typography": "^0.5.9", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "heroicons": "^2.0.18", "html-minifier-terser": "^7.2.0", "pretty": "^2.0.0", @@ -906,9 +906,9 @@ "dev": 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", diff --git a/package.json b/package.json index f744c47..16c3813 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@shockpkg/icon-encoder": "^2.1.3", "@tailwindcss/typography": "^0.5.9", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "heroicons": "^2.0.18", "html-minifier-terser": "^7.2.0", "pretty": "^2.0.0",