From 3225f283cb14ff5a98f3870d7ff26af1884f5a05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 22:05:41 +0000 Subject: [PATCH] chore(deps-dev): bump start-server-and-test from 1.10.10 to 1.10.11 Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.10 to 1.10.11. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.10...v1.10.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bac53e3c..fad02a9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13712,9 +13712,9 @@ "integrity": "sha512-0PlYhdKh6AfFxRyK/v+6/k+/mMfyiEBbTM5L94D0ZytQnJ166wuwoTYLHFWGbs2dpA8Rgq763KGWmN1EQEYHRQ==" }, "start-server-and-test": { - "version": "1.10.10", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.10.tgz", - "integrity": "sha512-LCnngrqi4Ex7FDJwpzfByXK8SCAcITYJB5yj/K3k2onaBHcH6RMFf6q3Kz8iM7CLuJ3DZlzU76W6Ixwpt+n/sQ==", + "version": "1.10.11", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.11.tgz", + "integrity": "sha512-CZilaj293uQWdD4vgOxTOuzlCWxOyBm6bzmH1r6OGLG/q5zcBmGYevLfOimkg0kSn9jLHwYSXLuoKG/DDQJhww==", "dev": true, "requires": { "bluebird": "3.7.2", diff --git a/package.json b/package.json index 1a174d539..61d87b615 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "prettier": "^1.19.1", "pretty-quick": "^2.0.1", "sass-loader": "^8.0.2", - "start-server-and-test": "^1.10.10" + "start-server-and-test": "^1.10.11" } }