diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-23 18:59:09 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-23 18:59:09 +0200 |
commit | 850a323d1a3b631756d518bad27683466146dde9 (patch) | |
tree | 3b588f7d78ac56dfba0e6e7a05a4ca3dde3e8d89 /npm | |
parent | 45ecf2023e836cfa206386841c2b1d32e6e8c029 (diff) | |
download | contrib-850a323d1a3b631756d518bad27683466146dde9.tar.gz contrib-850a323d1a3b631756d518bad27683466146dde9.tar.xz |
npm: 8.14.0 -> 8.15.0
Diffstat (limited to 'npm')
-rw-r--r-- | npm/.footprint | 1 | ||||
-rw-r--r-- | npm/.signature | 8 | ||||
-rw-r--r-- | npm/Pkgfile | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/npm/.footprint b/npm/.footprint index 0735199b8..abb3b1ad4 100644 --- a/npm/.footprint +++ b/npm/.footprint @@ -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 diff --git a/npm/.signature b/npm/.signature index d5a1de9ef..9669f38ca 100644 --- a/npm/.signature +++ b/npm/.signature @@ -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 diff --git a/npm/Pkgfile b/npm/Pkgfile index f6f7324d8..5a3ce6ee7 100644 --- a/npm/Pkgfile +++ b/npm/Pkgfile @@ -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) |