Merge pull request #659 from liyasthomas/dependabot/npm_and_yarn/start-server-and-test-1.10.9

chore(deps-dev): bump start-server-and-test from 1.10.8 to 1.10.9
This commit is contained in:
Liyas Thomas
2020-03-11 17:07:54 +05:30
committed by GitHub
2 changed files with 15 additions and 19 deletions

32
package-lock.json generated
View File

@@ -11665,15 +11665,15 @@
"integrity": "sha512-Vx6W1Yvy+AM1R/ckVwcHQHV147pTPBKWCRLrXMuPrFVfvBUc3os7PR1QLIWCMhPpRg5eX9ojzbQIMLGBwyLjqg==" "integrity": "sha512-Vx6W1Yvy+AM1R/ckVwcHQHV147pTPBKWCRLrXMuPrFVfvBUc3os7PR1QLIWCMhPpRg5eX9ojzbQIMLGBwyLjqg=="
}, },
"start-server-and-test": { "start-server-and-test": {
"version": "1.10.8", "version": "1.10.9",
"resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.8.tgz", "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.10.9.tgz",
"integrity": "sha512-5I190MiIHBqmArTnxk9dfHlwO8I35B1hFhuAgv2L/UMDArRCtIXL/QftgNtgfuIz5NQN3yrN0kCsY+zYkX+dUg==", "integrity": "sha512-0lcabfpMBDImWGS6B2YBrVxPoAzq/9LT38QaTpjELs72XKJFFxnJanj85JzdbrE2Cgmuldu3takJEbrrMiHD7w==",
"dev": true, "dev": true,
"requires": { "requires": {
"bluebird": "3.7.1", "bluebird": "3.7.1",
"check-more-types": "2.24.0", "check-more-types": "2.24.0",
"debug": "4.1.1", "debug": "4.1.1",
"execa": "4.0.0", "execa": "3.4.0",
"lazy-ass": "1.6.0", "lazy-ass": "1.6.0",
"ps-tree": "1.2.0", "ps-tree": "1.2.0",
"wait-on": "4.0.0" "wait-on": "4.0.0"
@@ -11706,9 +11706,9 @@
} }
}, },
"execa": { "execa": {
"version": "4.0.0", "version": "3.4.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-4.0.0.tgz", "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz",
"integrity": "sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==", "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.0", "cross-spawn": "^7.0.0",
@@ -11718,6 +11718,7 @@
"merge-stream": "^2.0.0", "merge-stream": "^2.0.0",
"npm-run-path": "^4.0.0", "npm-run-path": "^4.0.0",
"onetime": "^5.1.0", "onetime": "^5.1.0",
"p-finally": "^2.0.0",
"signal-exit": "^3.0.2", "signal-exit": "^3.0.2",
"strip-final-newline": "^2.0.0" "strip-final-newline": "^2.0.0"
} }
@@ -11746,6 +11747,12 @@
"path-key": "^3.0.0" "path-key": "^3.0.0"
} }
}, },
"p-finally": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz",
"integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==",
"dev": true
},
"path-key": { "path-key": {
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -13002,17 +13009,6 @@
"request": "^2.88.0", "request": "^2.88.0",
"request-promise-native": "^1.0.8", "request-promise-native": "^1.0.8",
"rxjs": "^6.5.4" "rxjs": "^6.5.4"
},
"dependencies": {
"rxjs": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz",
"integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==",
"dev": true,
"requires": {
"tslib": "^1.9.0"
}
}
} }
}, },
"watchpack": { "watchpack": {

View File

@@ -59,6 +59,6 @@
"prettier": "^1.19.1", "prettier": "^1.19.1",
"pretty-quick": "^2.0.1", "pretty-quick": "^2.0.1",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"start-server-and-test": "^1.10.8" "start-server-and-test": "^1.10.9"
} }
} }