meshtastic-map/package.json
dependabot[bot] 49f93ec0cc
Bump protobufjs from 7.5.4 to 8.0.0
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 to 8.0.0.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.4...protobufjs-v8.0.0)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 17:46:07 +00:00

26 lines
526 B
JSON

{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@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.2.1",
"mqtt": "^5.14.1",
"protobufjs": "^8.0.0",
"ws": "^8.18.3"
},
"devDependencies": {
"jest": "^30.1.3",
"prisma": "^6.16.2"
}
}