diff --git a/package-lock.json b/package-lock.json index 4f49003b6..9219054ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "@typescript-eslint/parser": "^8.67.0", "@vitest/coverage-v8": "^4.1.11", "chalk": "^6.0.0", - "concurrently": "^10.0.4", + "concurrently": "^10.0.5", "dotenv": "^16.5.0", "eslint": "^10.9.1", "eslint-config-next": "^16.3.3", @@ -7508,7 +7508,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "10.0.4", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.5.tgz", + "integrity": "sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5c194b56e..e4c586fb0 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "@typescript-eslint/parser": "^8.67.0", "@vitest/coverage-v8": "^4.1.11", "chalk": "^6.0.0", - "concurrently": "^10.0.4", + "concurrently": "^10.0.5", "dotenv": "^16.5.0", "eslint": "^10.9.1", "eslint-config-next": "^16.3.3",