Bump nock from 11.0.0-beta.4 to 11.0.0-beta.5 (#2865)

Bumps [nock](https://github.com/nock/nock) from 11.0.0-beta.4 to 11.0.0-beta.5.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/beta/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-25 12:12:20 -05:00
committed by Paul Melnikow
parent be7cb93773
commit b77e2421e3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10180,9 +10180,9 @@
}
},
"nock": {
"version": "11.0.0-beta.4",
"resolved": "https://registry.npmjs.org/nock/-/nock-11.0.0-beta.4.tgz",
"integrity": "sha512-UHhCUSYeheeM6jCj3KcEEmkTIT+6dpZ1KtDHztGXxHXfnkCdsPr9N6lonMZbLqwV6PSSaba45REEwhFxfnx/5g==",
"version": "11.0.0-beta.5",
"resolved": "https://registry.npmjs.org/nock/-/nock-11.0.0-beta.5.tgz",
"integrity": "sha512-q1R1d6f2IFb5gza6RBcnssMa8NELg34PaZOfaB1e7sYM58eQO1d0kHl/3JsscVekHPbupJHr9uUwpsb2bermQQ==",
"dev": true,
"requires": {
"chai": "^4.1.2",

View File

@@ -175,7 +175,7 @@
"mocha-junit-reporter": "^1.18.0",
"mocha-yaml-loader": "^1.0.3",
"next": "^7.0.2",
"nock": "11.0.0-beta.4",
"nock": "11.0.0-beta.5",
"node-fetch": "^2.3.0",
"node-mocks-http": "^1.7.3",
"npm-run-all": "^4.1.5",