Merge branch 'master' into dependabot/npm_and_yarn/mqtt-5.14.1

This commit is contained in:
Anton Roslund 2025-09-20 07:44:36 +02:00 committed by GitHub
commit e8f796c5ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 379 additions and 561 deletions

View file

@ -9,17 +9,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.13.0",
"@prisma/client": "^6.16.2",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"compression": "^1.8.1",
"cors": "^2.8.5",
"express": "^5.0.0",
"mqtt": "^5.14.1",
"protobufjs": "^7.5.3"
"protobufjs": "^7.5.4"
},
"devDependencies": {
"jest": "^30.0.5",
"prisma": "^6.13.0"
"jest": "^30.1.3",
"prisma": "^6.16.2"
}
}