Skip to content

Commit

Permalink
Fix webpack-dev-server vulnerability, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbin Johansson committed Feb 1, 2019
1 parent c2772c9 commit 62bc92a
Show file tree
Hide file tree
Showing 6 changed files with 2,528 additions and 13,300 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
npm-debug.log
yarn-debug.log
yarn-error.log
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `v-siema` will be documented in this file.

## 0.0.6
### Fixed
- Upgrade `webpack-dev-server` to `^3.1.14` due to security vulnerability in `<3.1.11` (https://nvd.nist.gov/vuln/detail/CVE-2018-14732). As a result the following packages had to be updated: `vue-loader@^14.2.2`, `webpack@^4.29.0`. Also added `webpack-cli` as a dev dependency.

## 0.0.5
### Changed
- Moved repo to [robbinworks/v-siema/](https://github.com/robbinworks/v-siema).
Expand Down
441 changes: 1 addition & 440 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 62bc92a

Please sign in to comment.