0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

chore: update dependencies (#3718)

This commit is contained in:
Juan Picado 2023-04-04 07:39:24 +02:00 committed by GitHub
parent cb7b1d8360
commit 1cf229d732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 681 additions and 571 deletions

1228
.pnp.cjs generated

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -21,11 +21,11 @@
"dependencies": {
"@verdaccio/config": "6.0.0-6-next.67",
"@verdaccio/core": "6.0.0-6-next.67",
"@verdaccio/local-storage": "10.3.1",
"@verdaccio/local-storage": "10.3.3",
"@verdaccio/logger-7": "6.0.0-6-next.12",
"@verdaccio/middleware": "6.0.0-6-next.46",
"@verdaccio/signature": "6.0.0-6-next.2",
"@verdaccio/streams": "10.2.0",
"@verdaccio/streams": "10.2.1",
"@verdaccio/tarball": "11.0.0-6-next.36",
"@verdaccio/ui-theme": "6.0.0-6-next.67",
"@verdaccio/url": "11.0.0-6-next.33",
@ -57,11 +57,11 @@
"semver": "7.3.8",
"validator": "13.9.0",
"verdaccio-audit": "11.0.0-6-next.30",
"verdaccio-htpasswd": "10.5.3"
"verdaccio-htpasswd": "10.5.4"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/core": "7.21.4",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.21.0",
@ -77,10 +77,10 @@
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-classes": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.21.0",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "7.21.4",
"@babel/register": "7.21.0",
"@babel/runtime": "7.21.0",
"@octokit/rest": "19.0.7",
@ -121,19 +121,19 @@
"jest-config": "29.5.0",
"jest-environment-node": "29.5.0",
"jest-junit": "15.0.0",
"lockfile-lint": "4.6.2",
"lockfile-lint": "4.10.1",
"nock": "12.0.3",
"node-mocks-http": "^1.12.1",
"node-mocks-http": "^1.12.2",
"pinst": "2.1.6",
"prettier": "2.8.4",
"prettier": "2.8.7",
"rimraf": "3.0.2",
"selfsigned": "2.1.1",
"standard-version": "9.5.0",
"supertest": "6.3.3",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"verdaccio-auth-memory": "10.2.1",
"verdaccio-memory": "10.3.1"
"verdaccio-auth-memory": "10.2.2",
"verdaccio-memory": "10.3.2"
},
"keywords": [
"private",

BIN
yarn.lock

Binary file not shown.