diff --git a/package-lock.json b/package-lock.json index 58359d9..391124e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.43.0", - "concurrently": "^7.5.0", + "concurrently": "^7.6.0", "eslint": "^8.28.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-only-warn": "^1.0.3", @@ -754,9 +754,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", - "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz", + "integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -3780,9 +3780,9 @@ "dev": true }, "concurrently": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", - "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz", + "integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index e2742e7..50b2cf4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "UNLICENSED", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.43.0", - "concurrently": "^7.5.0", + "concurrently": "^7.6.0", "eslint": "^8.28.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-only-warn": "^1.0.3",