Skip to content

Commit

Permalink
Merge pull request #26 from xuopled/fix-security-vulnerabilities
Browse files Browse the repository at this point in the history
Fix security vulnerabilities
  • Loading branch information
meaku authored Jan 8, 2018
2 parents b614bb7 + d088b75 commit 0ad4b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

### 2.0.2
- Update dependencies
- marked@0.3.9 (@xuopled)

### 2.0.1
- Update dependencies
- loader-utils@1.1.0 (@kommander)
Expand All @@ -12,4 +16,3 @@ Changelog
- Add tests
- Update dependencies
- marked@0.3.6

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-loader",
"version": "2.0.1",
"version": "2.0.2",
"description": "markdown-loader for webpack",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/peerigon/markdown-loader",
"dependencies": {
"loader-utils": "^1.1.0",
"marked": "^0.3.6"
"marked": "^0.3.9"
},
"devDependencies": {
"ava": "^0.18.0",
Expand Down

0 comments on commit 0ad4b4c

Please sign in to comment.