Build(deps-dev): bump node-mocks-http from 1.7.6 to 1.8.0 (#4055)

Bumps [node-mocks-http](https://github.com/howardabrams/node-mocks-http) from 1.7.6 to 1.8.0.
- [Release notes](https://github.com/howardabrams/node-mocks-http/releases)
- [Changelog](https://github.com/howardabrams/node-mocks-http/blob/master/HISTORY.md)
- [Commits](https://github.com/howardabrams/node-mocks-http/compare/v1.7.6...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-20 17:41:59 +00:00
committed by repo-ranger[bot]
parent 895b4cbed2
commit 5bf398df0f
2 changed files with 4 additions and 10 deletions
+3 -9
View File
@@ -18105,9 +18105,9 @@
}
},
"node-mocks-http": {
"version": "1.7.6",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.7.6.tgz",
"integrity": "sha512-ZWbZ5HEEAoVZbAYM8KHezx0v66Te3klg/yhAmdJJ0ULWQAkSqPStEzqSjONj4zRZOrTWqsHnI6nHeJxw46gj6Q==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.8.0.tgz",
"integrity": "sha512-A6YB8+sTiHZPTPf1KfwZ3sAQYSSNJTWd762IOptAmM2d6XUQ9Q1wMh+uJ7a7n2Vy6NKmODfZArqX6Rbmlg+8Fw==",
"dev": true,
"requires": {
"accepts": "^1.3.7",
@@ -18151,12 +18151,6 @@
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
"integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
"dev": true
},
"parseurl": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
"dev": true
}
}
},
+1 -1
View File
@@ -226,7 +226,7 @@
"mocha-junit-reporter": "^1.23.1",
"mocha-yaml-loader": "^1.0.3",
"nock": "11.3.4",
"node-mocks-http": "^1.7.6",
"node-mocks-http": "^1.8.0",
"nodemon": "^1.19.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",