0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

fix: update dependencies (#2291)

* chore: update deps

* chore: restore jest
This commit is contained in:
Juan Picado 2021-06-12 07:59:26 +02:00 committed by GitHub
parent da810f4a18
commit b421ed87c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 1961 additions and 960 deletions

1871
.pnp.js 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.

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

@ -44,7 +44,7 @@
"lodash": "4.17.21",
"lru-cache": "6.0.0",
"lunr-mutable-indexes": "2.3.2",
"marked": "2.0.5",
"marked": "2.0.7",
"memoizee": "0.4.15",
"mime": "2.5.2",
"minimatch": "3.0.4",
@ -53,7 +53,7 @@
"pino": "6.11.3",
"pkginfo": "0.4.1",
"prettier-bytes": "^1.0.4",
"pretty-ms": "^5.0.0",
"pretty-ms": "^5.1.0",
"request": "2.88.0",
"semver": "7.3.5",
"validator": "13.6.0",
@ -61,29 +61,29 @@
"verdaccio-htpasswd": "10.0.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/cli": "7.14.5",
"@babel/core": "7.14.5",
"@babel/node": "7.14.2",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.14.2",
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
"@babel/plugin-proposal-function-sent": "7.12.13",
"@babel/plugin-proposal-json-strings": "7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.2",
"@babel/plugin-proposal-numeric-separator": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/plugin-proposal-optional-chaining": "7.14.2",
"@babel/plugin-proposal-throw-expressions": "7.12.13",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-function-sent": "7.14.5",
"@babel/plugin-proposal-json-strings": "7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.13.0",
"@babel/plugin-transform-classes": "7.14.2",
"@babel/plugin-transform-runtime": "7.14.3",
"@babel/plugin-transform-async-to-generator": "7.14.5",
"@babel/plugin-transform-classes": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.14.2",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "7.13.16",
"@babel/runtime": "7.14.0",
"@babel/preset-typescript": "7.14.5",
"@babel/register": "7.14.5",
"@babel/runtime": "7.14.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@octokit/rest": "18.6.0",
@ -122,13 +122,13 @@
"jest": "26.6.3",
"jest-config": "26.6.3",
"jest-environment-node": "26.6.2",
"jest-junit": "12.0.0",
"jest-junit": "12.2.0",
"lint-staged": "11.0.0",
"lockfile-lint": "4.6.2",
"nock": "12.0.3",
"node-mocks-http": "^1.10.1",
"pinst": "2.1.6",
"prettier": "2.2.1",
"prettier": "2.3.1",
"puppeteer": "5.5.0",
"rimraf": "3.0.2",
"selfsigned": "1.10.11",

1006
yarn.lock

File diff suppressed because it is too large Load diff