From 9c04afb5faa15946484eba6d28439049a34d5557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20D=C3=BCrst?= Date: Tue, 7 Aug 2018 10:33:12 +0200 Subject: [PATCH] Upgrade uri-js dependency to the ES5 fixed version Updates the dependency to uri-js to version 4.2.2 which fixes the esnext/es5 issue and therefore makes ajv compatible with IE11 again. For more info about this issue see this issue over at uri-js: https://github.com/garycourt/uri-js/issues/24 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 942c106..0eea773 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.1" + "uri-js": "^4.2.2" }, "devDependencies": { "ajv-async": "^1.0.0",