Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and JakeChampion committed Mar 8, 2019
1 parent c8d4f91 commit 28d07e9
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 74 deletions.
117 changes: 46 additions & 71 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 @@ -21,7 +21,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es3": "^1.0.1",
"bower": "^1.8.2",
"bower": "^1.8.8",
"bower-resolve-webpack-plugin": "^1.0.5",
"chalk": "^2.1.0",
"chokidar": "^2.0.0",
Expand All @@ -44,7 +44,7 @@
"is-ci": "^1.0.10",
"json-loader": "^0.5.7",
"karma": "^1.7.1",
"karma-browserstack-launcher": "^1.3.0",
"karma-browserstack-launcher": "^1.4.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-scss-preprocessor": "^3.0.0",
Expand All @@ -61,7 +61,7 @@
"mockery": "^2.1.0",
"mustache": "^2.3.0",
"node-sass": "^4.9.2",
"node.extend": "^2.0.0",
"node.extend": "^2.0.1",
"npmconf": "^2.1.2",
"pa11y": "^5.0.2",
"parse-gitignore": "^0.4.0",
Expand Down

0 comments on commit 28d07e9

Please sign in to comment.