From 03f8a339bb4692ed076abc5818d4909521801cdf Mon Sep 17 00:00:00 2001 From: Sascha Reuter Date: Wed, 1 Apr 2020 11:24:20 +1100 Subject: [PATCH] Update oniguruma dependency Fixes incompatibility with current versions of node. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d80dd2..188a272 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "async": "1.5.2", "collections": "3.0.0", - "oniguruma": "6.1.0" + "oniguruma": "7.2.1" }, "devDependencies": { "chai": "3.2.0",