1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/npm: Update to 9.6.7

Changes:	https://github.com/npm/cli/releases
This commit is contained in:
Po-Chuan Hsieh 2023-05-28 07:22:45 +08:00
parent b3d3005eca
commit ffdd0ef87d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= npm
PORTVERSION= 9.6.6
PORTVERSION= 9.6.7
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= ${NODEJS_SUFFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1683227599
SHA256 (npm-9.6.6.tar.xz) = 7427fbe37baa2ed709f4cd7b51ff95d9609ef741bd77b9111fa11d89865a2766
SIZE (npm-9.6.6.tar.xz) = 1824788
TIMESTAMP = 1685162058
SHA256 (npm-9.6.7.tar.xz) = b741aa5dde305ca66fb0ead2c7a6aeb915d61e3c482cd42d94040dbbd2e06b8f
SIZE (npm-9.6.7.tar.xz) = 1831000

View File

@ -567,6 +567,7 @@ lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js
lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json
lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js
lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js
@ -2139,6 +2140,8 @@ lib/node_modules/npm/node_modules/sigstore/dist/external/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/external/index.js
lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.js
lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.js
lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js
lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts
@ -2179,10 +2182,14 @@ lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js
lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.js
lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.js
lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.js
lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts
lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js
lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts

View File

@ -1,5 +1,5 @@
PORTNAME= npm
PORTVERSION= 9.6.6
PORTVERSION= 9.6.7
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org