From 6828e8721f31f6fdd3b62b6d20d0c6a93146b372 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Sat, 30 Sep 2017 12:29:57 +0800 Subject: [PATCH] Bumped version & upgraded dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ede5086..4da950f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "1.4.1", + "version": "1.4.2", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis", @@ -16,8 +16,8 @@ "author": "CRIMX (http://blog.crimx.com)", "license": "MIT", "dependencies": { - "lodash": "^4.17.2", + "lodash": "^4.17.4", "random-ua": "0.0.6", - "request": "^2.79.0" + "request": "^2.83.0" } }