Skip to content

Commit

Permalink
fix: vulnerabilities dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 13, 2018
1 parent 2b4b0a4 commit d4722d6
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 180 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -15,26 +15,26 @@
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
"@verdaccio/file-locking": "0.0.5",
"@verdaccio/file-locking": "0.0.7",
"@verdaccio/local-storage": "1.0.2",
"@verdaccio/streams": "1.0.0",
"JSONStream": "1.3.2",
"async": "2.6.0",
"body-parser": "1.18.2",
"bunyan": "1.8.12",
"chalk": "2.3.2",
"chalk": "2.4.1",
"commander": "2.15.0",
"compression": "1.7.2",
"cookies": "0.7.1",
"cors": "2.8.4",
"date-fns": "1.29.0",
"express": "4.16.2",
"express": "4.16.3",
"global": "4.3.2",
"handlebars": "4.0.11",
"http-errors": "1.6.2",
"js-string-escape": "1.0.1",
"js-yaml": "3.11.0",
"jsonwebtoken": "8.2.0",
"jsonwebtoken": "8.2.1",
"lockfile": "1.0.3",
"lodash": "4.17.10",
"lunr": "0.7.0",
Expand All @@ -43,7 +43,7 @@
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"pkginfo": "0.4.1",
"request": "2.83.0",
"request": "2.85.0",
"semver": "5.5.0",
"verdaccio-htpasswd": "0.2.2"
},
Expand All @@ -55,7 +55,7 @@
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.1",
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"babel-plugin-flow-runtime": "0.17.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
Expand All @@ -73,7 +73,7 @@
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"codecov": "3.0.0",
"codecov": "3.0.2",
"cross-env": "5.1.4",
"css-loader": "0.28.10",
"element-react": "1.4.8",
Expand All @@ -97,14 +97,14 @@
"husky": "0.15.0-rc.8",
"identity-obj-proxy": "3.0.0",
"in-publish": "2.0.0",
"jest": "22.4.2",
"jest-environment-jsdom": "22.4.1",
"jest": "22.4.3",
"jest-environment-jsdom": "22.4.3",
"jest-environment-jsdom-global": "1.0.3",
"jest-environment-node": "22.4.1",
"jest-environment-node": "22.4.3",
"localstorage-memory": "1.0.2",
"mini-css-extract-plugin": "0.4.0",
"node-mocks-http": "1.6.7",
"node-sass": "4.7.2",
"node-sass": "4.9.0",
"normalize.css": "8.0.0",
"ora": "1.4.0",
"prop-types": "15.6.1",
Expand All @@ -129,7 +129,7 @@
"verdaccio-memory": "1.0.1",
"webpack": "4.6.0",
"webpack-cli": "2.0.15",
"webpack-dev-server": "3.1.3",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2",
"whatwg-fetch": "2.0.3"
},
Expand Down

0 comments on commit d4722d6

Please sign in to comment.