diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d5f5ffb2..e1bf65da 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitest/coverage-v8": "^2.1.4", "@vue/test-utils": "^2.4.6", - "concurrently": "^9.0.1", + "concurrently": "^9.1.0", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-vue": "^9.30.0", @@ -2810,11 +2810,10 @@ "dev": true }, "node_modules/concurrently": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz", - "integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", + "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/frontend/package.json b/frontend/package.json index 0a28d42e..7e8a0306 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitest/coverage-v8": "^2.1.4", "@vue/test-utils": "^2.4.6", - "concurrently": "^9.0.1", + "concurrently": "^9.1.0", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-vue": "^9.30.0",