From b2d00e4330e6dd31251e1e7caf670b5563b4180c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 01:11:38 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.8.21 to 1.8.22 Snyk has created this PR to upgrade dayjs from 1.8.21 to 1.8.22. See this package in NPM: https://www.npmjs.com/package/dayjs See this project in Snyk: https://app.snyk.io/org/juanpicado/project/0c76bae8-cfcd-43f7-aff5-70f221855049?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f0f044dce..5ff38e7f7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "compression": "1.7.4", "cookies": "0.8.0", "cors": "2.8.5", - "dayjs": "1.8.21", + "dayjs": "1.8.22", "envinfo": "7.5.0", "express": "4.17.1", "handlebars": "4.7.3", diff --git a/yarn.lock b/yarn.lock index eefb649f5..110f13792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3342,10 +3342,10 @@ dayjs@1.8.17: resolved "https://registry.verdaccio.org/dayjs/-/dayjs-1.8.17.tgz#53ec413f2a7b02afbea1846d61bb260fa8567cea" integrity sha512-47VY/htqYqr9GHd7HW/h56PpQzRBSJcxIQFwqL3P20bMF/3az5c3PWdVY3LmPXFl6cQCYHL7c79b9ov+2bOBbw== -dayjs@1.8.21: - version "1.8.21" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.21.tgz#98299185b72b9b679f31c7ed987b63923c961552" - integrity sha512-1kbWK0hziklUHkGgiKr7xm59KwAg/K3Tp7H/8X+f58DnNCwY3pKYjOCJpIlVs125FRBukGVZdKZojC073D0IeQ== +dayjs@1.8.22: + version "1.8.22" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.22.tgz#5e835d776b373e216678be8d12c336da71a25a9c" + integrity sha512-N8IXfxBD62Y9cKTuuuSoOlCXRnnzaTj1vu91r855iq6FbY5cZqOZnW/95nUn6kJiR+W9PHHrLykEoQOe6fUKxQ== debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: version "2.6.9"