⬆️ Bump start-server-and-test from 1.10.5 to 1.10.6

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.5...v1.10.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-19 00:14:27 +00:00
committed by GitHub
parent 7c37123216
commit 299d8bbc90
2 changed files with 18 additions and 12 deletions

28
package-lock.json generated
View File

@@ -884,9 +884,9 @@
"dev": true
},
"@hapi/hoek": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.3.0.tgz",
"integrity": "sha512-C0QL9bmgUXTSuf8nDeGrpMjtJG7tPUr8wG6/wxPbP62tGwCwQtdMSJYfESowmY4P3Hn593f+8OzNY5bckcu/LQ==",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.3.2.tgz",
"integrity": "sha512-NP5SG4bzix+EtSMtcudp8TvI0lB46mXNo8uFpTDw6tqxGx4z5yx+giIunEFA0Z7oUO4DuWrOJV9xqR2tJVEdyA==",
"dev": true
},
"@hapi/joi": {
@@ -902,12 +902,12 @@
}
},
"@hapi/topo": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.5.tgz",
"integrity": "sha512-bi9m1jrui9LlvtVdLaHv0DqeOoe+I8dep+nEcTgW6XxJHL3xArQcilYz3tIp0cRC4gWlsVtABK7vNKg4jzEmAA==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz",
"integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
"dev": true,
"requires": {
"@hapi/hoek": "8.x.x"
"@hapi/hoek": "^8.3.0"
}
},
"@nuxt/babel-preset-app": {
@@ -9749,12 +9749,12 @@
"integrity": "sha512-Vx6W1Yvy+AM1R/ckVwcHQHV147pTPBKWCRLrXMuPrFVfvBUc3os7PR1QLIWCMhPpRg5eX9ojzbQIMLGBwyLjqg=="
},
"start-server-and-test": {
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.5.tgz",
"integrity": "sha512-3cErmnxyzLaMy460btq0ohGDJcq8G7o16Ijnmgw5Tu59aTa2pkfGR5I8M6p584kDFTxmGvV1OsmV3eWMFC6Obw==",
"version": "1.10.6",
"resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.6.tgz",
"integrity": "sha512-Gr/TDePT4JczaoBiKZLZRIWmYgRcoGcFQePtPEHEvZFUuxbdUqTZozx8dqrlKl/67+pipg5OOtBH21U1oJXJIQ==",
"dev": true,
"requires": {
"bluebird": "3.7.0",
"bluebird": "3.7.1",
"check-more-types": "2.24.0",
"debug": "4.1.1",
"execa": "2.1.0",
@@ -9763,6 +9763,12 @@
"wait-on": "3.3.0"
},
"dependencies": {
"bluebird": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz",
"integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==",
"dev": true
},
"cross-spawn": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz",

View File

@@ -36,6 +36,6 @@
"cypress": "^3.4.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"start-server-and-test": "^1.10.5"
"start-server-and-test": "^1.10.6"
}
}