From 758c9df36e8ad868b28a03d82164d0ccd6906fb0 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 23 Jun 2024 00:27:53 +0000 Subject: [PATCH] deps: update zlib to 1.3.0.1-motley-e432200 PR-URL: https://github.com/nodejs/node/pull/53464 Reviewed-By: Chemi Atlow Reviewed-By: Marco Ippolito Reviewed-By: Rafael Gonzaga Reviewed-By: James M Snell --- deps/zlib/contrib/minizip/README.chromium | 3 ++- src/zlib_version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deps/zlib/contrib/minizip/README.chromium b/deps/zlib/contrib/minizip/README.chromium index b5895f2a5181b0..ceaff34f0f3fa6 100644 --- a/deps/zlib/contrib/minizip/README.chromium +++ b/deps/zlib/contrib/minizip/README.chromium @@ -2,10 +2,11 @@ Name: ZIP file API for reading file entries in a ZIP archive Short Name: minizip URL: https://github.com/madler/zlib/tree/master/contrib/minizip Version: 1.3.0.1 +Revision: 643e17b7498d12ab8d15565662880579692f769d License: Zlib License File: //third_party/zlib/LICENSE -Security Critical: yes Shipped: yes +Security Critical: yes CPEPrefix: cpe:/a:minizip_project:minizip Description: diff --git a/src/zlib_version.h b/src/zlib_version.h index 66940a82f4f095..36f596a0ade87a 100644 --- a/src/zlib_version.h +++ b/src/zlib_version.h @@ -2,5 +2,5 @@ // Refer to tools/dep_updaters/update-zlib.sh #ifndef SRC_ZLIB_VERSION_H_ #define SRC_ZLIB_VERSION_H_ -#define ZLIB_VERSION "1.3.0.1-motley-887bb57" +#define ZLIB_VERSION "1.3.0.1-motley-e432200" #endif // SRC_ZLIB_VERSION_H_