From e0e1f6e9f15d71f69c126b1ebc8dc518a3d62061 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 22 Oct 2021 21:06:55 -0230 Subject: [PATCH] Update `acorn-node` to v2 This is a breaking change because the handling of dynamic imports has changed in `acord-node@v2`. See here for more details: https://github.com/browserify/acorn-node/pull/12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 022f2a9..3d050df 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "JSONStream": "^1.0.3", - "acorn-node": "^1.5.2", + "acorn-node": "^2.0.1", "combine-source-map": "^0.8.0", "concat-stream": "^1.6.1", "is-buffer": "^1.1.0",