From cecb54c490b4c03922a0ab79f7efb7fe303d3e2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 16:05:04 +0100 Subject: [PATCH] build(deps-dev): bump node-mocks-http from 1.8.0 to 1.8.1 (#364) Bumps [node-mocks-http](https://github.com/howardabrams/node-mocks-http) from 1.8.0 to 1.8.1. - [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.8.0...v1.8.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b11aa87..acbf155 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "lodash": "^4.17.15", "mini-css-extract-plugin": "0.8.0", "mutationobserver-shim": "0.3.3", - "node-mocks-http": "1.8.0", + "node-mocks-http": "1.8.1", "normalize.css": "8.0.1", "optimize-css-assets-webpack-plugin": "5.0.3", "ora": "4.0.3", diff --git a/yarn.lock b/yarn.lock index 1b37db8..77f05c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9884,10 +9884,10 @@ node-libs-browser@^2.2.1: util "^0.11.0" vm-browserify "^1.0.1" -node-mocks-http@1.8.0: - version "1.8.0" - resolved "https://registry.verdaccio.org/node-mocks-http/-/node-mocks-http-1.8.0.tgz#201a882bd1f8473de6a14bf41850d373404fde32" - integrity sha512-A6YB8+sTiHZPTPf1KfwZ3sAQYSSNJTWd762IOptAmM2d6XUQ9Q1wMh+uJ7a7n2Vy6NKmODfZArqX6Rbmlg+8Fw== +node-mocks-http@1.8.1: + version "1.8.1" + resolved "https://registry.verdaccio.org/node-mocks-http/-/node-mocks-http-1.8.1.tgz#f149345992618e4d631dfdf77546025d8526b2bb" + integrity sha512-qtd9YwXzCTdLfqjP7XSOtFei3TggwnjFIppmYEneQBaDIuknwgJTpItLskC5/pWOpU3lsK5aqdo+5CfIKHkXLg== dependencies: accepts "^1.3.7" depd "^1.1.0"