From 5d8f00493008e8e90299a9b8fd4ef27902880145 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Thu, 7 Dec 2023 15:19:05 -0500 Subject: [PATCH] deps: Bump superstring to Pulsar's fork Should help with building against newer NodeJS (18.x) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fddec0944..b67cb7d63 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "mkdirp": "^0.5.1", "pathwatcher": "^8.1.0", "serializable": "^1.0.3", - "superstring": "^2.4.4", + "superstring": "https://github.com/pulsar-edit/superstring/archive/c2ff062317362363eae7d392cd78aef4fcc8b9f8.tar.gz", "underscore-plus": "^1.0.0", "winattr": "^3.0.0" },