npm: 8.14.0 -> 8.15.0

This commit is contained in:
Tim Biermann 2022-07-23 18:59:09 +02:00
parent 45ecf2023e
commit 850a323d1a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 6 additions and 5 deletions

View File

@ -139,6 +139,7 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/lib/utils/config/
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/timers.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/update-notifier.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/validate-lockfile.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/web-auth.js
drwxr-xr-x root/root usr/lib/node_modules/npm/lib/workspaces/
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/workspaces/get-workspaces.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/workspaces/update-workspaces.js

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32l0rOHC5l5JS2+AXDlf36SspPpzVYBXj/KMm8g3pPl4Kcas8BoUAiUjnuDpsMUWMTRfPAD2DU1ev5NTp+cB2wo=
SHA256 (Pkgfile) = f77610f0a6d06e904f483f197dc0ee0451b2eb8a8b98578538e6842f31487459
SHA256 (.footprint) = 7288f4de79f864e877e818778eaef23c50cf438195a821cf41d643663e13aecc
SHA256 (npm-8.14.0.tar.gz) = b7c972e21f653a4cf7d9be48660867b9d2b327ee28f7cf30336d2a9b4a11e555
RWSagIOpLGJF3x0CH+ITPwZENGfCQVdAdJfNKKWb4xhTTa30ZIbuzI55FORcs1EZ1VO8Po/6nUFwkHHufdxC46p5rZh2BZd+swE=
SHA256 (Pkgfile) = 1447d111c0ade3d08d0f57b5ffc222cdcd48f0e41b7f8561fb0216b75da98c09
SHA256 (.footprint) = 6e9f3a15bb7d55cc88acb914d37a31d6914902e76236af3ff172fa13dd1b0bc5
SHA256 (npm-8.15.0.tar.gz) = cc3f8c948e2085d2eda9794bcf8aaba778202ab4039b414cde9aaea6838a490e
SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462

View File

@ -4,7 +4,7 @@
# Depends on: nodejs
name=npm
version=8.14.0
version=8.15.0
release=1
source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz
destdir.patch)