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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-17 22:05:41 +00:00
committed by GitHub
parent 95b9c7c421
commit 3225f283cb
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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"
}
}