Skip to content

Commit

Permalink
fix: update core dependencies (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Dec 3, 2022
1 parent 34ac91f commit 9353b3e
Show file tree
Hide file tree
Showing 45 changed files with 896 additions and 703 deletions.
1,144 changes: 619 additions & 525 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.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/local-storage": "10.3.1",
"@verdaccio/streams": "10.2.0",
"@verdaccio/ui-theme": "6.0.0-6-next.51",
"@verdaccio/ui-theme": "6.0.0-6-next.52",
"JSONStream": "1.3.5",
"async": "3.2.4",
"body-parser": "1.20.1",
Expand All @@ -43,48 +43,48 @@
"jsonwebtoken": "8.5.1",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lru-cache": "7.14.0",
"lru-cache": "7.14.1",
"lunr-mutable-indexes": "2.3.2",
"marked": "4.2.2",
"memoizee": "0.4.15",
"mime": "3.0.0",
"minimatch": "5.1.0",
"minimatch": "5.1.1",
"mkdirp": "1.0.4",
"mv": "2.1.1",
"pino": "6.14.0",
"pkginfo": "0.4.1",
"prettier-bytes": "^1.0.4",
"pretty-ms": "^7.0.1",
"request": "2.88.0",
"semver": "7.3.7",
"semver": "7.3.8",
"validator": "13.7.0",
"verdaccio-audit": "10.2.3",
"verdaccio-htpasswd": "10.5.1"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@babel/core": "7.20.5",
"@babel/node": "7.20.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-decorators": "7.20.5",
"@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.18.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.2",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@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.18.6",
"@babel/plugin-transform-classes": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/plugin-transform-classes": "7.20.2",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.19.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.19.0",
"@babel/runtime": "7.20.6",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@octokit/rest": "18.12.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"standard-version": "9.5.0",
"supertest": "6.2.4",
"supertest": "6.3.2",
"ts-node": "10.7.0",
"typescript": "4.1.3",
"verdaccio-auth-memory": "10.2.0",
Expand Down

0 comments on commit 9353b3e

Please sign in to comment.