From 01b622c7044318fef439e1a144f87e2d544f82e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:25:21 +0000 Subject: [PATCH] Bump opentype.js from 1.3.4 to 2.0.0 --- updated-dependencies: - dependency-name: opentype.js dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++----------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03ed30c..d879b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "harfbuzzjs": "^0.4.6", "lottie-web": "^5.13.0", "next": "^15.1.12", - "opentype.js": "^1.3.4", + "opentype.js": "^2.0.0", "react": "^19.2.7", "react-dom": "^19.2.7" }, @@ -866,19 +866,12 @@ } }, "node_modules/opentype.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.4.tgz", - "integrity": "sha512-d2JE9RP/6uagpQAVtJoF0pJJA/fgai89Cc50Yp0EJHk+eLp6QQ7gBoblsnubRULNY132I0J1QKMJ+JTbMqz4sw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-2.0.0.tgz", + "integrity": "sha512-kCyjv6xdDY1W/jLWZ/L3QhhTlKUqDZMQ5+Jdlw12b3dXkKNpYBqqlMMj0YDQPShWFTMwgZI1hG14kN3XUDSg/A==", "license": "MIT", - "dependencies": { - "string.prototype.codepointat": "^0.2.1", - "tiny-inflate": "^1.0.3" - }, "bin": { "ot": "bin/ot" - }, - "engines": { - "node": ">= 8.0.0" } }, "node_modules/picocolors": { @@ -1009,12 +1002,6 @@ "node": ">=0.10.0" } }, - "node_modules/string.prototype.codepointat": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz", - "integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==", - "license": "MIT" - }, "node_modules/styled-jsx": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", @@ -1038,12 +1025,6 @@ } } }, - "node_modules/tiny-inflate": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", - "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", - "license": "MIT" - }, "node_modules/tslib": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", diff --git a/package.json b/package.json index f7155a3..b2ae924 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "harfbuzzjs": "^0.4.6", "lottie-web": "^5.13.0", "next": "^15.1.12", - "opentype.js": "^1.3.4", + "opentype.js": "^2.0.0", "react": "^19.2.7", "react-dom": "^19.2.7" },