Skip to content

Commit ef4e0db

Browse files
favnathechenky
authored andcommitted
Resolve security vulnerability CVE-2019-10744 (#526)
* Resolve security vulnerability CVE-2019-10744 Signed-off-by: Jeroen Claassens <support@favware.tech> * Resolve prettier formatting * Resolve requested review by @thechenky Signed-off-by: Jeroen Claassens <support@favware.tech>
1 parent a2e58e7 commit ef4e0db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fixed - Upgrade lodash dependency to resolve security vulnerability CVE-2019-10744

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cors": "^2.8.5",
4040
"express": "^4.17.1",
4141
"jsonwebtoken": "^8.5.1",
42-
"lodash": "^4.17.11"
42+
"lodash": "^4.17.14"
4343
},
4444
"devDependencies": {
4545
"@types/chai": "^4.1.7",

0 commit comments

Comments
 (0)