More NPM updates

This commit is contained in:
Emma [it/its]@Rory& 2024-10-15 11:37:38 +02:00 committed by Rory&
parent 192c7dd33b
commit a2ffc536aa
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-YUhLZ2Qmm0xN7hzuOMTqYx3NXRD/6X2wItF4C+uTXao="
"npmDepsHash": "sha256-7dAZmZ8yLaUsDavaX9Fw2RYK/lV4Yy4PIDqfLjh29cg="
}

BIN
package-lock.json generated

Binary file not shown.

View File

@ -49,7 +49,7 @@
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/murmurhash-js": "^1.0.4",
"@types/node": "^18.17.3",
"@types/node": "^22.7.5",
"@types/node-fetch": "^2.6.4",
"@types/node-os-utils": "^1.3.1",
"@types/nodemailer": "^6.4.9",
@ -60,9 +60,9 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"express": "^4.19.2",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
@ -73,7 +73,7 @@
"ajv-formats": "2.1.1",
"amqplib": "^0.10.3",
"bcrypt": "^5.1.0",
"body-parser": "1.20.1",
"body-parser": "^1.20.3",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
@ -95,7 +95,7 @@
"multer": "^1.4.5-lts.1",
"murmurhash-js": "^1.0.0",
"node-2fa": "^2.0.3",
"node-fetch": "^2.6.12",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.9.14",
"picocolors": "^1.0.0",