From 1ff2f8ef0ae6167fa113bcd8edcd7d0718da2bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 23:58:27 +0000 Subject: [PATCH] chore(deps): bump ecstatic from 3.1.1 to 3.3.2 in /covalent-e2e-coverage Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.1.1 to 3.3.2. - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.1.1...3.3.2) Signed-off-by: dependabot[bot] --- covalent-e2e-coverage/package-lock.json | 10 +++++----- covalent-e2e-coverage/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/covalent-e2e-coverage/package-lock.json b/covalent-e2e-coverage/package-lock.json index 6514edf..978714b 100644 --- a/covalent-e2e-coverage/package-lock.json +++ b/covalent-e2e-coverage/package-lock.json @@ -280,14 +280,14 @@ } }, "ecstatic": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.1.1.tgz", - "integrity": "sha512-D9UcjcxDMMqjaQxC0mSsFh/IjJSdiZVPnHrhjHuKXlhLByk5QGGPX1GUIDIjRzhTq4UDCPYwWblw79VBEh3r1w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz", + "integrity": "sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==", "requires": { "he": "^1.1.1", - "mime": "^1.4.1", + "mime": "^1.6.0", "minimist": "^1.1.0", - "url-join": "^2.0.2" + "url-join": "^2.0.5" } }, "error-ex": { diff --git a/covalent-e2e-coverage/package.json b/covalent-e2e-coverage/package.json index f1fb3d8..cc4e08c 100644 --- a/covalent-e2e-coverage/package.json +++ b/covalent-e2e-coverage/package.json @@ -12,7 +12,7 @@ "contributors": [], "dependencies": { "check-more-types": "2.20.2", - "ecstatic": "3.1.1", + "ecstatic": "3.3.2", "http-proxy": "1.13.2", "istanbul": "^0.4.5", "lazy-ass": "1.4.0",