diff --git a/package-lock.json b/package-lock.json index a8187da..7b5127e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3", - "concurrently": "^9.0.1", + "concurrently": "^9.1.2", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.6.1", @@ -5420,11 +5420,10 @@ "license": "MIT" }, "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.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 b433ad8..fbab0a0 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3", - "concurrently": "^9.0.1", + "concurrently": "^9.1.2", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.6.1",