Skip to content

Commit

Permalink
fix: bump dayjs version (fixes #934) (#945)
Browse files Browse the repository at this point in the history
Per #934 (comment) the version of `dayjs` should be at least `v1.11.9` to avoid an error.
  • Loading branch information
titanism committed Jul 4, 2023
1 parent f55a1f4 commit 7519b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"axios": "^0.26.1",
"dayjs": "^1.8.29",
"dayjs": "^1.11.9",
"https-proxy-agent": "^5.0.0",
"jsonwebtoken": "^9.0.0",
"qs": "^6.9.4",
Expand Down

0 comments on commit 7519b2f

Please sign in to comment.