From 7a1b708e245b7e0d7fe3d6c5f9b832a6a7c2e5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:35:03 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 7.4.0 to 7.5.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e35fcb..91cef6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "~16.11.68", "@typescript-eslint/parser": "^5.40.1", "@vercel/ncc": "^0.34.0", - "concurrently": "^7.4.0", + "concurrently": "^7.5.0", "eslint": "^8.25.0", "eslint-plugin-github": "^4.4.0", "eslint-plugin-jest": "^27.1.3", @@ -2356,9 +2356,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", - "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", + "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -8643,9 +8643,9 @@ "dev": true }, "concurrently": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", - "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", + "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index bafef3a..b9b1f77 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "~16.11.68", "@typescript-eslint/parser": "^5.40.1", "@vercel/ncc": "^0.34.0", - "concurrently": "^7.4.0", + "concurrently": "^7.5.0", "eslint": "^8.25.0", "eslint-plugin-github": "^4.4.0", "eslint-plugin-jest": "^27.1.3",