mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update core verdaccio dependencies (#4500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a183446000
commit
eda0f513d0
2 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
@ -19,22 +19,22 @@
|
||||||
"url": "https://opencollective.com/verdaccio"
|
"url": "https://opencollective.com/verdaccio"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/auth": "7.0.0-next-7.7",
|
"@verdaccio/auth": "7.0.0-next-7.9",
|
||||||
"@verdaccio/config": "7.0.0-next-7.7",
|
"@verdaccio/config": "7.0.0-next-7.9",
|
||||||
"@verdaccio/core": "7.0.0-next-7.7",
|
"@verdaccio/core": "7.0.0-next-7.9",
|
||||||
"@verdaccio/hooks": "7.0.0-next-7.7",
|
"@verdaccio/hooks": "7.0.0-next-7.9",
|
||||||
"@verdaccio/loaders": "7.0.0-next-7.7",
|
"@verdaccio/loaders": "7.0.0-next-7.9",
|
||||||
"@verdaccio/local-storage": "10.3.4",
|
"@verdaccio/local-storage": "10.3.4",
|
||||||
"@verdaccio/logger": "7.0.0-next-7.7",
|
"@verdaccio/logger": "7.0.0-next-7.9",
|
||||||
"@verdaccio/middleware": "7.0.0-next-7.7",
|
"@verdaccio/middleware": "7.0.0-next-7.9",
|
||||||
"@verdaccio/proxy": "7.0.0-next-7.7",
|
"@verdaccio/proxy": "7.0.0-next-7.9",
|
||||||
"@verdaccio/search": "7.0.0-next.2",
|
"@verdaccio/search": "7.0.0-next.2",
|
||||||
"@verdaccio/signature": "7.0.0-next.3",
|
"@verdaccio/signature": "7.0.0-next.3",
|
||||||
"@verdaccio/streams": "10.2.1",
|
"@verdaccio/streams": "10.2.1",
|
||||||
"@verdaccio/tarball": "12.0.0-next-7.7",
|
"@verdaccio/tarball": "12.0.0-next-7.9",
|
||||||
"@verdaccio/ui-theme": "7.0.0-next-7.7",
|
"@verdaccio/ui-theme": "7.0.0-next-7.9",
|
||||||
"@verdaccio/url": "12.0.0-next-7.7",
|
"@verdaccio/url": "12.0.0-next-7.9",
|
||||||
"@verdaccio/utils": "7.0.0-next-7.7",
|
"@verdaccio/utils": "7.0.0-next-7.9",
|
||||||
"async": "3.2.5",
|
"async": "3.2.5",
|
||||||
"clipanion": "3.2.1",
|
"clipanion": "3.2.1",
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
"pkginfo": "0.4.1",
|
"pkginfo": "0.4.1",
|
||||||
"semver": "7.5.4",
|
"semver": "7.5.4",
|
||||||
"validator": "13.11.0",
|
"validator": "13.11.0",
|
||||||
"verdaccio-audit": "12.0.0-next-7.7",
|
"verdaccio-audit": "12.0.0-next-7.9",
|
||||||
"verdaccio-htpasswd": "12.0.0-next-7.7"
|
"verdaccio-htpasswd": "12.0.0-next-7.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.23.4",
|
"@babel/cli": "7.23.4",
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue