Skip to content

Commit

Permalink
fix: update dependencies (#3649)
Browse files Browse the repository at this point in the history
* fix: update dependencies

* chore: restore types

* chore: update deps
  • Loading branch information
juanpicado committed Feb 25, 2023
1 parent e4573c7 commit ed80a25
Show file tree
Hide file tree
Showing 151 changed files with 2,521 additions and 1,396 deletions.
2,390 changes: 1,574 additions & 816 deletions .pnp.cjs

Large diffs are not rendered by default.

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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
56 changes: 28 additions & 28 deletions package.json
Expand Up @@ -19,20 +19,20 @@
"url": "https://opencollective.com/verdaccio"
},
"dependencies": {
"@verdaccio/config": "6.0.0-6-next.61",
"@verdaccio/config": "6.0.0-6-next.62",
"@verdaccio/core": "6.0.0-6-next.62",
"@verdaccio/local-storage": "10.3.1",
"@verdaccio/logger-7": "6.0.0-6-next.6",
"@verdaccio/middleware": "6.0.0-6-next.40",
"@verdaccio/logger-7": "6.0.0-6-next.7",
"@verdaccio/middleware": "6.0.0-6-next.41",
"@verdaccio/streams": "10.2.0",
"@verdaccio/tarball": "11.0.0-6-next.30",
"@verdaccio/ui-theme": "6.0.0-6-next.61",
"@verdaccio/url": "11.0.0-6-next.27",
"@verdaccio/utils": "6.0.0-6-next.29",
"@verdaccio/tarball": "11.0.0-6-next.31",
"@verdaccio/ui-theme": "6.0.0-6-next.62",
"@verdaccio/url": "11.0.0-6-next.28",
"@verdaccio/utils": "6.0.0-6-next.30",
"JSONStream": "1.3.5",
"async": "3.2.4",
"body-parser": "1.20.1",
"clipanion": "3.2.0-rc.14",
"body-parser": "1.20.2",
"clipanion": "3.2.0",
"compression": "1.7.4",
"cookies": "0.8.0",
"cors": "2.8.5",
Expand All @@ -52,38 +52,38 @@
"mkdirp": "1.0.4",
"mv": "2.1.1",
"pkginfo": "0.4.1",
"request": "2.88.0",
"request": "2.88.2",
"semver": "7.3.8",
"validator": "13.7.0",
"validator": "13.9.0",
"verdaccio-audit": "11.0.0-6-next.23",
"verdaccio-htpasswd": "10.5.2"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.20.7",
"@babel/plugin-proposal-decorators": "7.21.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.18.6",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-classes": "7.20.7",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/plugin-transform-classes": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.20.7",
"@babel/preset-typescript": "7.21.0",
"@babel/register": "7.21.0",
"@babel/runtime": "7.21.0",
"@octokit/rest": "19.0.7",
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/async": "3.2.16",
"@types/express": "4.17.14",
"@types/express-serve-static-core": "4.17.28",
Expand All @@ -93,7 +93,7 @@
"@types/mime": "2.0.3",
"@types/minimatch": "3.0.5",
"@types/node": "18.11.18",
"@types/pino": "6.3.12",
"@types/pino": "7.0.5",
"@types/request": "2.48.8",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.49.0",
Expand All @@ -105,7 +105,7 @@
"babel-plugin-dynamic-import-node": "2.3.3",
"cross-env": "7.0.3",
"detect-secrets": "1.0.6",
"eslint": "8.32.0",
"eslint": "8.34.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-babel": "5.3.1",
Expand All @@ -117,18 +117,18 @@
"fs-extra": "10.1.0",
"get-port": "5.1.1",
"husky": "6.0.0",
"jest": "29.4.1",
"jest-config": "29.4.1",
"jest-environment-node": "29.4.1",
"jest": "29.4.3",
"jest-config": "29.4.3",
"jest-environment-node": "29.4.3",
"jest-junit": "15.0.0",
"lint-staged": "11.0.1",
"lockfile-lint": "4.6.2",
"nock": "12.0.3",
"node-mocks-http": "^1.12.1",
"pinst": "2.1.6",
"prettier": "2.8.3",
"prettier": "2.8.4",
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"selfsigned": "2.1.1",
"standard-version": "9.5.0",
"supertest": "6.3.3",
"ts-node": "10.9.1",
Expand Down

0 comments on commit ed80a25

Please sign in to comment.