mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update core verdaccio dependencies (#4911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
54f2f888ce
commit
a10ac9727c
2 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
@ -19,23 +19,23 @@
|
|||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/auth": "8.0.0-next-8.2",
|
||||
"@verdaccio/config": "8.0.0-next-8.2",
|
||||
"@verdaccio/core": "8.0.0-next-8.2",
|
||||
"@verdaccio/hooks": "8.0.0-next-8.2",
|
||||
"@verdaccio/loaders": "8.0.0-next-8.2",
|
||||
"@verdaccio/auth": "8.0.0-next-8.3",
|
||||
"@verdaccio/config": "8.0.0-next-8.3",
|
||||
"@verdaccio/core": "8.0.0-next-8.3",
|
||||
"@verdaccio/hooks": "8.0.0-next-8.3",
|
||||
"@verdaccio/loaders": "8.0.0-next-8.3",
|
||||
"@verdaccio/local-storage": "10.3.4",
|
||||
"@verdaccio/local-storage-legacy": "11.0.2",
|
||||
"@verdaccio/logger": "8.0.0-next-8.2",
|
||||
"@verdaccio/middleware": "8.0.0-next-8.2",
|
||||
"@verdaccio/proxy": "8.0.0-next-8.2",
|
||||
"@verdaccio/search": "8.0.0-next-8.2",
|
||||
"@verdaccio/logger": "8.0.0-next-8.3",
|
||||
"@verdaccio/middleware": "8.0.0-next-8.3",
|
||||
"@verdaccio/proxy": "8.0.0-next-8.3",
|
||||
"@verdaccio/search": "8.0.0-next-8.3",
|
||||
"@verdaccio/search-indexer": "8.0.0-next-8.1",
|
||||
"@verdaccio/signature": "8.0.0-next-8.1",
|
||||
"@verdaccio/streams": "10.2.1",
|
||||
"@verdaccio/tarball": "13.0.0-next-8.2",
|
||||
"@verdaccio/ui-theme": "8.0.0-next-8.2",
|
||||
"@verdaccio/url": "13.0.0-next-8.2",
|
||||
"@verdaccio/tarball": "13.0.0-next-8.3",
|
||||
"@verdaccio/ui-theme": "8.0.0-next-8.3",
|
||||
"@verdaccio/url": "13.0.0-next-8.3",
|
||||
"@verdaccio/utils": "7.0.1-next-8.1",
|
||||
"async": "3.2.6",
|
||||
"clipanion": "3.2.1",
|
||||
|
@ -57,8 +57,8 @@
|
|||
"pkginfo": "0.4.1",
|
||||
"semver": "7.6.3",
|
||||
"validator": "13.12.0",
|
||||
"verdaccio-audit": "13.0.0-next-8.2",
|
||||
"verdaccio-htpasswd": "13.0.0-next-8.2"
|
||||
"verdaccio-audit": "13.0.0-next-8.3",
|
||||
"verdaccio-htpasswd": "13.0.0-next-8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.8",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue