Skip to content

Commit

Permalink
Bump lodash to 4.17.9 to mitigate vulnerability
Browse files Browse the repository at this point in the history
Bunp lodash to version 4.17.9 to mitigate vulnerability. This is
done with the help of a resolution to allow upgrading symfony-encore.
  • Loading branch information
pablothedude committed Jul 30, 2020
1 parent e0f3a6a commit 4bce9dc
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 4bce9dc

Please sign in to comment.