summaryrefslogtreecommitdiff
path: root/npm
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-25 21:47:58 +0200
committerTim Biermann <tbier@posteo.de>2022-06-25 21:47:58 +0200
commitb0fd6c562bfba90b1b273b5635729361f74dd0ae (patch)
tree4f5a5fd2141f32b6882b02ce1bbfbc80b8cbe937 /npm
parentd8b1b8d64d15615dd8e1d2b065dc960522fe1704 (diff)
parentc043b669a4e0957b54cd2b5ee0a70ea0c7713965 (diff)
downloadcontrib-b0fd6c562bfba90b1b273b5635729361f74dd0ae.tar.gz
contrib-b0fd6c562bfba90b1b273b5635729361f74dd0ae.tar.xz
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'npm')
-rw-r--r--npm/.footprint3
-rw-r--r--npm/.signature8
-rw-r--r--npm/Pkgfile2
3 files changed, 8 insertions, 5 deletions
diff --git a/npm/.footprint b/npm/.footprint
index ab55d88c9..85f63c3f9 100644
--- a/npm/.footprint
+++ b/npm/.footprint
@@ -125,6 +125,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/log-file.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/log-shim.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/npm-usage.js
+-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/open-url-prompt.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/open-url.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/otplease.js
-rw-r--r-- root/root usr/lib/node_modules/npm/lib/utils/ping.js
@@ -367,6 +368,7 @@ drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/
drwxr-xr-x root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/
+-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/escape.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js
-rw-r--r-- root/root usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js
@@ -1903,6 +1905,7 @@ drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/developers.7.gz
-rw-r--r-- root/root usr/share/man/man7/logging.7.gz
-rw-r--r-- root/root usr/share/man/man7/orgs.7.gz
+-rw-r--r-- root/root usr/share/man/man7/package-spec.7.gz
-rw-r--r-- root/root usr/share/man/man7/registry.7.gz
-rw-r--r-- root/root usr/share/man/man7/removal.7.gz
-rw-r--r-- root/root usr/share/man/man7/scope.7.gz
diff --git a/npm/.signature b/npm/.signature
index 1ba8a05ee..a0db9e60b 100644
--- a/npm/.signature
+++ b/npm/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37Fzd2Ta3gkQXrGBp3lwIz5+WCh3qBiC9gU841JS68tzdVRFYuPk4mqgY/JcEuqUrLV8iZm5b9biNnR/EMEvBQg=
-SHA256 (Pkgfile) = bac2a34558ff0ae855f7f7f7aa8418922061c5ed37c2f1036c259b511ea3216a
-SHA256 (.footprint) = 0db9551344089687fc49c3db096e9d8d20a9f8f34ba4ee2f3e36cc18c9c6fd30
-SHA256 (npm-8.12.2.tar.gz) = 24b2a9b2593ec46f7ffec3aad9b77960593dc926c91e607c39b898d4c37dab36
+RWSagIOpLGJF30/Lyjf3HfpV9XdOeNIuMk7W1Xj52pl1uZ0T4fv/ZFfLVMGBWwtt/hd8u23GxbMJ4ppfJv4NbicD7ahcOn/q3QM=
+SHA256 (Pkgfile) = 3536513335020f4812662bf9b35f093cc6c30723ede0cfb9d7ce9a9d01821112
+SHA256 (.footprint) = 10d5ec3de631bf346c5278b84a9affde5c38bee75dc840bcdb193a55421763a4
+SHA256 (npm-8.13.1.tar.gz) = c5bd8e4895333ebd6380a2b2f03e728fbc96f7a189db7f2f9b01805c06d3ea8b
SHA256 (destdir.patch) = b74ee19a9412025067c9d0b5aa5946a651a7bc0dedab4ae147b3e5d1fb569462
diff --git a/npm/Pkgfile b/npm/Pkgfile
index f2bdf86da..636400622 100644
--- a/npm/Pkgfile
+++ b/npm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nodejs
name=npm
-version=8.12.2
+version=8.13.1
release=1
source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz
destdir.patch)

Generated by cgit