From 584b95532ae9c7b2f9559fa103e3b98c8199d8aa Mon Sep 17 00:00:00 2001 From: dependabot Date: Tue, 22 Aug 2023 07:55:51 +0000 Subject: [PATCH] Dependencies: [skip ci] 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) --- 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 9e821ec..51c5928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.4.0", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "eslint": "^8.47.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-only-warn": "^1.1.0", @@ -892,9 +892,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 8bff80d..37ec8cf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "UNLICENSED", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.4.0", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "eslint": "^8.47.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-only-warn": "^1.1.0",