diff --git a/package-lock.json b/package-lock.json index 58d3e2b..6e66d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "notiflix": "^3.2.7", "preact": "^10.25.3", "react-helmet-async": "^2.0.5", @@ -1943,9 +1943,9 @@ "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.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", + "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 883b715..0db75e4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", - "concurrently": "^9.1.0", + "concurrently": "^9.1.1", "notiflix": "^3.2.7", "preact": "^10.25.3", "react-helmet-async": "^2.0.5",