From afb2e80df617ed7176cb1697f80224c406f9de87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:25:14 +0000 Subject: [PATCH] Bump harfbuzzjs from 0.4.6 to 1.4.0 Bumps [harfbuzzjs](https://github.com/harfbuzz/harfbuzzjs) from 0.4.6 to 1.4.0. - [Release notes](https://github.com/harfbuzz/harfbuzzjs/releases) - [Commits](https://github.com/harfbuzz/harfbuzzjs/compare/v0.4.6...v1.4.0) --- updated-dependencies: - dependency-name: harfbuzzjs dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",