diff --git a/package-lock.json b/package-lock.json index 03ed30c..f288aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "harfbuzzjs": "^0.4.6", + "harfbuzzjs": "^1.4.0", "lottie-web": "^5.13.0", "next": "^15.1.12", "opentype.js": "^1.3.4", @@ -784,9 +784,9 @@ } }, "node_modules/harfbuzzjs": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.4.6.tgz", - "integrity": "sha512-mlxuHx5SFV3/xY6q3ZXdNU2NKzHXknVNZRj3yegXmhJfBwunOdHvXIOlK2wVmDurNVuTwEfM1QxUfWmJ+4romQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-1.4.0.tgz", + "integrity": "sha512-3KrygnLb4ESsntxvxZA7RhJy2Ci47GdXWC8fl9HwPHNEOUDXUNv5M+x/TiBkXKjUz6jz/CRJOL2Ksgq8V3UdKw==", "license": "MIT" }, "node_modules/lottie-web": { diff --git a/package.json b/package.json index f7155a3..1025c60 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "check": "npm run typecheck && npm run build" }, "dependencies": { - "harfbuzzjs": "^0.4.6", + "harfbuzzjs": "^1.4.0", "lottie-web": "^5.13.0", "next": "^15.1.12", "opentype.js": "^1.3.4",