From 5d1a319fffc5be332448fd125366ae43a2410d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 21:41:02 +0000 Subject: [PATCH] Bump date-and-time from 0.12.0 to 0.14.2 Bumps [date-and-time](https://github.com/knowledgecode/date-and-time) from 0.12.0 to 0.14.2. - [Release notes](https://github.com/knowledgecode/date-and-time/releases) - [Commits](https://github.com/knowledgecode/date-and-time/compare/v0.12.0...v0.14.2) Signed-off-by: dependabot[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 5c509eb..fcb99de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,9 +119,9 @@ } }, "date-and-time": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.12.0.tgz", - "integrity": "sha512-n2RJIAp93AucgF/U/Rz5WRS2Hjg5Z+QxscaaMCi6pVZT1JpJKRH+C08vyH/lRR1kxNXnPxgo3lWfd+jCb/UcuQ==" + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.2.tgz", + "integrity": "sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA==" }, "debug": { "version": "3.2.6", diff --git a/package.json b/package.json index fc57532..1eeb38b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "René Feiner - MessageBird", "license": "ISC", "dependencies": { - "date-and-time": "^0.12.0", + "date-and-time": "^0.14.2", "googleapis": "^40.0.0", "moment": "^2.22.2", "request": "^2.88.2",