diff --git a/package-lock.json b/package-lock.json index 79936fc..2717a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^8.18.2", "ava": "^6.2.0", "c8": "^10.1.3", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsonc": "^2.18.2", @@ -1769,11 +1769,10 @@ } }, "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, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index ed7ab33..a7691a3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/parser": "^8.18.2", "ava": "^6.2.0", "c8": "^10.1.3", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsonc": "^2.18.2",