Merge pull request #8453 from BlueWallet/renovate/dayjs-1.x
Some checks are pending
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions

Update dependency dayjs to v1.11.20
This commit is contained in:
GLaDOS 2026-04-05 21:49:10 +01:00 committed by GitHub
commit 0b5d9817df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -58,7 +58,7 @@
"coinselect": "github:BlueWallet/coinselect#35f8038",
"crypto-browserify": "3.12.1",
"crypto-js": "4.2.0",
"dayjs": "1.11.19",
"dayjs": "1.11.20",
"detox": "20.47.0",
"ecpair": "3.0.0",
"electrum-client": "github:BlueWallet/rn-electrum-client#d9f511d",
@ -7772,7 +7772,9 @@
}
},
"node_modules/dayjs": {
"version": "1.11.19",
"version": "1.11.20",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
"integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
"license": "MIT"
},
"node_modules/debug": {

View File

@ -141,7 +141,7 @@
"coinselect": "github:BlueWallet/coinselect#35f8038",
"crypto-browserify": "3.12.1",
"crypto-js": "4.2.0",
"dayjs": "1.11.19",
"dayjs": "1.11.20",
"detox": "20.47.0",
"ecpair": "3.0.0",
"electrum-client": "github:BlueWallet/rn-electrum-client#d9f511d",