Skip to content

Commit

Permalink
Merge pull request #240 from OpenConext/feature/fix-lodash-vulnerability
Browse files Browse the repository at this point in the history
Bump lodash to 4.17.9 to mitigate vulnerability
  • Loading branch information
pablothedude authored Jul 30, 2020
2 parents e0f3a6a + 4bce9dc commit 430c7e6
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 926 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 4.1.1
**Feature**
* Bump lodash to 4.17.9 to mitigate vulnerability #240

# 4.1.0
**Feature**
* Make the the prove possession step optional #238
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"dev": "encore dev",
"watch": "encore dev --watch --watch-poll=300",
"build": "encore production --progress"
},
"resolutions": {
"**/**/lodash": "^4.17.19"
}
}
Loading

0 comments on commit 430c7e6

Please sign in to comment.