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",