mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update core verdaccio dependencies (6.x) (#4728)
* fix(deps): update core verdaccio dependencies * Update publish.spec.ts.snap * update deps * Update ci.yml * Update ci.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
33272ee8b9
commit
a11c3cf924
4 changed files with 19 additions and 18 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
# only suported versions defined at https://nodejs.org/en/about/previous-releases
|
||||
node_version: [18, 20, 21, 22]
|
||||
node_version: [18, 20, 21] # 22 excluded for now, fails on yarn install
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
34
package.json
34
package.json
|
@ -19,28 +19,28 @@
|
|||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/auth": "7.0.0-next-7.15",
|
||||
"@verdaccio/config": "7.0.0-next-7.15",
|
||||
"@verdaccio/core": "7.0.0-next-7.15",
|
||||
"@verdaccio/hooks": "7.0.0-next-7.15",
|
||||
"@verdaccio/loaders": "7.0.0-next-7.15",
|
||||
"@verdaccio/auth": "7.0.0-next-7.19",
|
||||
"@verdaccio/config": "7.0.0-next-7.19",
|
||||
"@verdaccio/core": "7.0.0-next-7.19",
|
||||
"@verdaccio/hooks": "7.0.0-next-7.19",
|
||||
"@verdaccio/loaders": "7.0.0-next-7.19",
|
||||
"@verdaccio/local-storage": "10.3.4",
|
||||
"@verdaccio/logger": "7.0.0-next-7.15",
|
||||
"@verdaccio/middleware": "7.0.0-next-7.15",
|
||||
"@verdaccio/proxy": "7.0.0-next-7.15",
|
||||
"@verdaccio/search": "7.0.0-next-7.4",
|
||||
"@verdaccio/logger": "7.0.0-next-7.19",
|
||||
"@verdaccio/middleware": "7.0.0-next-7.19",
|
||||
"@verdaccio/proxy": "7.0.0-next-7.19",
|
||||
"@verdaccio/search": "7.0.0-next-7.8",
|
||||
"@verdaccio/signature": "7.0.0-next-7.5",
|
||||
"@verdaccio/streams": "10.2.1",
|
||||
"@verdaccio/tarball": "12.0.0-next-7.15",
|
||||
"@verdaccio/tarball": "12.0.0-next-7.19",
|
||||
"@verdaccio/ui-theme": "3.4.1",
|
||||
"@verdaccio/url": "12.0.0-next-7.15",
|
||||
"@verdaccio/utils": "7.0.0-next-7.15",
|
||||
"@verdaccio/url": "12.0.0-next-7.19",
|
||||
"@verdaccio/utils": "7.0.0-next-7.19",
|
||||
"async": "3.2.5",
|
||||
"clipanion": "3.2.1",
|
||||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
"debug": "^4.3.4",
|
||||
"envinfo": "7.11.0",
|
||||
"debug": "^4.3.5",
|
||||
"envinfo": "7.13.0",
|
||||
"express": "4.19.2",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"fast-safe-stringify": "2.1.1",
|
||||
|
@ -55,8 +55,8 @@
|
|||
"pkginfo": "0.4.1",
|
||||
"semver": "7.6.2",
|
||||
"validator": "13.12.0",
|
||||
"verdaccio-audit": "12.0.0-next-7.15",
|
||||
"verdaccio-htpasswd": "12.0.0-next-7.15"
|
||||
"verdaccio-audit": "12.0.0-next-7.19",
|
||||
"verdaccio-htpasswd": "12.0.0-next-7.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.5",
|
||||
|
@ -113,7 +113,7 @@
|
|||
"rimraf": "5.0.7",
|
||||
"selfsigned": "2.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
"supertest": "6.3.4",
|
||||
"supertest": "7.0.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.4.5",
|
||||
"verdaccio-auth-memory": "10.2.2",
|
||||
|
|
|
@ -9,6 +9,7 @@ exports[`Publish endpoints - publish package should publish a new a new package
|
|||
"verdaccio",
|
||||
{
|
||||
"dist-tags": {},
|
||||
"maintainers": [],
|
||||
"name": "verdaccio",
|
||||
"time": {},
|
||||
"versions": {},
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue