From 3fbcb2cefb7ac8c1817a8b26e33196922cea97eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 09:44:53 +0000 Subject: [PATCH] Bump dayjs from 1.10.5 to 1.10.6 in /packages/dashboard Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.10.6/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.5...v1.10.6) --- 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 2310ee7a..8829c7d6 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -16,7 +16,7 @@ "autoprefixer": "10.2.6", "classnames": "2.3.1", "clipboardy": "2.3.0", - "dayjs": "1.10.5", + "dayjs": "1.10.6", "express-jwt": "6.0.0", "fast-levenshtein": "3.0.0", "formik": "2.2.9",