From d3d5e74e7da519b6705837aee1e0f01a1672d10f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Feb 2020 01:22:03 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.8.17 to 1.8.19 Snyk has created this PR to upgrade dayjs from 1.8.17 to 1.8.19. 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 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 50f3ca4742d5..9b891e61330d 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.17", + "dayjs": "1.8.19", "envinfo": "7.5.0", "express": "4.17.1", "handlebars": "4.5.3", diff --git a/yarn.lock b/yarn.lock index 6436ba4b3cc1..92e33473f9f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3275,6 +3275,11 @@ 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.19: + version "1.8.19" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.19.tgz#5117dc390d8f8e586d53891dbff3fa308f51abfe" + integrity sha512-7kqOoj3oQSmqbvtvGFLU5iYqies+SqUiEGNT0UtUPPxcPYgY1BrkXR0Cq2R9HYSimBXN+xHkEN4Hi399W+Ovlg== + debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: version "2.6.9" resolved "https://registry.verdaccio.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"