Skip to content

Commit f4b079b

Browse files
author
Robbin Johansson
committed
Fix webpack-dev-server vulnerability, upgrade dependencies
1 parent ece3207 commit f4b079b

File tree

6 files changed

+2705
-14102
lines changed

6 files changed

+2705
-14102
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
npm-debug.log
33
yarn-debug.log
44
yarn-error.log
5+
.DS_Store

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `vue-scroll-indicator` will be documented in this file.
44

5+
## [0.1.3] - 2019-02-01
6+
7+
### Fixed
8+
- 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.
9+
510
## [0.1.2] - 2019-01-31
611

712
### Added

0 commit comments

Comments
 (0)