From dd9471e51fe3098a842a1d992f7095936060b16a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 04:32:59 +0000 Subject: [PATCH] chore: pin dayjs to 1.8.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91d453f..1267655 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "async": "^2.6.3", "chalk": "^3.0.0", - "dayjs": "^1.8.22", + "dayjs": "1.8.22", "json-lint": "^0.1.0", "lodash": "^4.17.15", "minimist": "^1.2.5",