Update dependency concurrently to v9.1.2
Some checks failed
Run Tests / Prepare environment (pull_request) Successful in 10m29s
Run Tests / Run E2E tests (chrome) (pull_request) Failing after 14m31s
Run Tests / Run unit tests (pull_request) Failing after 17m1s
Run Tests / Run E2E tests (edge) (pull_request) Failing after 17m21s
Run Tests / Run E2E tests (firefox) (pull_request) Failing after 17m20s
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate Bot 2025-03-06 11:03:49 +00:00
parent 38cdcd53d9
commit a75d544805

7
package-lock.json generated
View file

@ -4113,10 +4113,11 @@
"license": "MIT"
},
"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",