Skip to content

Commit

Permalink
npm audit fix --only=prod
Browse files Browse the repository at this point in the history
  • Loading branch information
darthfiddler committed Aug 6, 2018
1 parent cfe7296 commit a42e07b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 35 deletions.
103 changes: 71 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@storybook/addon-options": "^3.2.16",
"@storybook/react": "^3.2.16",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.0",
"babel-jest": "^21.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
Expand All @@ -93,8 +93,8 @@
"koa-helmet": "^3.2.0",
"koa-webpack": "^1.0.0",
"lint-staged": "^6.0.1",
"mongodb": "^3.0.3",
"mongo-mock": "^3.1.0",
"mongodb": "^3.0.3",
"open-browser-webpack-plugin": "0.0.5",
"prettier": "^1.10.2",
"react": "^16.0.0",
Expand Down

0 comments on commit a42e07b

Please sign in to comment.