From c91ea4114e1a6cdd0546674092d7d29610fb2e84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 15:04:50 +0000 Subject: [PATCH] Bump dayjs from 1.8.17 to 1.8.29 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.8.17 to 1.8.29. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.8.29/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.8.17...v1.8.29) 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 ef804c9..ac6e8bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -846,9 +846,9 @@ "optional": true }, "dayjs": { - "version": "1.8.17", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.17.tgz", - "integrity": "sha512-47VY/htqYqr9GHd7HW/h56PpQzRBSJcxIQFwqL3P20bMF/3az5c3PWdVY3LmPXFl6cQCYHL7c79b9ov+2bOBbw==" + "version": "1.8.29", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.29.tgz", + "integrity": "sha512-Vm6teig8ZWK7rH/lxzVGxZJCljPdmUr6q/3f4fr5F0VWNGVkZEjZOQJsAN8hUHUqn+NK4XHNEpJZS1MwLyDcLw==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 098a81c..0629b5d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "dayjs": "^1.8.17", + "dayjs": "^1.8.29", "express": "^4.17.1", "firebase-admin": "^8.8.0", "morgan": "^1.9.1",