Skip to content

Commit 4c3beea

Browse files
committed
fix: update axios
1 parent fb12fd3 commit 4c3beea

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# UnderScript Changelog
22

3+
## Version 0.43.3 (2020-12-30)
4+
1. Fixed issue where background tasks didn't run correctly
5+
* This includes: Accepting friends, Deleting Friends, Refreshing the main page, Quest notifications...
6+
37
## Version 0.43.2 (2020-12-24)
48
Merry Christmas!
59
1. Fixed friendship bug

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup-plugin-cleanup": "^3.2.1"
4545
},
4646
"dependencies": {
47-
"axios": "^0.18.0",
47+
"axios": "^0.21.1",
4848
"luxon": "^1.8.2",
4949
"popper.js": "^1.16.1",
5050
"showdown": "^1.9.0",

0 commit comments

Comments
 (0)