From 51375aead060cb727e767de715ed307d67bc3fdf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 03:00:28 +0000 Subject: [PATCH] :arrow_up: Bump dayjs from 1.8.36 to 1.9.0 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.8.36 to 1.9.0. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.9.0/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.8.36...v1.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc7761d..a17559e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1887,9 +1887,9 @@ "dev": true }, "dayjs": { - "version": "1.8.36", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz", - "integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.0.tgz", + "integrity": "sha512-Ym40L4ZN+LUMCbsYXWDh/RxEntfaWChc/M+iD5/tat8jylbwE1sa+7eoHxsZ+NB8al6D8VYBmP6eV6GsZ8i01A==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index d6ddd3f..0a28823 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ] }, "dependencies": { - "dayjs": "^1.8.36", + "dayjs": "^1.9.0", "query-string": "^6.13.3" } }