From c25647dc26bd501b590558dd4deec1573550ac48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:20:52 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v8.2.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84f0a86b..3fa138c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@stencil/core": "^4.0.2" + "@stencil/core": "4.0.2" }, "devDependencies": { "@babel/core": "7.22.5", @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "5.60.1", "babel-loader": "9.1.3", "codecov": "3.8.3", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "copy-webpack-plugin": "11.0.0", "eslint": "8.50.0", "eslint-plugin-import": "2.27.5", @@ -12997,9 +12997,9 @@ } }, "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", @@ -37795,9 +37795,9 @@ } }, "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/package.json b/package.json index eb3fe312..05a4cedd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/parser": "5.60.1", "babel-loader": "9.1.3", "codecov": "3.8.3", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "copy-webpack-plugin": "11.0.0", "eslint": "8.50.0", "eslint-plugin-import": "2.27.5",