mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency verdaccio-memory to v10.2.1 (#3204)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9e743f493e
commit
acfa4ea781
5 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -158,7 +158,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["verdaccio-audit", "npm:10.2.2"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.3.0"],
|
||||
["verdaccio-memory", "npm:10.2.0"]
|
||||
["verdaccio-memory", "npm:10.2.1"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
|
@ -18084,7 +18084,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["verdaccio-audit", "npm:10.2.2"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.3.0"],
|
||||
["verdaccio-memory", "npm:10.2.0"]
|
||||
["verdaccio-memory", "npm:10.2.1"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
|
@ -18127,10 +18127,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["verdaccio-memory", [
|
||||
["npm:10.2.0", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-memory-npm-10.2.0-54bd6fecb3-b0f1acd146.zip/node_modules/verdaccio-memory/",
|
||||
["npm:10.2.1", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-memory-npm-10.2.1-78db7eb20e-585bb22c23.zip/node_modules/verdaccio-memory/",
|
||||
"packageDependencies": [
|
||||
["verdaccio-memory", "npm:10.2.0"],
|
||||
["verdaccio-memory", "npm:10.2.1"],
|
||||
["@verdaccio/commons-api", "npm:10.2.0"],
|
||||
["@verdaccio/streams", "npm:10.2.0"],
|
||||
["memory-fs", "npm:0.5.0"]
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/verdaccio-memory-npm-10.2.1-78db7eb20e-585bb22c23.zip
vendored
Normal file
BIN
.yarn/cache/verdaccio-memory-npm-10.2.1-78db7eb20e-585bb22c23.zip
vendored
Normal file
Binary file not shown.
|
@ -141,7 +141,7 @@
|
|||
"ts-node": "10.7.0",
|
||||
"typescript": "4.1.3",
|
||||
"verdaccio-auth-memory": "10.2.0",
|
||||
"verdaccio-memory": "10.2.0"
|
||||
"verdaccio-memory": "10.2.1"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue