Skip to content

Commit 3bc710c

Browse files
committed
Handle package.json & co.
2 parents a9df287 + 975a19d commit 3bc710c

File tree

3 files changed

+74
-59
lines changed

3 files changed

+74
-59
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</h3>
88

99
<p align="center">
10-
<a href="https://maple.music/" target="_blank">stable</a> · <a href="https://beta.cattn.dev/" target="_blank">beta</a>
10+
<a href="https://play.maple.music/" target="_blank">web</a> · <a href="https://beta.cattn.dev/" target="_blank">beta</a> · <a href="https://maple.music/apple" target="_blank">iOS</a>
1111
</p>
1212

1313
> Need Help? Join our [Development Server](https://discord.gg/Wxrp73HVj4)
@@ -167,10 +167,10 @@ You can view our privacy policy [here](https://maple.music/privacy)!
167167

168168
## Credits
169169

170-
### Lead & Only Developer
170+
### Lead Developer
171171

172172
- Cattn
173173

174-
### Logos & Branding
174+
### Logos & Various Help
175175

176-
- Nailington
176+
- Nailington ([@Nailington](https://github.com/Nailington))

api/package-lock.json

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

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"express-slow-down": "^3.0.1",
3030
"express-validator": "^7.2.1",
3131
"jsonwebtoken": "^9.0.2",
32-
"multer": "^1.4.5-lts.1",
32+
"multer": "^2.0.2",
3333
"mysql": "^2.18.1",
3434
"mysql2": "^3.12.0",
3535
"peer": "^1.0.2",
3636
"socket.io": "^4.8.1",
3737
"uuid": "^11.0.5",
38-
"validator": "^13.12.0"
38+
"validator": "^13.15.23"
3939
}
4040
}

0 commit comments

Comments
 (0)