From 2a70aec47c7f63e748f2b73e1d309e3086a70bfd Mon Sep 17 00:00:00 2001 From: Ping Supasate Choochaisri Date: Sat, 14 Mar 2020 14:47:59 -0400 Subject: [PATCH] Upgrade json5 to fix a vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6abe0f0..0866dad 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "json5": "^2.1.2" }, "scripts": { "lint": "eslint lib test",