From 89ce4de3544a4d9e6a04ef9911fd3bd20f885aa3 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 7 Jul 2025 20:47:34 +0000 Subject: [PATCH] Add hash-wasm package for md5 --- package-lock.json | 34 +++++++++++++++------------------- package.json | 1 + 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5556b19f2..3915194cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,6 +30,7 @@ "express-async-handler": "^1.2.0", "express-static-gzip": "3.0.0", "fs-extra": "11.3.0", + "hash-wasm": "^4.12.0", "idb-keyval": "^6.2.2", "js-yaml": "^4.1.0", "jwt-simple": "^0.5.6", @@ -2874,25 +2875,6 @@ "@noble/hashes": "^1.1.5" } }, - "node_modules/@sanity/diff-match-patch": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@sanity/diff-match-patch/-/diff-match-patch-3.2.0.tgz", - "integrity": "sha512-4hPADs0qUThFZkBK/crnfKKHg71qkRowfktBljH2UIxGHHTxIzt8g8fBiXItyCjxkuNy+zpYOdRMifQNv8+Yww==", - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - } - }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=14" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -2915,6 +2897,15 @@ "url": "https://opencollective.com/pkgr" } }, + "node_modules/@sanity/diff-match-patch": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@sanity/diff-match-patch/-/diff-match-patch-3.2.0.tgz", + "integrity": "sha512-4hPADs0qUThFZkBK/crnfKKHg71qkRowfktBljH2UIxGHHTxIzt8g8fBiXItyCjxkuNy+zpYOdRMifQNv8+Yww==", + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + } + }, "node_modules/@sinclair/typebox": { "version": "0.34.37", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.37.tgz", @@ -7460,6 +7451,11 @@ "node": ">=4" } }, + "node_modules/hash-wasm": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.12.0.tgz", + "integrity": "sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==" + }, "node_modules/hash.js": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", diff --git a/package.json b/package.json index 40ae66116..3099af3f4 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "express-async-handler": "^1.2.0", "express-static-gzip": "3.0.0", "fs-extra": "11.3.0", + "hash-wasm": "^4.12.0", "idb-keyval": "^6.2.2", "js-yaml": "^4.1.0", "jwt-simple": "^0.5.6",