Finalise release details

This commit is contained in:
Fred Boniface
2025-06-26 21:14:27 +01:00
parent 6733bd1669
commit e5a06db550
8 changed files with 64 additions and 7 deletions

17
package-lock.json generated
View File

@@ -16,7 +16,8 @@
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.0.4",
"@types/nodemailer": "^6.4.17"
"@types/nodemailer": "^6.4.17",
"typescript": "^5.8.3"
}
},
"node_modules/@mongodb-js/saslprep": {
@@ -1113,6 +1114,20 @@
"node": ">= 0.6"
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",