diff --git a/package-lock.json b/package-lock.json index aa2ab58..34ae345 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 4bd77a8..c9de745 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",