From d70827100bec43082f8d771a36620704095c0159 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 19:34:32 +0000 Subject: [PATCH] fix: upgrade heic-to from 1.1.14 to 1.2.1 Snyk has created this PR to upgrade heic-to from 1.1.14 to 1.2.1. See this package in npm: heic-to See this project in Snyk: https://app.snyk.io/org/jeremyjohns10/project/0f618276-012e-48cd-8129-c05713a0791c?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 6b8d6c05e..97c63ef2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "fs-extra": "^10.0.0", "gapi-script": "github:wevote/gapi-script", "glob": "^9.0.0", - "heic-to": "^1.1.14", + "heic-to": "^1.2.1", "iframe-resizer-react": "1.1.0", "jquery": "^3.7.1", "keymirror": "~0.1.1", @@ -20032,9 +20032,9 @@ "license": "MIT" }, "node_modules/heic-to": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/heic-to/-/heic-to-1.1.14.tgz", - "integrity": "sha512-CxJE27BF6JcQvrL1giK478iSZr7EJNTnAN2Th1rAJiN1BSMYZxDLm4PL/p/ha3aSqVHvCo+YNk++5tIj0JVxLQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/heic-to/-/heic-to-1.2.1.tgz", + "integrity": "sha512-gtYJ7qPAV8wNTqm7WHWMqJN5qq2js34BavbisEK7N64tA8/TVqjG5S0s8nXzHG4aRxgiMs8kk8kHm/+UBMmdFg==", "license": "LGPL-3.0" }, "node_modules/history": { diff --git a/package.json b/package.json index 570344722..307b3ed80 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "fs-extra": "^10.0.0", "gapi-script": "github:wevote/gapi-script", "glob": "^9.0.0", - "heic-to": "^1.1.14", + "heic-to": "^1.2.1", "iframe-resizer-react": "1.1.0", "jquery": "^3.7.1", "keymirror": "~0.1.1",