This commit is contained in:
dependabot[bot] 2026-02-03 01:58:36 +00:00 committed by GitHub
commit 6ae74545a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

11
package-lock.json generated
View file

@ -15,7 +15,7 @@
"compression": "^1.8.1", "compression": "^1.8.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.2.1", "express": "^5.2.1",
"mqtt": "^5.14.1", "mqtt": "^5.15.0",
"protobufjs": "^7.5.4", "protobufjs": "^7.5.4",
"ws": "^8.18.3" "ws": "^8.18.3"
}, },
@ -69,7 +69,6 @@
"integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==", "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.2.0", "@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.27.1", "@babel/code-frame": "^7.27.1",
@ -2010,7 +2009,6 @@
} }
], ],
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"caniuse-lite": "^1.0.30001737", "caniuse-lite": "^1.0.30001737",
"electron-to-chromium": "^1.5.211", "electron-to-chromium": "^1.5.211",
@ -4609,9 +4607,9 @@
} }
}, },
"node_modules/mqtt": { "node_modules/mqtt": {
"version": "5.14.1", "version": "5.15.0",
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.14.1.tgz", "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.15.0.tgz",
"integrity": "sha512-NxkPxE70Uq3Ph7goefQa7ggSsVzHrayCD0OyxlJgITN/EbzlZN+JEPmaAZdxP1LsIT5FamDyILoQTF72W7Nnbw==", "integrity": "sha512-KC+wAssYk83Qu5bT8YDzDYgUJxPhbLeVsDvpY2QvL28PnXYJzC2WkKruyMUgBAZaQ7h9lo9k2g4neRNUUxzgMw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/readable-stream": "^4.0.21", "@types/readable-stream": "^4.0.21",
@ -5150,7 +5148,6 @@
"devOptional": true, "devOptional": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"peer": true,
"dependencies": { "dependencies": {
"@prisma/config": "6.16.2", "@prisma/config": "6.16.2",
"@prisma/engines": "6.16.2" "@prisma/engines": "6.16.2"

View file

@ -15,7 +15,7 @@
"compression": "^1.8.1", "compression": "^1.8.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.2.1", "express": "^5.2.1",
"mqtt": "^5.14.1", "mqtt": "^5.15.0",
"protobufjs": "^7.5.4", "protobufjs": "^7.5.4",
"ws": "^8.18.3" "ws": "^8.18.3"
}, },