diff --git a/package-lock.json b/package-lock.json index 8dc61e19e..6adeb1344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@testing-library/jest-dom": "^6.4.6", "@vitest/coverage-v8": "^2.0.0", "axe-core": "4.10.2", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "cssnano": "7.0.6", "cypress": "13.17.0", "cypress-axe": "1.5.0", @@ -4282,9 +4282,9 @@ } }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", + "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7cd3db92a..aee354180 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/jest-dom": "^6.4.6", "@vitest/coverage-v8": "^2.0.0", "axe-core": "4.10.2", - "concurrently": "9.1.0", + "concurrently": "9.1.1", "cssnano": "7.0.6", "cypress": "13.17.0", "cypress-axe": "1.5.0",