bump dependencies

This commit is contained in:
Holly Stubbs 2024-10-11 09:27:20 +01:00
parent 71d8824bb3
commit 0eda11dd4b
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E
2 changed files with 25 additions and 24 deletions

View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@fastify/cookie": "^10.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.1",
"@fastify/view": "^10.0.1",
@ -19,7 +19,7 @@
"hsconsole": "^1.0.2",
"mysql2": "^3.11.3",
"simple-prom": "^1.0.1",
"ultimate-ws": "^1.0.8"
"ultimate-ws": "^1.0.9"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"terser": "^5.34.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
},
"node_modules/@cspotcode/source-map-support": {
@ -63,15 +63,24 @@
}
},
"node_modules/@fastify/cookie": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-10.0.1.tgz",
"integrity": "sha512-NV/wbCUv4ETJ5KM1KMu0fLx0nSCm9idIxwg66NZnNbfPQH3rdbx6k0qRs5uy0y+MhBgvDudYRA30KlK659chyw==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-11.0.1.tgz",
"integrity": "sha512-n1Ooz4bgQ5LcOlJQboWPfsMNxIrGV0SgU85UkctdpTlCQE0mtA3rlspOPUdqk9ubiiZn053ucnia4DjTquI4/g==",
"license": "MIT",
"dependencies": {
"cookie-signature": "^1.2.1",
"cookie": "^1.0.0",
"fastify-plugin": "^5.0.0"
}
},
"node_modules/@fastify/cookie/node_modules/cookie": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.0.tgz",
"integrity": "sha512-bsSztFoaR8bw9MlFCrTHzc1wOKCUKOBsbgFdoDilZDkETAOOjKSqV7L+EQLbTaylwvZasd9vM4MGKotJaUfSpA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@fastify/error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz",
@ -713,14 +722,6 @@
"node": ">= 0.6"
}
},
"node_modules/cookie-signature": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.1.tgz",
"integrity": "sha512-78KWk9T26NhzXtuL26cIJ8/qNHANyJ/ZYrmEXFzUmhZdjpBv+DlWlOANRTGBt48YcyslsLrj0bMLFTmXvLRCOw==",
"engines": {
"node": ">=6.6.0"
}
},
"node_modules/create-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
@ -3418,9 +3419,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -3432,9 +3433,9 @@
}
},
"node_modules/ultimate-ws": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/ultimate-ws/-/ultimate-ws-1.0.8.tgz",
"integrity": "sha512-pk/PM+G6IK3l1BdgXXHdOuFul0/hyyi3AluNdgYjaXap/u47wRRJDE6YCPks0wgcHkb9iOTu9AiHFkH1ezXkOw==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/ultimate-ws/-/ultimate-ws-1.0.9.tgz",
"integrity": "sha512-QV+vsCIUBf4zUg0vmY9WvIZqiG7qtctQYela00CrdW8sYIJOrFtgtjD8q9TYGVoqcMNrj/S+Mgx39hrRGQkukA==",
"license": "Apache-2.0",
"dependencies": {
"tseep": "^1.3.1",

View file

@ -12,7 +12,7 @@
"author": "tgpholly",
"license": "MIT",
"dependencies": {
"@fastify/cookie": "^10.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.1",
"@fastify/view": "^10.0.1",
@ -22,7 +22,7 @@
"hsconsole": "^1.0.2",
"mysql2": "^3.11.3",
"simple-prom": "^1.0.1",
"ultimate-ws": "^1.0.8"
"ultimate-ws": "^1.0.9"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
@ -33,6 +33,6 @@
"npm-run-all": "^4.1.5",
"terser": "^5.34.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}