0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

chore: update dependencies

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-06 14:58:02 +02:00
parent 8b93df7c10
commit f730e7ac9c
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 609 additions and 614 deletions

View file

@ -15,55 +15,55 @@
"verdaccio": "./bin/verdaccio" "verdaccio": "./bin/verdaccio"
}, },
"dependencies": { "dependencies": {
"@verdaccio/local-storage": "2.0.0-beta.3", "@verdaccio/local-storage": "2.1.0",
"@verdaccio/streams": "2.0.0-beta.0", "@verdaccio/streams": "2.0.0",
"@verdaccio/ui-theme": "0.0.4", "@verdaccio/ui-theme": "0.0.4",
"JSONStream": "1.3.5", "JSONStream": "1.3.5",
"async": "3.0.1-0", "async": "3.0.1-0",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"bunyan": "1.8.12", "bunyan": "1.8.12",
"chalk": "2.4.2", "chalk": "2.4.2",
"commander": "2.19.0", "commander": "2.20.0",
"compression": "1.7.3", "compression": "1.7.4",
"cookies": "0.7.3", "cookies": "0.7.3",
"cors": "2.8.5", "cors": "2.8.5",
"date-fns": "1.30.1", "date-fns": "1.30.1",
"express": "4.16.4", "express": "4.16.4",
"global": "4.3.2", "global": "4.3.2",
"handlebars": "4.1.0", "handlebars": "4.1.1",
"http-errors": "1.7.2", "http-errors": "1.7.2",
"js-base64": "2.5.1", "js-base64": "2.5.1",
"js-string-escape": "1.0.1", "js-string-escape": "1.0.1",
"js-yaml": "3.13.0", "js-yaml": "3.13.1",
"jsonwebtoken": "8.5.0", "jsonwebtoken": "8.5.1",
"lockfile": "1.0.4", "lockfile": "1.0.4",
"lodash": "4.17.11", "lodash": "4.17.11",
"lunr-mutable-indexes": "2.3.2", "lunr-mutable-indexes": "2.3.2",
"marked": "0.6.1", "marked": "0.6.2",
"mime": "2.4.0", "mime": "2.4.1",
"minimatch": "3.0.4", "minimatch": "3.0.4",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"mv": "2.1.1", "mv": "2.1.1",
"pkginfo": "0.4.1", "pkginfo": "0.4.1",
"request": "2.88.0", "request": "2.88.0",
"semver": "5.6.0", "semver": "6.0.0",
"verdaccio-audit": "1.2.0", "verdaccio-audit": "1.2.0",
"verdaccio-htpasswd": "2.0.0-beta.1" "verdaccio-htpasswd": "2.0.0-beta.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "7.5.2", "@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0", "@commitlint/config-conventional": "7.5.0",
"@verdaccio/babel-preset": "0.0.4", "@verdaccio/babel-preset": "0.1.0",
"@verdaccio/types": "5.0.0-beta.3", "@verdaccio/types": "5.0.0-beta.4",
"codecov": "3.2.0", "codecov": "3.3.0",
"cross-env": "5.2.0", "cross-env": "5.2.0",
"eslint": "5.14.1", "eslint": "5.16.0",
"eslint-config-google": "0.12.0", "eslint-config-google": "0.12.0",
"eslint-config-prettier": "4.1.0", "eslint-config-prettier": "4.1.0",
"eslint-plugin-babel": "5.3.0", "eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.4.2", "eslint-plugin-flowtype": "3.5.1",
"eslint-plugin-import": "2.16.0", "eslint-plugin-import": "2.16.0",
"eslint-plugin-jest": "22.3.0", "eslint-plugin-jest": "22.4.1",
"eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.0.1", "eslint-plugin-prettier": "3.0.1",
"eslint-plugin-verdaccio": "0.0.5", "eslint-plugin-verdaccio": "0.0.5",
@ -71,16 +71,16 @@
"flow-runtime": "0.17.0", "flow-runtime": "0.17.0",
"husky": "0.15.0-rc.8", "husky": "0.15.0-rc.8",
"in-publish": "2.0.0", "in-publish": "2.0.0",
"jest": "24.1.0", "jest": "24.7.1",
"jest-environment-node": "24.0.0", "jest-environment-node": "24.7.1",
"lint-staged": "7.3.0", "lint-staged": "7.3.0",
"prettier": "1.14.3", "prettier": "1.16.4",
"puppeteer": "1.8.0", "puppeteer": "1.8.0",
"rimraf": "2.6.3", "rimraf": "2.6.3",
"standard-version": "4.4.0", "standard-version": "5.0.2",
"supertest": "3.4.2", "supertest": "4.0.2",
"verdaccio-auth-memory": "0.0.4", "verdaccio-auth-memory": "0.0.4",
"verdaccio-memory": "2.0.0-beta.0" "verdaccio-memory": "2.0.0"
}, },
"keywords": [ "keywords": [
"private", "private",

View file

@ -17,8 +17,8 @@ export default function(route: Router, storage: IStorageHandler) {
if (err) { if (err) {
return next(err); return next(err);
} }
const filteredPackages = localPackages.filter( const filteredPackages = localPackages.filter(localPackage =>
localPackage => (localPackage[USERS] ? Object.keys(localPackage[USERS]).indexOf(remoteUsername) >= 0 : false) localPackage[USERS] ? Object.keys(localPackage[USERS]).indexOf(remoteUsername) >= 0 : false
); );
res.status(HTTP_STATUS.OK); res.status(HTTP_STATUS.OK);
next({ next({

1175
yarn.lock

File diff suppressed because it is too large Load diff