@img/sharp-libvips-dev 1.0.3 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/include/aom/aom.h +1 -1
  2. package/include/aom/aom_codec.h +4 -4
  3. package/include/aom/aom_decoder.h +1 -1
  4. package/include/aom/aom_encoder.h +3 -1
  5. package/include/aom/aom_external_partition.h +1 -1
  6. package/include/aom/aom_frame_buffer.h +1 -1
  7. package/include/aom/aom_image.h +1 -1
  8. package/include/aom/aom_integer.h +1 -9
  9. package/include/aom/aomcx.h +47 -4
  10. package/include/aom/aomdx.h +1 -1
  11. package/include/archive.h +2 -2
  12. package/include/archive_entry.h +7 -1
  13. package/include/cairo/cairo-version.h +1 -1
  14. package/include/expat.h +1 -1
  15. package/include/expat_config.h +3 -6
  16. package/include/freetype2/freetype/config/ftconfig.h +1 -1
  17. package/include/freetype2/freetype/config/ftheader.h +1 -1
  18. package/include/freetype2/freetype/config/ftoption.h +17 -1
  19. package/include/freetype2/freetype/config/ftstdlib.h +1 -1
  20. package/include/freetype2/freetype/config/integer-types.h +1 -1
  21. package/include/freetype2/freetype/config/mac-support.h +1 -1
  22. package/include/freetype2/freetype/config/public-macros.h +1 -1
  23. package/include/freetype2/freetype/freetype.h +35 -83
  24. package/include/freetype2/freetype/ftadvanc.h +1 -1
  25. package/include/freetype2/freetype/ftbbox.h +1 -1
  26. package/include/freetype2/freetype/ftbdf.h +1 -1
  27. package/include/freetype2/freetype/ftbitmap.h +1 -1
  28. package/include/freetype2/freetype/ftbzip2.h +1 -1
  29. package/include/freetype2/freetype/ftcache.h +1 -1
  30. package/include/freetype2/freetype/ftcid.h +1 -1
  31. package/include/freetype2/freetype/ftcolor.h +1 -1
  32. package/include/freetype2/freetype/ftdriver.h +75 -1
  33. package/include/freetype2/freetype/fterrdef.h +1 -1
  34. package/include/freetype2/freetype/fterrors.h +1 -1
  35. package/include/freetype2/freetype/ftfntfmt.h +1 -1
  36. package/include/freetype2/freetype/ftgasp.h +1 -1
  37. package/include/freetype2/freetype/ftglyph.h +1 -1
  38. package/include/freetype2/freetype/ftgxval.h +1 -1
  39. package/include/freetype2/freetype/ftgzip.h +1 -1
  40. package/include/freetype2/freetype/ftimage.h +17 -12
  41. package/include/freetype2/freetype/ftincrem.h +1 -1
  42. package/include/freetype2/freetype/ftlcdfil.h +1 -1
  43. package/include/freetype2/freetype/ftlist.h +1 -1
  44. package/include/freetype2/freetype/ftlzw.h +1 -1
  45. package/include/freetype2/freetype/ftmac.h +1 -1
  46. package/include/freetype2/freetype/ftmm.h +31 -2
  47. package/include/freetype2/freetype/ftmodapi.h +1 -1
  48. package/include/freetype2/freetype/ftmoderr.h +1 -1
  49. package/include/freetype2/freetype/ftotval.h +1 -1
  50. package/include/freetype2/freetype/ftoutln.h +2 -2
  51. package/include/freetype2/freetype/ftparams.h +1 -1
  52. package/include/freetype2/freetype/ftpfr.h +1 -1
  53. package/include/freetype2/freetype/ftrender.h +1 -1
  54. package/include/freetype2/freetype/ftsizes.h +1 -1
  55. package/include/freetype2/freetype/ftsnames.h +1 -1
  56. package/include/freetype2/freetype/ftstroke.h +1 -1
  57. package/include/freetype2/freetype/ftsynth.h +1 -1
  58. package/include/freetype2/freetype/ftsystem.h +1 -1
  59. package/include/freetype2/freetype/fttrigon.h +1 -1
  60. package/include/freetype2/freetype/fttypes.h +1 -1
  61. package/include/freetype2/freetype/ftwinfnt.h +1 -1
  62. package/include/freetype2/freetype/otsvg.h +1 -1
  63. package/include/freetype2/freetype/t1tables.h +1 -59
  64. package/include/freetype2/freetype/ttnameid.h +1 -1
  65. package/include/freetype2/freetype/tttables.h +4 -3
  66. package/include/freetype2/freetype/tttags.h +1 -1
  67. package/include/freetype2/ft2build.h +1 -1
  68. package/include/fribidi/fribidi-config.h +2 -2
  69. package/include/fribidi/fribidi-unicode-version.h +3 -3
  70. package/include/gio-unix-2.0/gio/gunixmounts.h +11 -2
  71. package/include/glib-2.0/gio/gioenums.h +2 -2
  72. package/include/glib-2.0/glib/gmain.h +52 -47
  73. package/include/glib-2.0/glib/gstring.h +4 -0
  74. package/include/glib-2.0/gobject/gobjectnotifyqueue.c +2 -2
  75. package/include/harfbuzz/hb-buffer.h +7 -0
  76. package/include/harfbuzz/hb-common.h +18 -0
  77. package/include/harfbuzz/hb-face.h +28 -0
  78. package/include/harfbuzz/hb-version.h +3 -3
  79. package/include/libpng16/png.h +13 -13
  80. package/include/libpng16/pngconf.h +4 -4
  81. package/include/libpng16/pnglibconf.h +1 -1
  82. package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
  83. package/include/librsvg-2.0/librsvg/rsvg.h +2 -0
  84. package/include/libxml2/libxml/xmlexports.h +2 -2
  85. package/include/libxml2/libxml/xmlversion.h +4 -4
  86. package/include/png.h +13 -13
  87. package/include/pngconf.h +4 -4
  88. package/include/pnglibconf.h +1 -1
  89. package/include/tiffio.h +11 -11
  90. package/include/tiffvers.h +4 -4
  91. package/include/vips/version.h +4 -4
  92. package/include/zlib.h +3 -3
  93. package/package.json +1 -1
  94. package/versions.json +14 -14
package/include/png.h CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* png.h - header file for PNG reference library
3
3
  *
4
- * libpng version 1.6.43
4
+ * libpng version 1.6.44
5
5
  *
6
6
  * Copyright (c) 2018-2024 Cosmin Truta
7
7
  * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -15,7 +15,7 @@
15
15
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
16
16
  * libpng versions 0.97, January 1998, through 1.6.35, July 2018:
17
17
  * Glenn Randers-Pehrson
18
- * libpng versions 1.6.36, December 2018, through 1.6.43, February 2024:
18
+ * libpng versions 1.6.36, December 2018, through 1.6.44, September 2024:
19
19
  * Cosmin Truta
20
20
  * See also "Contributing Authors", below.
21
21
  */
@@ -239,7 +239,7 @@
239
239
  * ...
240
240
  * 1.5.30 15 10530 15.so.15.30[.0]
241
241
  * ...
242
- * 1.6.43 16 10643 16.so.16.43[.0]
242
+ * 1.6.44 16 10644 16.so.16.44[.0]
243
243
  *
244
244
  * Henceforth the source version will match the shared-library major and
245
245
  * minor numbers; the shared-library major version number will be used for
@@ -275,7 +275,7 @@
275
275
  */
276
276
 
277
277
  /* Version information for png.h - this should match the version in png.c */
278
- #define PNG_LIBPNG_VER_STRING "1.6.43"
278
+ #define PNG_LIBPNG_VER_STRING "1.6.44"
279
279
  #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
280
280
 
281
281
  /* The versions of shared library builds should stay in sync, going forward */
@@ -286,18 +286,18 @@
286
286
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
287
287
  #define PNG_LIBPNG_VER_MAJOR 1
288
288
  #define PNG_LIBPNG_VER_MINOR 6
289
- #define PNG_LIBPNG_VER_RELEASE 43
289
+ #define PNG_LIBPNG_VER_RELEASE 44
290
290
 
291
291
  /* This should be zero for a public release, or non-zero for a
292
292
  * development version.
293
293
  */
294
- #define PNG_LIBPNG_VER_BUILD 0
294
+ #define PNG_LIBPNG_VER_BUILD 0
295
295
 
296
296
  /* Release Status */
297
- #define PNG_LIBPNG_BUILD_ALPHA 1
298
- #define PNG_LIBPNG_BUILD_BETA 2
299
- #define PNG_LIBPNG_BUILD_RC 3
300
- #define PNG_LIBPNG_BUILD_STABLE 4
297
+ #define PNG_LIBPNG_BUILD_ALPHA 1
298
+ #define PNG_LIBPNG_BUILD_BETA 2
299
+ #define PNG_LIBPNG_BUILD_RC 3
300
+ #define PNG_LIBPNG_BUILD_STABLE 4
301
301
  #define PNG_LIBPNG_BUILD_RELEASE_STATUS_MASK 7
302
302
 
303
303
  /* Release-Specific Flags */
@@ -317,7 +317,7 @@
317
317
  * From version 1.0.1 it is:
318
318
  * XXYYZZ, where XX=major, YY=minor, ZZ=release
319
319
  */
320
- #define PNG_LIBPNG_VER 10643 /* 1.6.43 */
320
+ #define PNG_LIBPNG_VER 10644 /* 1.6.44 */
321
321
 
322
322
  /* Library configuration: these options cannot be changed after
323
323
  * the library has been built.
@@ -427,7 +427,7 @@ extern "C" {
427
427
  /* This triggers a compiler error in png.c, if png.c and png.h
428
428
  * do not agree upon the version number.
429
429
  */
430
- typedef char* png_libpng_version_1_6_43;
430
+ typedef char* png_libpng_version_1_6_44;
431
431
 
432
432
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
433
433
  *
@@ -824,7 +824,7 @@ typedef PNG_CALLBACK(int, *png_user_chunk_ptr, (png_structp,
824
824
  * your compiler. This may be very difficult - try using a different compiler
825
825
  * to build the library!
826
826
  */
827
- PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
827
+ PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), (jmp_buf, int), typedef);
828
828
  #endif
829
829
 
830
830
  /* Transform masks for the high-level interface */
package/include/pngconf.h CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* pngconf.h - machine-configurable file for libpng
3
3
  *
4
- * libpng version 1.6.43
4
+ * libpng version 1.6.44
5
5
  *
6
6
  * Copyright (c) 2018-2024 Cosmin Truta
7
7
  * Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -88,7 +88,7 @@
88
88
 
89
89
  /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
90
90
  * against legacy (pre ISOC90) compilers that did not understand function
91
- * prototypes. It is not required for modern C compilers.
91
+ * prototypes. [Deprecated.]
92
92
  */
93
93
  #ifndef PNGARG
94
94
  # define PNGARG(arglist) arglist
@@ -298,7 +298,7 @@
298
298
 
299
299
  #ifndef PNG_EXPORTA
300
300
  # define PNG_EXPORTA(ordinal, type, name, args, attributes) \
301
- PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
301
+ PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), args, \
302
302
  PNG_LINKAGE_API attributes)
303
303
  #endif
304
304
 
@@ -316,7 +316,7 @@
316
316
  #endif
317
317
 
318
318
  #ifndef PNG_CALLBACK
319
- # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
319
+ # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) args
320
320
  #endif
321
321
 
322
322
  /* Support for compiler specific function attributes. These are used
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.43 */
3
+ /* libpng version 1.6.44 */
4
4
 
5
5
  /* Copyright (c) 2018-2024 Cosmin Truta */
6
6
  /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
package/include/tiffio.h CHANGED
@@ -77,10 +77,6 @@ typedef tstrile_t ttile_t; /* tile number */
77
77
  typedef tmsize_t tsize_t; /* i/o size in bytes */
78
78
  typedef void *tdata_t; /* image data ref */
79
79
 
80
- #if !defined(__WIN32__) && (defined(_WIN32) || defined(WIN32))
81
- #define __WIN32__
82
- #endif
83
-
84
80
  /*
85
81
  * On windows you should define USE_WIN32_FILEIO if you are using tif_win32.c
86
82
  * or AVOID_WIN32_FILEIO if you are using something else (like tif_unix.c).
@@ -88,7 +84,7 @@ typedef void *tdata_t; /* image data ref */
88
84
  * By default tif_unix.c is assumed.
89
85
  */
90
86
 
91
- #if defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
87
+ #if defined(_WIN32)
92
88
  #if !defined(__CYGWIN) && !defined(AVOID_WIN32_FILEIO) && \
93
89
  !defined(USE_WIN32_FILEIO)
94
90
  #define AVOID_WIN32_FILEIO
@@ -98,11 +94,11 @@ typedef void *tdata_t; /* image data ref */
98
94
  #if defined(USE_WIN32_FILEIO)
99
95
  #define VC_EXTRALEAN
100
96
  #include <windows.h>
101
- #ifdef __WIN32__
97
+ #ifdef _WIN32
102
98
  DECLARE_HANDLE(thandle_t); /* Win32 file handle */
103
99
  #else
104
100
  typedef HFILE thandle_t; /* client data handle */
105
- #endif /* __WIN32__ */
101
+ #endif /* _WIN32 */
106
102
  #else
107
103
  typedef void *thandle_t; /* client data handle */
108
104
  #endif /* USE_WIN32_FILEIO */
@@ -311,14 +307,15 @@ extern "C"
311
307
  /*
312
308
  * Auxiliary functions.
313
309
  */
314
-
310
+ #ifndef TIFF_DO_NOT_USE_NON_EXT_ALLOC_FUNCTIONS
315
311
  extern void *_TIFFmalloc(tmsize_t s);
316
312
  extern void *_TIFFcalloc(tmsize_t nmemb, tmsize_t siz);
317
313
  extern void *_TIFFrealloc(void *p, tmsize_t s);
314
+ extern void _TIFFfree(void *p);
315
+ #endif
318
316
  extern void _TIFFmemset(void *p, int v, tmsize_t c);
319
317
  extern void _TIFFmemcpy(void *d, const void *s, tmsize_t c);
320
318
  extern int _TIFFmemcmp(const void *p1, const void *p2, tmsize_t c);
321
- extern void _TIFFfree(void *p);
322
319
 
323
320
  /*
324
321
  ** Stuff, related to tag handling and creating custom tags.
@@ -508,6 +505,9 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
508
505
  TIFFOpenOptionsSetMaxSingleMemAlloc(TIFFOpenOptions *opts,
509
506
  tmsize_t max_single_mem_alloc);
510
507
  extern void
508
+ TIFFOpenOptionsSetMaxCumulatedMemAlloc(TIFFOpenOptions *opts,
509
+ tmsize_t max_cumulated_mem_alloc);
510
+ extern void
511
511
  TIFFOpenOptionsSetErrorHandlerExtR(TIFFOpenOptions *opts,
512
512
  TIFFErrorHandlerExtR handler,
513
513
  void *errorhandler_user_data);
@@ -518,11 +518,11 @@ extern int TIFFReadRGBAImageOriented(TIFF *, uint32_t, uint32_t, uint32_t *,
518
518
 
519
519
  extern TIFF *TIFFOpen(const char *, const char *);
520
520
  extern TIFF *TIFFOpenExt(const char *, const char *, TIFFOpenOptions *opts);
521
- #ifdef __WIN32__
521
+ #ifdef _WIN32
522
522
  extern TIFF *TIFFOpenW(const wchar_t *, const char *);
523
523
  extern TIFF *TIFFOpenWExt(const wchar_t *, const char *,
524
524
  TIFFOpenOptions *opts);
525
- #endif /* __WIN32__ */
525
+ #endif /* _WIN32 */
526
526
  extern TIFF *TIFFFdOpen(int, const char *, const char *);
527
527
  extern TIFF *TIFFFdOpenExt(int, const char *, const char *,
528
528
  TIFFOpenOptions *opts);
@@ -8,7 +8,7 @@
8
8
  * Furthermore, configure_file variables of type "@VAR@" are
9
9
  * modified by clang-format and won't be substituted by CMake.
10
10
  */
11
- #define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.6.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
11
+ #define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.7.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
12
12
  /*
13
13
  * This define can be used in code that requires
14
14
  * compilation-related definitions specific to a
@@ -16,13 +16,13 @@
16
16
  * version checking should be done based on the
17
17
  * string returned by TIFFGetVersion.
18
18
  */
19
- #define TIFFLIB_VERSION 20230908
19
+ #define TIFFLIB_VERSION 20240911
20
20
 
21
21
  /* The following defines have been added in 4.5.0 */
22
22
  #define TIFFLIB_MAJOR_VERSION 4
23
- #define TIFFLIB_MINOR_VERSION 6
23
+ #define TIFFLIB_MINOR_VERSION 7
24
24
  #define TIFFLIB_MICRO_VERSION 0
25
- #define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.6.0"
25
+ #define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.7.0"
26
26
 
27
27
  /* Macro added in 4.5.0. Returns TRUE if the current libtiff version is
28
28
  * greater or equal to major.minor.micro
@@ -4,16 +4,16 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.15.3"
8
- #define VIPS_VERSION_STRING "8.15.3"
7
+ #define VIPS_VERSION "8.15.5"
8
+ #define VIPS_VERSION_STRING "8.15.5"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
10
  #define VIPS_MINOR_VERSION (15)
11
- #define VIPS_MICRO_VERSION (3)
11
+ #define VIPS_MICRO_VERSION (5)
12
12
 
13
13
  /* The ABI version, as used for library versioning.
14
14
  */
15
15
  #define VIPS_LIBRARY_CURRENT (59)
16
- #define VIPS_LIBRARY_REVISION (3)
16
+ #define VIPS_LIBRARY_REVISION (5)
17
17
  #define VIPS_LIBRARY_AGE (17)
18
18
 
19
19
  #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: false\nenable Analyze7 load/save: false\nenable PPM load/save: false\nenable GIF load: true\nuse fftw for FFTs: false\nSIMD support with highway: true\naccelerate loops with ORC: false\nICC profile support with lcms: true\nzlib: true\ntext rendering with pangocairo: true\nfont file support with fontconfig: true\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with libspng: true\nPNG load/save with libpng: false\nselected quantisation package: imagequant\nTIFF load/save with libtiff: true\nimage pyramid save with libarchive: true\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium: false\nPDF load with poppler-glib: false (dynamic module: false)\nSVG load with librsvg: true\nEXR load with OpenEXR: false\nOpenSlide load: false (dynamic module: false)\nMatlab load with libmatio: false\nNIfTI load/save with niftiio: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nselected Magick package: none (dynamic module: false)\nMagick API version: none\nMagick load: false\nMagick save: false"
package/include/zlib.h CHANGED
@@ -49,11 +49,11 @@
49
49
  extern "C" {
50
50
  #endif
51
51
 
52
- #define ZLIBNG_VERSION "2.2.1"
53
- #define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */
52
+ #define ZLIBNG_VERSION "2.2.2"
53
+ #define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */
54
54
  #define ZLIBNG_VER_MAJOR 2
55
55
  #define ZLIBNG_VER_MINOR 2
56
- #define ZLIBNG_VER_REVISION 1
56
+ #define ZLIBNG_VER_REVISION 2
57
57
  #define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
58
58
  #define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
59
59
  #define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "description": "Header files and C++ sources for libvips and dependencies required when compiling sharp from source",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
package/versions.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "aom": "3.9.1",
3
- "archive": "3.7.4",
4
- "cairo": "1.18.0",
2
+ "aom": "3.10.0",
3
+ "archive": "3.7.6",
4
+ "cairo": "1.18.2",
5
5
  "cgif": "0.4.1",
6
6
  "exif": "0.6.24",
7
- "expat": "2.6.2",
7
+ "expat": "2.6.3",
8
8
  "ffi": "3.4.6",
9
9
  "fontconfig": "2.15.0",
10
- "freetype": "2.13.2",
11
- "fribidi": "1.0.15",
12
- "glib": "2.81.1",
13
- "harfbuzz": "9.0.0",
10
+ "freetype": "2.13.3",
11
+ "fribidi": "1.0.16",
12
+ "glib": "2.82.1",
13
+ "harfbuzz": "10.0.1",
14
14
  "heif": "1.18.2",
15
15
  "highway": "1.2.0",
16
16
  "imagequant": "2.4.1",
@@ -18,13 +18,13 @@
18
18
  "mozjpeg": "4.1.5",
19
19
  "pango": "1.54.0",
20
20
  "pixman": "0.43.4",
21
- "png": "1.6.43",
21
+ "png": "1.6.44",
22
22
  "proxy-libintl": "0.4",
23
- "rsvg": "2.58.93",
23
+ "rsvg": "2.59.1",
24
24
  "spng": "0.7.4",
25
- "tiff": "4.6.0",
26
- "vips": "8.15.3",
25
+ "tiff": "4.7.0",
26
+ "vips": "8.15.5-rc1",
27
27
  "webp": "1.4.0",
28
- "xml": "2.13.3",
29
- "zlib-ng": "2.2.1"
28
+ "xml": "2.13.4",
29
+ "zlib-ng": "2.2.2"
30
30
  }