Skip to content

Commit

Permalink
fix(deps): update core verdaccio dependencies (#4390)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 7, 2024
1 parent 2c1d7c1 commit 4ee9878
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 117 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"url": "https://opencollective.com/verdaccio"
},
"dependencies": {
"@verdaccio/auth": "7.0.0-next.5",
"@verdaccio/config": "7.0.0-next.5",
"@verdaccio/core": "7.0.0-next.5",
"@verdaccio/hooks": "7.0.0-next.5",
"@verdaccio/loaders": "7.0.0-next.5",
"@verdaccio/auth": "7.0.0-next.6",
"@verdaccio/config": "7.0.0-next.6",
"@verdaccio/core": "7.0.0-next.6",
"@verdaccio/hooks": "7.0.0-next.6",
"@verdaccio/loaders": "7.0.0-next.6",
"@verdaccio/local-storage": "10.3.4",
"@verdaccio/logger": "7.0.0-next.5",
"@verdaccio/middleware": "7.0.0-next.5",
"@verdaccio/proxy": "7.0.0-next.5",
"@verdaccio/logger": "7.0.0-next.6",
"@verdaccio/middleware": "7.0.0-next.6",
"@verdaccio/proxy": "7.0.0-next.6",
"@verdaccio/search": "7.0.0-next.2",
"@verdaccio/signature": "7.0.0-next.3",
"@verdaccio/streams": "10.2.1",
"@verdaccio/tarball": "12.0.0-next.5",
"@verdaccio/ui-theme": "7.0.0-next.5",
"@verdaccio/url": "12.0.0-next.5",
"@verdaccio/utils": "7.0.0-next.5",
"@verdaccio/tarball": "12.0.0-next.6",
"@verdaccio/ui-theme": "7.0.0-next.6",
"@verdaccio/url": "12.0.0-next.6",
"@verdaccio/utils": "7.0.0-next.6",
"async": "3.2.5",
"clipanion": "3.2.1",
"compression": "1.7.4",
Expand All @@ -55,8 +55,8 @@
"pkginfo": "0.4.1",
"semver": "7.5.4",
"validator": "13.11.0",
"verdaccio-audit": "12.0.0-next.5",
"verdaccio-htpasswd": "12.0.0-next.5"
"verdaccio-audit": "12.0.0-next.6",
"verdaccio-htpasswd": "12.0.0-next.6"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down
Loading

0 comments on commit 4ee9878

Please sign in to comment.