Run NPM Update

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-04-18 20:39:07 +01:00
parent ebd4d1e7a8
commit 4f4d84474c
3 changed files with 544 additions and 436 deletions

View File

@ -17,7 +17,7 @@
<table style="width: 100%; text-align: center; color: azure; font-family: sans-serif;"> <table style="width: 100%; text-align: center; color: azure; font-family: sans-serif;">
<tr> <tr>
<td> <td>
<img src="https://owlboard.info/images/logo/wide_logo.svg" style="height: 100px"> <img src="https://owlboard.info/images/logo/wide_logo.svg" style="height: 100px; padding-top: 20px; margin-top: 0px">
</td> </td>
</tr> </tr>
<tr> <tr>

977
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.2", "express": "^4.18.2",
"express-rate-limit": "^6.7.0", "express-rate-limit": "^6.7.0",
"html-minifier": "^4.0.0",
"ldbs-json": "^1.2.1", "ldbs-json": "^1.2.1",
"mongodb": "^4.13.0", "mongodb": "^4.13.0",
"nodemailer": "^6.9.1", "nodemailer": "^6.9.1",