mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(deps): update dependency memfs to v3.5.1 (#3808)
This commit is contained in:
parent
ffaf5cc0f4
commit
d52dbadae8
2 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@
|
|||
"@verdaccio/core": "workspace:6.0.0-6-next.68",
|
||||
"memory-fs": "0.5.0",
|
||||
"debug": "4.3.4",
|
||||
"memfs": "3.4.12"
|
||||
"memfs": "3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
|
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
|
@ -1142,8 +1142,8 @@ importers:
|
|||
specifier: 4.3.4
|
||||
version: 4.3.4(supports-color@6.1.0)
|
||||
memfs:
|
||||
specifier: 3.4.12
|
||||
version: 3.4.12
|
||||
specifier: 3.5.1
|
||||
version: 3.5.1
|
||||
memory-fs:
|
||||
specifier: 0.5.0
|
||||
version: 0.5.0
|
||||
|
@ -16490,7 +16490,7 @@ packages:
|
|||
eslint: 8.34.0
|
||||
fs-extra: 9.1.0
|
||||
glob: 7.2.3
|
||||
memfs: 3.4.12
|
||||
memfs: 3.5.1
|
||||
minimatch: 3.1.2
|
||||
schema-utils: 2.7.0
|
||||
semver: 7.5.0
|
||||
|
@ -16522,7 +16522,7 @@ packages:
|
|||
eslint: 8.34.0
|
||||
fs-extra: 9.1.0
|
||||
glob: 7.2.3
|
||||
memfs: 3.4.12
|
||||
memfs: 3.5.1
|
||||
minimatch: 3.1.2
|
||||
schema-utils: 2.7.0
|
||||
semver: 7.5.0
|
||||
|
@ -16553,7 +16553,7 @@ packages:
|
|||
eslint: 8.34.0
|
||||
fs-extra: 9.1.0
|
||||
glob: 7.2.3
|
||||
memfs: 3.4.12
|
||||
memfs: 3.5.1
|
||||
minimatch: 3.1.2
|
||||
schema-utils: 2.7.0
|
||||
semver: 7.5.0
|
||||
|
@ -20236,8 +20236,8 @@ packages:
|
|||
mimic-fn: 3.1.0
|
||||
dev: true
|
||||
|
||||
/memfs@3.4.12:
|
||||
resolution: {integrity: sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==}
|
||||
/memfs@3.5.1:
|
||||
resolution: {integrity: sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==}
|
||||
engines: {node: '>= 4.0.0'}
|
||||
dependencies:
|
||||
fs-monkey: 1.0.3
|
||||
|
@ -26766,7 +26766,7 @@ packages:
|
|||
dependencies:
|
||||
colorette: 1.4.0
|
||||
mem: 8.1.1
|
||||
memfs: 3.4.12
|
||||
memfs: 3.5.1
|
||||
mime-types: 2.1.35
|
||||
range-parser: 1.2.1
|
||||
schema-utils: 3.1.1
|
||||
|
@ -26780,7 +26780,7 @@ packages:
|
|||
webpack: ^4.0.0 || ^5.0.0
|
||||
dependencies:
|
||||
colorette: 2.0.20
|
||||
memfs: 3.4.12
|
||||
memfs: 3.5.1
|
||||
mime-types: 2.1.35
|
||||
range-parser: 1.2.1
|
||||
schema-utils: 4.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue