From 36ee9dcd110a87363cf2b321d75a2e3dad5db475 Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Tue, 14 Apr 2026 11:08:26 +0800 Subject: [PATCH] fix: change from heic2any to heic-to --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e093c5..83fc818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "cimo", - "version": "1.2.2", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cimo", - "version": "1.2.2", + "version": "1.3.1", "license": "GPL-2.0-or-later", "dependencies": { "@mediabunny/mp3-encoder": "^1.25.0", "browser-image-compression": "^2.0.2", "classnames": "^2.5.1", - "heic2any": "^0.0.4", + "heic-to": "^1.4.2", "mediabunny": "^1.25.0", "mime": "^4.1.0", "resemblejs": "^5.0.0", @@ -10791,11 +10791,11 @@ "tslib": "^2.0.3" } }, - "node_modules/heic2any": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/heic2any/-/heic2any-0.0.4.tgz", - "integrity": "sha512-3lLnZiDELfabVH87htnRolZ2iehX9zwpRyGNz22GKXIu0fznlblf0/ftppXKNqS26dqFSeqfIBhAmAj/uSp0cA==", - "license": "MIT" + "node_modules/heic-to": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/heic-to/-/heic-to-1.4.2.tgz", + "integrity": "sha512-y69thwxfNcEm2Vk8lbOD/cMabnvMJyOREfJYiCHcXCDqlfcPyJoBhyRc8+iDe1B95LRfpbTOpzxzY1xbRkdwBA==", + "license": "LGPL-3.0" }, "node_modules/homedir-polyfill": { "version": "1.0.3", diff --git a/package.json b/package.json index d23b55b..a442db8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@mediabunny/mp3-encoder": "^1.25.0", "browser-image-compression": "^2.0.2", "classnames": "^2.5.1", - "heic2any": "^0.0.4", + "heic-to": "^1.4.2", "mediabunny": "^1.25.0", "mime": "^4.1.0", "resemblejs": "^5.0.0",