Browse Source

fix: upgrade dayjs from 1.8.20 to 1.8.23

Snyk has created this PR to upgrade dayjs from 1.8.20 to 1.8.23.

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
receivehooks
snyk-bot 5 years ago
committed by Overtorment
parent
commit
0eeb1f0a69
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -3938,9 +3938,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.8.20", "version": "1.8.23",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.20.tgz", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.23.tgz",
"integrity": "sha512-mH0MCDxw6UCGJYxVN78h8ugWycZAO8thkj3bW6vApL5tS0hQplIDdAQcmbvl7n35H0AKdCJQaArTrIQw2xt4Qg==" "integrity": "sha512-NmYHMFONftoZbeOhVz6jfiXI4zSiPN6NoVWJgC0aZQfYVwzy/ZpESPHuCcI0B8BUMpSJQ08zenHDbofOLKq8hQ=="
}, },
"debounce": { "debounce": {
"version": "1.2.0", "version": "1.2.0",

2
package.json

@ -75,7 +75,7 @@
"buffer-reverse": "1.0.1", "buffer-reverse": "1.0.1",
"coinselect": "3.1.11", "coinselect": "3.1.11",
"crypto-js": "3.1.9-1", "crypto-js": "3.1.9-1",
"dayjs": "1.8.20", "dayjs": "1.8.23",
"ecurve": "1.0.6", "ecurve": "1.0.6",
"electrum-client": "git+https://github.com/BlueWallet/rn-electrum-client.git#2a5bb11dd9a8d89f328049d9ed59bce49d88a15d", "electrum-client": "git+https://github.com/BlueWallet/rn-electrum-client.git#2a5bb11dd9a8d89f328049d9ed59bce49d88a15d",
"eslint-config-prettier": "6.10.0", "eslint-config-prettier": "6.10.0",

Loading…
Cancel
Save