diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-24 09:25:42 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-24 09:25:42 +0200 |
commit | 32269978323125b1e8f6e0c390997b8ee30a3271 (patch) | |
tree | ebeb4126fab5423fb912f4bd3b2a702d7be63bd2 /npm | |
parent | 893c4af758ae6eeeaff33cafa7d2e59fead9ebe7 (diff) | |
parent | fdee1d3bf71514c969b861893b179aba7325d29b (diff) | |
download | contrib-32269978323125b1e8f6e0c390997b8ee30a3271.tar.gz contrib-32269978323125b1e8f6e0c390997b8ee30a3271.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
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 80fc75bdb..367a2c68c 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 d0eb9b5d2..e0ab41560 100644 --- a/npm/.signature +++ b/npm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yfVLW58z2qf7XKGtfOQa9c3xSobDidCD8VsWmNWCfw1H59w8YcTWjT/3uhmyPdrMumEKPcNeVA8CdC7KiAScQQ= -SHA256 (Pkgfile) = f77610f0a6d06e904f483f197dc0ee0451b2eb8a8b98578538e6842f31487459 -SHA256 (.footprint) = e6d4d48d9c1c27d3b86064bb9257ce9197a2a2829cffc33fce4831754f964a53 -SHA256 (npm-8.14.0.tar.gz) = b7c972e21f653a4cf7d9be48660867b9d2b327ee28f7cf30336d2a9b4a11e555 +RWSagIOpLGJF3w1ItI7Y4I2rMWy7TAJSJ6nWg3w6ALUutOpozSjOwNoe1bluN9hcqJxwsdNAOcvmOEk32UOahTXZcrXfhne27gQ= +SHA256 (Pkgfile) = 1447d111c0ade3d08d0f57b5ffc222cdcd48f0e41b7f8561fb0216b75da98c09 +SHA256 (.footprint) = cea67e3aa82913517f65fd4cec4feddb086b90eb0bb25d73df9516e7e099054a +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) |