diff --git a/package-lock.json b/package-lock.json index eaa6742..03f26e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^7.11.0", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.4.0", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "esbuild": "^0.24.0", "eslint": "^8.57.1", "typescript": "^5.7.2" @@ -1443,9 +1443,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", + "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 14ccedd..7a94a95 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@typescript-eslint/parser": "^7.11.0", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.4.0", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "esbuild": "^0.24.0", "eslint": "^8.57.1", "typescript": "^5.7.2"