git: 772b54088701 - main - www/npm*: Update to 11.6.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 23:54:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=772b54088701809feec49fc3b306c2fabfd93fe4

commit 772b54088701809feec49fc3b306c2fabfd93fe4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:22:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:22:59 +0000

    www/npm*: Update to 11.6.2
    
    Changes:        https://github.com/npm/cli/releases
---
 www/npm-node24/Makefile  | 2 +-
 www/npm-node24/distinfo  | 6 +++---
 www/npm-node24/pkg-plist | 9 ---------
 www/npm/Makefile         | 3 +--
 4 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/www/npm-node24/Makefile b/www/npm-node24/Makefile
index cce134b9fab1..e277a997a08b 100644
--- a/www/npm-node24/Makefile
+++ b/www/npm-node24/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	npm
-PORTVERSION=	11.6.1
+PORTVERSION=	11.6.2
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 PKGNAMESUFFIX=	${NODEJS_SUFFIX}
diff --git a/www/npm-node24/distinfo b/www/npm-node24/distinfo
index d0a9a3b31d6b..2a7311a6385a 100644
--- a/www/npm-node24/distinfo
+++ b/www/npm-node24/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816580
-SHA256 (npm-11.6.1.tar.xz) = 7bb6bf7531e422e484dc8d08d343f395f8629daf80b8c1b4d47b7828b6b6a7d5
-SIZE (npm-11.6.1.tar.xz) = 1759776
+TIMESTAMP = 1763853210
+SHA256 (npm-11.6.2.tar.xz) = bc3f421483829754fa2e04a244f268cc779bceeb11a232bdc1e6a37abff664d4
+SIZE (npm-11.6.2.tar.xz) = 1744452
diff --git a/www/npm-node24/pkg-plist b/www/npm-node24/pkg-plist
index d66e9e1ca2a3..97acfc0fc07e 100644
--- a/www/npm-node24/pkg-plist
+++ b/www/npm-node24/pkg-plist
@@ -1735,15 +1735,6 @@ lib/node_modules/npm/node_modules/nopt/lib/nopt-lib.js
 lib/node_modules/npm/node_modules/nopt/lib/nopt.js
 lib/node_modules/npm/node_modules/nopt/lib/type-defs.js
 lib/node_modules/npm/node_modules/nopt/package.json
-lib/node_modules/npm/node_modules/normalize-package-data/LICENSE
-lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js
-lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js
-lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js
-lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js
-lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js
-lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json
-lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json
-lib/node_modules/npm/node_modules/normalize-package-data/package.json
 lib/node_modules/npm/node_modules/npm-audit-report/LICENSE
 lib/node_modules/npm/node_modules/npm-audit-report/lib/colors.js
 lib/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js
diff --git a/www/npm/Makefile b/www/npm/Makefile
index 70739761acf7..1aebb32a6966 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	npm
-PORTVERSION=	11.6.1
-PORTREVISION=	1
+PORTVERSION=	11.6.2
 CATEGORIES=	www
 
 MAINTAINER=	sunpoet@FreeBSD.org