diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index d66df591c..1d71bbc8b 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -48,7 +48,7 @@ "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", - "concurrently": "^8.0.1", + "concurrently": "^8.1.0", "eslint": "^8.39.0", "jest": "28.1.3", "jest-environment-jsdom": "^29.5.0", @@ -6803,9 +6803,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz", - "integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.1.0.tgz", + "integrity": "sha512-0AB6eOAtaW/r/kX2lCdolaWtT191ICeuJjEJvI9hT3zbPFuZ/iZaJwMRKwbuwADome7OKxk73L7od+fsveZ7tA==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/src-ui/package.json b/src-ui/package.json index 9a8482851..faede3371 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -50,7 +50,7 @@ "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", - "concurrently": "^8.0.1", + "concurrently": "^8.1.0", "eslint": "^8.39.0", "jest": "28.1.3", "jest-environment-jsdom": "^29.5.0",