aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-21 17:06:47 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit8bf8888ced2ce0297bcc7b302b244520cdbfb1da (patch)
tree71bde5552c175d98fe0397589e259a9d653dd8a9 /vnext
parent631cccd97960601f892b9e3e511718ea3475d186 (diff)
Bump concurrently from 7.5.0 to 7.6.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index f3791a97..de5bb402 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -44,7 +44,7 @@
"@testing-library/react": "^13.4.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
- "concurrently": "^7.5.0",
+ "concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
@@ -4336,9 +4336,9 @@
"dev": true
},
"node_modules/concurrently": {
- "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==",
+ "version": "7.6.0",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
+ "integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@@ -20143,9 +20143,9 @@
"dev": true
},
"concurrently": {
- "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==",
+ "version": "7.6.0",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz",
+ "integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
diff --git a/vnext/package.json b/vnext/package.json
index 21211f56..a742e1c7 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -22,7 +22,7 @@
"@testing-library/react": "^13.4.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
- "concurrently": "^7.5.0",
+ "concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",