From 64104076d858588b2c17913637ff11a732606030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:20:32 +0000 Subject: [PATCH] Bump dayjs from 1.10.4 to 1.10.5 in /packages/dashboard Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.4 to 1.10.5. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.5) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f5c289fa..5735c6bd 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -16,7 +16,7 @@ "autoprefixer": "10.2.5", "classnames": "2.3.1", "clipboardy": "2.3.0", - "dayjs": "1.10.4", + "dayjs": "1.10.5", "express-jwt": "6.0.0", "fast-levenshtein": "3.0.0", "formik": "2.2.6",