From 34ec6be0b236c5d57e70fe05082800898ef20a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 12:16:47 +0200 Subject: [PATCH] build: update concurrently to version 5.3.0 (#1791) Co-authored-by: Renovate Bot --- integration/common/package.json | 2 +- integration/express-engine-ivy-prerender/package.json | 2 +- integration/express-engine-ivy/package.json | 2 +- integration/express-engine-ve/package.json | 2 +- integration/hapi-engine-ivy/package.json | 2 +- integration/hapi-engine-ve/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration/common/package.json b/integration/common/package.json index e1ccb4237..d1f82b059 100644 --- a/integration/common/package.json +++ b/integration/common/package.json @@ -29,7 +29,7 @@ "babel-core": "^6.23.1", "babel-loader": "^6.4.0", "babel-preset-es2015": "^6.22.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "protractor": "file:../../node_modules/protractor", "raw-loader": "^0.5.1", "webpack": "^2.2.1" diff --git a/integration/express-engine-ivy-prerender/package.json b/integration/express-engine-ivy-prerender/package.json index 5338052ca..42cfae3f2 100644 --- a/integration/express-engine-ivy-prerender/package.json +++ b/integration/express-engine-ivy-prerender/package.json @@ -45,7 +45,7 @@ "@types/jasmine": "file:../../node_modules/@types/jasmine", "@nguniversal/builders": "file:../../dist/modules-dist/builders", "codelyzer": "6.0.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.2", "karma": "5.1.1", diff --git a/integration/express-engine-ivy/package.json b/integration/express-engine-ivy/package.json index b73f9b84c..326d02062 100644 --- a/integration/express-engine-ivy/package.json +++ b/integration/express-engine-ivy/package.json @@ -43,7 +43,7 @@ "@types/jasmine": "file:../../node_modules/@types/jasmine", "@nguniversal/builders": "file:../../dist/modules-dist/builders", "codelyzer": "6.0.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.2", "karma": "5.1.1", diff --git a/integration/express-engine-ve/package.json b/integration/express-engine-ve/package.json index 01e2cd71e..62fe87aa9 100644 --- a/integration/express-engine-ve/package.json +++ b/integration/express-engine-ve/package.json @@ -43,7 +43,7 @@ "@types/jasmine": "file:../../node_modules/@types/jasmine", "@nguniversal/builders": "file:../../dist/modules-dist/builders", "codelyzer": "6.0.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.2", "karma": "5.1.1", diff --git a/integration/hapi-engine-ivy/package.json b/integration/hapi-engine-ivy/package.json index 23c3bd093..e388cc90b 100644 --- a/integration/hapi-engine-ivy/package.json +++ b/integration/hapi-engine-ivy/package.json @@ -45,7 +45,7 @@ "@types/jasmine": "file:../../node_modules/@types/jasmine", "@nguniversal/builders": "file:../../dist/modules-dist/builders", "codelyzer": "6.0.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.2", "karma": "5.1.1", diff --git a/integration/hapi-engine-ve/package.json b/integration/hapi-engine-ve/package.json index bce93ae2d..cac954434 100644 --- a/integration/hapi-engine-ve/package.json +++ b/integration/hapi-engine-ve/package.json @@ -45,7 +45,7 @@ "@types/jasmine": "file:../../node_modules/@types/jasmine", "@nguniversal/builders": "file:../../dist/modules-dist/builders", "codelyzer": "6.0.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "5.0.2", "karma": "5.1.1",