From cd1408562bcfac70ef7d110d36d10307135aa0da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Oct 2020 05:55:06 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.8.36 to 1.9.1 Snyk has created this PR to upgrade dayjs from 1.8.36 to 1.9.1. See this package in npm: https://www.npmjs.com/package/dayjs See this project in Snyk: https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr --- 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 2ec4c56b4..543f49df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8241,9 +8241,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz", + "integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index f3b00efc6..d91f17f51 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "buffer-reverse": "1.0.1", "coinselect": "3.1.12", "crypto-js": "3.1.9-1", - "dayjs": "1.8.36", + "dayjs": "1.9.1", "detox": "17.6.1", "ecurve": "1.0.6", "electrum-client": "git+https://github.com/BlueWallet/rn-electrum-client.git#f9a827e724a5a2e578fdfdb483f83793af55b030",