mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency tmp-promise to v3.0.3 (#2592)
This commit is contained in:
parent
28331ff07a
commit
2091f268d3
3 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@
|
||||||
"@verdaccio/config": "workspace:6.0.0-6-next.10",
|
"@verdaccio/config": "workspace:6.0.0-6-next.10",
|
||||||
"@verdaccio/utils": "workspace:6.0.0-6-next.8",
|
"@verdaccio/utils": "workspace:6.0.0-6-next.8",
|
||||||
"minimatch": "3.0.4",
|
"minimatch": "3.0.4",
|
||||||
"tmp-promise": "3.0.2"
|
"tmp-promise": "3.0.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"@verdaccio/types": "workspace:11.0.0-6-next.9",
|
"@verdaccio/types": "workspace:11.0.0-6-next.9",
|
||||||
"undici": "4.7.3",
|
"undici": "4.7.3",
|
||||||
"undici-fetch": "1.0.0-rc.4",
|
"undici-fetch": "1.0.0-rc.4",
|
||||||
"tmp-promise": "3.0.2"
|
"tmp-promise": "3.0.3"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -688,7 +688,7 @@ importers:
|
||||||
lowdb: 1.0.0
|
lowdb: 1.0.0
|
||||||
lru-cache: 6.0.0
|
lru-cache: 6.0.0
|
||||||
minimatch: 3.0.4
|
minimatch: 3.0.4
|
||||||
tmp-promise: 3.0.2
|
tmp-promise: 3.0.3
|
||||||
dependencies:
|
dependencies:
|
||||||
'@verdaccio/core': link:../../core/core
|
'@verdaccio/core': link:../../core/core
|
||||||
'@verdaccio/file-locking': link:../../core/file-locking
|
'@verdaccio/file-locking': link:../../core/file-locking
|
||||||
|
@ -707,7 +707,7 @@ importers:
|
||||||
'@verdaccio/types': link:../../core/types
|
'@verdaccio/types': link:../../core/types
|
||||||
'@verdaccio/utils': link:../../utils
|
'@verdaccio/utils': link:../../utils
|
||||||
minimatch: 3.0.4
|
minimatch: 3.0.4
|
||||||
tmp-promise: 3.0.2
|
tmp-promise: 3.0.3
|
||||||
|
|
||||||
packages/plugins/memory:
|
packages/plugins/memory:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -1028,7 +1028,7 @@ importers:
|
||||||
lunr-mutable-indexes: 2.3.2
|
lunr-mutable-indexes: 2.3.2
|
||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
tmp-promise: 3.0.2
|
tmp-promise: 3.0.3
|
||||||
undici: 4.7.3
|
undici: 4.7.3
|
||||||
undici-fetch: 1.0.0-rc.4
|
undici-fetch: 1.0.0-rc.4
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1053,7 +1053,7 @@ importers:
|
||||||
'@types/node': 16.9.1
|
'@types/node': 16.9.1
|
||||||
'@verdaccio/mock': link:../tools/mock
|
'@verdaccio/mock': link:../tools/mock
|
||||||
'@verdaccio/types': link:../core/types
|
'@verdaccio/types': link:../core/types
|
||||||
tmp-promise: 3.0.2
|
tmp-promise: 3.0.3
|
||||||
undici: 4.7.3
|
undici: 4.7.3
|
||||||
undici-fetch: 1.0.0-rc.4
|
undici-fetch: 1.0.0-rc.4
|
||||||
|
|
||||||
|
@ -20297,8 +20297,8 @@ packages:
|
||||||
/tiny-warning/1.0.3:
|
/tiny-warning/1.0.3:
|
||||||
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
|
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
|
||||||
|
|
||||||
/tmp-promise/3.0.2:
|
/tmp-promise/3.0.3:
|
||||||
resolution: {integrity: sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==}
|
resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
tmp: 0.2.1
|
tmp: 0.2.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in a new issue