mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
fix(deps): update dependency p-limit to v2.2.1
This commit is contained in:
committed by
Zoltan Kochan
parent
2a8849adcc
commit
b70f8b73dc
@@ -38,7 +38,7 @@
|
||||
"@pnpm/types": "workspace:3.2.0",
|
||||
"graph-sequencer": "2.0.0",
|
||||
"ramda": "0.26.1",
|
||||
"run-groups": "2.0.0"
|
||||
"run-groups": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/build-modules": "link:",
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher#readme",
|
||||
"dependencies": {
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"dint": "4.0.0",
|
||||
"execa": "2.0.4",
|
||||
"path-temp": "2.0.0",
|
||||
"@zkochan/rimraf": "1.0.0"
|
||||
"path-temp": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/git-fetcher": "link:",
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"@pnpm/types": "workspace:3.2.0",
|
||||
"@pnpm/utils": "workspace:0.10.6",
|
||||
"dependency-path": "workspace:3.0.8",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"path-exists": "4.0.0",
|
||||
"ramda": "0.26.1"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@pnpm/types": "workspace:3.2.0",
|
||||
"@zkochan/npm-lifecycle": "3.1.2",
|
||||
"path-exists": "4.0.0",
|
||||
"run-groups": "2.0.0"
|
||||
"run-groups": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/lifecycle": "link:",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"chalk": "2.4.2",
|
||||
"cli-columns": "3.1.2",
|
||||
"dependencies-hierarchy": "workspace:6.0.1",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"ramda": "0.26.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"load-json-file": "6.2.0",
|
||||
"mem": "5.1.1",
|
||||
"normalize-path": "3.0.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"parse-npm-tarball-url": "3.0.0",
|
||||
"semver": "6.3.0",
|
||||
"ssri": "6.0.1",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"load-json-file": "6.2.0",
|
||||
"make-dir": "3.0.0",
|
||||
"mz": "2.7.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"p-queue": "6.1.1",
|
||||
"path-exists": "4.0.0",
|
||||
"rename-overwrite": "2.0.2",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"mz": "2.7.0",
|
||||
"ncp": "2.0.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"path-exists": "4.0.0",
|
||||
"path-temp": "2.0.0",
|
||||
"ramda": "0.26.1",
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"mz": "2.7.0",
|
||||
"nopt": "4.0.1",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"path-absolute": "1.0.1",
|
||||
"path-name": "1.0.0",
|
||||
"pkgs-graph": "workspace:4.1.0",
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"@pnpm/fetch": "workspace:1.0.1",
|
||||
"@pnpm/store-controller-types": "workspace:3.0.3",
|
||||
"@pnpm/types": "workspace:3.2.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"uuid": "3.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,11 +65,11 @@
|
||||
"normalize-path": "3.0.0",
|
||||
"p-every": "2.0.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.2.0",
|
||||
"p-limit": "2.2.1",
|
||||
"path-absolute": "1.0.1",
|
||||
"ramda": "0.26.1",
|
||||
"remove-all-except-outer-links": "2.0.1",
|
||||
"run-groups": "2.0.0",
|
||||
"run-groups": "2.0.1",
|
||||
"semver": "6.3.0",
|
||||
"validate-npm-package-name": "3.0.0",
|
||||
"version-selector-type": "2.0.1"
|
||||
|
||||
60
pnpm-lock.yaml
generated
60
pnpm-lock.yaml
generated
@@ -28,7 +28,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
graph-sequencer: 2.0.0
|
||||
ramda: 0.26.1
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
devDependencies:
|
||||
'@pnpm/build-modules': 'link:'
|
||||
'@pnpm/logger': 2.1.1
|
||||
@@ -48,7 +48,7 @@ importers:
|
||||
graph-sequencer: 2.0.0
|
||||
ramda: 0.26.1
|
||||
rimraf: 3.0.0
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
packages/config:
|
||||
dependencies:
|
||||
'@pnpm/error': 'link:../error'
|
||||
@@ -414,7 +414,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
'@pnpm/utils': 'link:../utils'
|
||||
dependency-path: 'link:../dependency-path'
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.26.1
|
||||
devDependencies:
|
||||
@@ -487,7 +487,7 @@ importers:
|
||||
isexe: 2.0.0
|
||||
mz: 2.7.0
|
||||
npm-run-all: 4.1.5
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.26.1
|
||||
rimraf: 3.0.0
|
||||
@@ -502,7 +502,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
'@zkochan/npm-lifecycle': 3.1.2
|
||||
path-exists: 4.0.0
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
devDependencies:
|
||||
'@pnpm/lifecycle': 'link:'
|
||||
'@pnpm/logger': 2.1.1
|
||||
@@ -523,7 +523,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
path-exists: 4.0.0
|
||||
rimraf: 3.0.0
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
tape: 4.11.0
|
||||
packages/list:
|
||||
dependencies:
|
||||
@@ -535,7 +535,7 @@ importers:
|
||||
chalk: 2.4.2
|
||||
cli-columns: 3.1.2
|
||||
dependencies-hierarchy: 'link:../dependencies-hierarchy'
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
ramda: 0.26.1
|
||||
devDependencies:
|
||||
'@pnpm/list': 'link:'
|
||||
@@ -560,7 +560,7 @@ importers:
|
||||
cli-columns: 3.1.2
|
||||
common-tags: 1.8.0
|
||||
dependencies-hierarchy: 'workspace:6.0.1'
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
ramda: 0.26.1
|
||||
tape: 4.11.0
|
||||
packages/local-resolver:
|
||||
@@ -760,7 +760,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
mem: 5.1.1
|
||||
normalize-path: 3.0.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
parse-npm-tarball-url: 3.0.0
|
||||
semver: 6.3.0
|
||||
ssri: 6.0.1
|
||||
@@ -797,7 +797,7 @@ importers:
|
||||
mem: 5.1.1
|
||||
nock: ^10.0.0
|
||||
normalize-path: 3.0.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
parse-npm-tarball-url: 3.0.0
|
||||
path-exists: 4.0.0
|
||||
rimraf: 3.0.0
|
||||
@@ -871,7 +871,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
make-dir: 3.0.0
|
||||
mz: 2.7.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
p-queue: 6.1.1
|
||||
path-exists: 4.0.0
|
||||
rename-overwrite: 2.0.2
|
||||
@@ -924,7 +924,7 @@ importers:
|
||||
ncp: 2.0.0
|
||||
nock: 10.0.6
|
||||
normalize-path: 3.0.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
p-queue: 6.1.1
|
||||
path-exists: 4.0.0
|
||||
rename-overwrite: 2.0.2
|
||||
@@ -951,7 +951,7 @@ importers:
|
||||
mz: 2.7.0
|
||||
ncp: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
ramda: 0.26.1
|
||||
@@ -988,7 +988,7 @@ importers:
|
||||
mz: 2.7.0
|
||||
ncp: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
ramda: 0.26.1
|
||||
@@ -1074,7 +1074,7 @@ importers:
|
||||
mz: 2.7.0
|
||||
nopt: 4.0.1
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-absolute: 1.0.1
|
||||
path-name: 1.0.0
|
||||
pkgs-graph: 'link:../pkgs-graph'
|
||||
@@ -1203,7 +1203,7 @@ importers:
|
||||
npm-run-all: 4.1.5
|
||||
p-any: 2.1.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
path-name: 1.0.0
|
||||
@@ -1388,7 +1388,7 @@ importers:
|
||||
'@pnpm/fetch': 'link:../fetch'
|
||||
'@pnpm/store-controller-types': 'link:../store-controller-types'
|
||||
'@pnpm/types': 'link:../types'
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
uuid: 3.3.2
|
||||
devDependencies:
|
||||
'@pnpm/logger': 2.1.1
|
||||
@@ -1423,7 +1423,7 @@ importers:
|
||||
is-port-reachable: 2.0.1
|
||||
mz: 2.7.0
|
||||
node-fetch: 2.6.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
rimraf: 3.0.0
|
||||
tape: 4.11.0
|
||||
uuid: 3.3.2
|
||||
@@ -1511,11 +1511,11 @@ importers:
|
||||
normalize-path: 3.0.0
|
||||
p-every: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-absolute: 1.0.1
|
||||
ramda: 0.26.1
|
||||
remove-all-except-outer-links: 2.0.1
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
semver: 6.3.0
|
||||
validate-npm-package-name: 3.0.0
|
||||
version-selector-type: 2.0.1
|
||||
@@ -1633,7 +1633,7 @@ importers:
|
||||
npm-run-all: 4.1.5
|
||||
p-every: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
path-name: 1.0.0
|
||||
@@ -1642,7 +1642,7 @@ importers:
|
||||
remove-all-except-outer-links: 2.0.1
|
||||
resolve-link-target: 1.0.1
|
||||
rimraf: 3.0.0
|
||||
run-groups: 2.0.0
|
||||
run-groups: 2.0.1
|
||||
semver: 6.3.0
|
||||
sinon: 7.4.1
|
||||
supi: 'link:'
|
||||
@@ -3918,7 +3918,7 @@ packages:
|
||||
graceful-fs: 4.2.2
|
||||
mz: 2.7.0
|
||||
p-every: 2.0.0
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
ssri: 6.0.1
|
||||
dev: false
|
||||
engines:
|
||||
@@ -6388,13 +6388,13 @@ packages:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
|
||||
/p-limit/2.2.0:
|
||||
/p-limit/2.2.1:
|
||||
dependencies:
|
||||
p-try: 2.2.0
|
||||
engines:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
|
||||
integrity: sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
|
||||
/p-locate/2.0.0:
|
||||
dependencies:
|
||||
p-limit: 1.3.0
|
||||
@@ -6405,7 +6405,7 @@ packages:
|
||||
integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
|
||||
/p-locate/3.0.0:
|
||||
dependencies:
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=6'
|
||||
@@ -6413,7 +6413,7 @@ packages:
|
||||
integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
|
||||
/p-locate/4.1.0:
|
||||
dependencies:
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
engines:
|
||||
node: '>=8'
|
||||
resolution:
|
||||
@@ -7253,14 +7253,14 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=
|
||||
/run-groups/2.0.0:
|
||||
/run-groups/2.0.1:
|
||||
dependencies:
|
||||
p-limit: 2.2.0
|
||||
p-limit: 2.2.1
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=8'
|
||||
resolution:
|
||||
integrity: sha512-bYite15sXr2Mvo1yhHqq2WC3jeSKK03RbxGGUcbNLsiSFbNqlMf010VgTvexNIHV8d11qjnSJfYRi0xI9hn1IA==
|
||||
integrity: sha512-ZoZ+85ZTajhwpfehKwv5PMOMNgern4Sl3VbUXoJO+cmtI/ojmCjKqdHCIdEmy257Uxo74XvDqI8CAC5Kq4kwvw==
|
||||
/run-node/1.0.0:
|
||||
dev: true
|
||||
engines:
|
||||
|
||||
Reference in New Issue
Block a user