meshtastic-map/package.json
dependabot[bot] 96cc1ad1d5
Bump protobufjs from 7.3.2 to 7.5.3
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.3.2 to 7.5.3.
- [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.3.2...protobufjs-v7.5.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 7.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-15 08:29:57 +00:00

25 lines
505 B
JSON

{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^5.0.0",
"mqtt": "^5.13.2",
"protobufjs": "^7.5.3"
},
"devDependencies": {
"jest": "^29.7.0",
"prisma": "^5.10.2"
}
}