mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-05-10 08:13:26 +00:00
14 lines
766 B
Diff
14 lines
766 B
Diff
diff --git a/node_modules/terser-webpack-plugin/dist/index.js b/node_modules/terser-webpack-plugin/dist/index.js
|
|
index 6268f6b..1cb8f2c 100644
|
|
--- a/node_modules/terser-webpack-plugin/dist/index.js
|
|
+++ b/node_modules/terser-webpack-plugin/dist/index.js
|
|
@@ -214,7 +214,7 @@ class TerserPlugin {
|
|
// eslint-disable-next-line global-require
|
|
'terser-webpack-plugin': require('../package.json').version,
|
|
'terser-webpack-plugin-options': this.options,
|
|
- hash: _crypto.default.createHash('md4').update(input).digest('hex')
|
|
+ hash: _crypto.default.createHash('sha256').update(input).digest('hex')
|
|
};
|
|
task.cacheKeys = this.options.cacheKeys(defaultCacheKeys, file);
|
|
}
|