From 39d633f5ec0bde853f30cf50ba491c26bbca4e22 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Wed, 27 Nov 2024 07:13:24 +0100 Subject: [PATCH] Updated magick-native. --- NOTICE | 8 ++++---- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NOTICE b/NOTICE index f98ec9a..4866cf4 100644 --- a/NOTICE +++ b/NOTICE @@ -7,7 +7,7 @@ Licensed under the Apache License, Version 2.0. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -[ ImageMagick 7.1.1-39 (2024-10-05) ] copyright: +[ ImageMagick 7.1.1-41 (2024-11-16) ] copyright: ImageMagick License https://imagemagick.org/script/license.php @@ -1050,7 +1050,7 @@ SOFTWARE. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -[ deflate 1.21.0 (2024-08-04) ] copyright: +[ deflate 1.22.0 (2024-10-05) ] copyright: Copyright 2016 Eric Biggers Copyright 2024 Google LLC @@ -1077,7 +1077,7 @@ SOFTWARE. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -[ openexr 3.2.4 (2024-03-26) ] copyright: +[ openexr 3.3.2 (2024-11-11) ] copyright: Copyright (c) Contributors to the OpenEXR Project. All rights reserved. @@ -1814,7 +1814,7 @@ That's all there is to it! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -[ heif 1.18.2 (2024-08-07) ] copyright: +[ heif 1.19.3 (2024-11-11) ] copyright: * The library `libheif` is distributed under the terms of the GNU Lesser General Public License. * The sample applications are distributed under the terms of the MIT License. diff --git a/package-lock.json b/package-lock.json index c79dd89..f2722ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.31", "license": "Apache-2.0", "devDependencies": { - "@dlemstra/magick-native": "2024.1006.2012", + "@dlemstra/magick-native": "2024.1117.915", "@types/jsdom": "21.1.7", "@typescript-eslint/eslint-plugin": "8.16.0", "@typescript-eslint/parser": "8.16.0", @@ -25,9 +25,9 @@ } }, "node_modules/@dlemstra/magick-native": { - "version": "2024.1006.2012", - "resolved": "https://npm.pkg.github.com/download/@dlemstra/magick-native/2024.1006.2012/94ccf31c417d1b15a70d51d9f30f54b58601e5ad", - "integrity": "sha512-aMI1E8/3p/GBw8PUEtYTxAbF5e5Rhf5HPQ60XAfmPMMh8pV6FM+sNwOlf5Xf69nCTubAonOlX0XHeYpQeADvhA==", + "version": "2024.1117.915", + "resolved": "https://npm.pkg.github.com/download/@dlemstra/magick-native/2024.1117.915/4cd6ec2cbb990b4423a95a6953940b563460ab23", + "integrity": "sha512-NoAsp3RMRuXxRR7nc1KZatYyRrF+xj8B148t4h015XKin4xmLcInZIk97/lNA3RrbSNUaUTC93Nb2Nt19r9noQ==", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index 93af4a8..56788d1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "update-index": "cd tools && tsc && node update-index.js ../src" }, "devDependencies": { - "@dlemstra/magick-native": "2024.1006.2012", + "@dlemstra/magick-native": "2024.1117.915", "@types/jsdom": "21.1.7", "@typescript-eslint/eslint-plugin": "8.16.0", "@typescript-eslint/parser": "8.16.0",