Run NPM Audit, Update email template, Bump version
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
c147d9c50c
commit
d15b7c3c7a
@ -2,6 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>OwlBoard - Register</title>
|
<title>OwlBoard - Register</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="key" content=">>ACCESSCODE<<" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -87,12 +88,15 @@
|
|||||||
using the same email address for other devices and access OwlBoard
|
using the same email address for other devices and access OwlBoard
|
||||||
from elsewhere.
|
from elsewhere.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Watch support videos or leave a message on our <a href="https://facebook.com/owlboard.support">Facebook page</a>.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you did not request to sign up to OwlBoard (Staff Version), you
|
If you did not request to sign up to OwlBoard (Staff Version), you
|
||||||
can safely ignore this email. Your email address has not been stored
|
can safely ignore this email. Your email address has not been stored
|
||||||
by us.
|
by us.
|
||||||
</p>
|
</p>
|
||||||
<p>The registration link will expire after 30 minutes.</p>
|
<p>The registration link will expire after 4 hours.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -6,7 +6,9 @@ Alternatively you can copy and paste the above link into your browser.
|
|||||||
|
|
||||||
You can also view a QR code to register on another device: https://barcodes.fjla.uk/generate?type=qr&text=https%3A%2F%2Fowlboard.info%2Fmore%2Freg%2Fsubmit%3Fkey%3D>>ACCESSCODE<<
|
You can also view a QR code to register on another device: https://barcodes.fjla.uk/generate?type=qr&text=https%3A%2F%2Fowlboard.info%2Fmore%2Freg%2Fsubmit%3Fkey%3D>>ACCESSCODE<<
|
||||||
|
|
||||||
|
Watch support videos or leave a message on our Facebook page: https://facebook.com/owlboard.support
|
||||||
|
|
||||||
If you did not request to register to OwlBoard then you can safely ignore this email.
|
If you did not request to register to OwlBoard then you can safely ignore this email.
|
||||||
Your email address has not been stored by us and will not be required unless you wish to register again.
|
Your email address has not been stored by us and will not be required unless you wish to register again.
|
||||||
|
|
||||||
The link will expire after 30 minutes.
|
The link will expire after 4 hours.
|
20
package-lock.json
generated
20
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "owlboard",
|
"name": "owlboard-backend",
|
||||||
"version": "1.2.0-dev",
|
"version": "2024.2.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "owlboard",
|
"name": "owlboard-backend",
|
||||||
"version": "1.2.0-dev",
|
"version": "2024.2.2",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
@ -4703,9 +4703,9 @@
|
|||||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||||
},
|
},
|
||||||
"node_modules/ip": {
|
"node_modules/ip": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
||||||
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
|
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
|
||||||
},
|
},
|
||||||
"node_modules/ipaddr.js": {
|
"node_modules/ipaddr.js": {
|
||||||
"version": "1.9.1",
|
"version": "1.9.1",
|
||||||
@ -5997,9 +5997,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/nodemailer": {
|
"node_modules/nodemailer": {
|
||||||
"version": "6.9.5",
|
"version": "6.9.9",
|
||||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.5.tgz",
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz",
|
||||||
"integrity": "sha512-/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA==",
|
"integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "owlboard",
|
"name": "owlboard-backend",
|
||||||
"version": "2024.2.1",
|
"version": "2024.2.2",
|
||||||
"description": "OwlBoard is an API and PWA for live rail departure board in the UK.",
|
"description": "Provides LDB, PIS and live train details for the OwlBoard web client",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.fjla.uk/owlboard/backend.git"
|
"url": "https://git.fjla.uk/owlboard/backend.git"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"ldbs-json": "^1.2.1",
|
"ldbs-json": "^1.2.1",
|
||||||
"moment-timezone": "^0.5.43",
|
"moment-timezone": "^0.5.43",
|
||||||
"mongodb": "^4.13.0",
|
"mongodb": "^4.13.0",
|
||||||
"nodemailer": "^6.9.1",
|
"nodemailer": "^6.9.9",
|
||||||
"pino": "^8.15.1",
|
"pino": "^8.15.1",
|
||||||
"redis": "^4.6.7",
|
"redis": "^4.6.7",
|
||||||
"zlib": "^1.0.5"
|
"zlib": "^1.0.5"
|
||||||
|
@ -5,7 +5,7 @@ interface versions {
|
|||||||
|
|
||||||
const version: versions = {
|
const version: versions = {
|
||||||
api: ["/api/v2"],
|
api: ["/api/v2"],
|
||||||
app: "2024.2.1",
|
app: "2024.2.2",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = version;
|
module.exports = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user