Skip to content

Commit 2f69f83

Browse files
authored
fix: node 18 by update source-map used by Terser to 0.7.4 (#999)
Fixes minification failing on Node 18 with: > You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer mozilla/source-map#454 There's also an open dependabot PR to bump the Terser version itself, I confirmed that also fixes the issue: [chore(deps-dev): bump terser from 5.10.0 to 5.15.1](#988)
1 parent 9ff8aa6 commit 2f69f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13920,9 +13920,9 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
1392013920
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
1392113921

1392213922
source-map@^0.7.3, source-map@~0.7.2:
13923-
version "0.7.3"
13924-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
13925-
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
13923+
version "0.7.4"
13924+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
13925+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
1392613926

1392713927
source-map@~0.1.30:
1392813928
version "0.1.43"

0 commit comments

Comments
 (0)