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",