meshtastic-map/package.json
dependabot[bot] 53728e4528
Bump @prisma/client from 6.16.2 to 7.2.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.16.2 to 7.2.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-17 20:19:12 +00:00

25 lines
504 B
JSON

{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^7.2.0",
"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.4"
},
"devDependencies": {
"jest": "^30.1.3",
"prisma": "^6.16.2"
}
}