From 259617ab1544b80fde4a4d8adbba2e0e4e2e511f Mon Sep 17 00:00:00 2001 From: Amio Date: Fri, 24 Aug 2018 12:47:59 +0800 Subject: [PATCH] chore: bump badgen to 2.4.0 --- package-lock.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce809df..5c8d321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -260,12 +260,9 @@ } }, "badgen": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/badgen/-/badgen-2.3.0.tgz", - "integrity": "sha512-o96VpLAnMXOYySl+OMmtOg5zB5v2FposhNxTGz+9SSiT0ZdER7KWttKl9B8Q7KZ/yAVXnZXop8WzJIAqpqNwMw==", - "requires": { - "unicode-astral-regex": "^1.0.1" - } + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/badgen/-/badgen-2.4.0.tgz", + "integrity": "sha512-XGrgEMidQaXWNhS92gaqyjhJRCoGp3Sxtf1fIOEQuFlVKCtYXiz4zcQMI2tQ8TfouuzqFsLJKaSdTKvSNQuTGA==" }, "balanced-match": { "version": "1.0.0", @@ -7533,11 +7530,6 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, - "unicode-astral-regex": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unicode-astral-regex/-/unicode-astral-regex-1.0.1.tgz", - "integrity": "sha512-UP6cmDeiWi8bMDmkyXLRsDuVPTvPjh8Wsz+pHu1VkGgTBl4pUceYAdHXY0cdc6Q3+Z2q7QMzi/0E7L/S/yOvFw==" - }, "unicode-length": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/unicode-length/-/unicode-length-1.0.3.tgz", diff --git a/package.json b/package.json index 7a8c393..970e5dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "axios": "^0.18.0", - "badgen": "^2.3.0", + "badgen": "^2.4.0", "byte-size": "^4.0.3", "cheerio": "^1.0.0-rc.2", "chrome-webstore": "^1.0.0",