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>
This commit is contained in:
dependabot[bot] 2025-07-15 08:29:57 +00:00 committed by GitHub
parent ce2121d964
commit 96cc1ad1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -16,7 +16,7 @@
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.0.0", "express": "^5.0.0",
"mqtt": "^5.13.2", "mqtt": "^5.13.2",
"protobufjs": "^7.2.6" "protobufjs": "^7.5.3"
}, },
"devDependencies": { "devDependencies": {
"jest": "^29.7.0", "jest": "^29.7.0",
@ -4288,10 +4288,11 @@
} }
}, },
"node_modules/protobufjs": { "node_modules/protobufjs": {
"version": "7.3.2", "version": "7.5.3",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.3.tgz",
"integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", "integrity": "sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@protobufjs/aspromise": "^1.1.2", "@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2", "@protobufjs/base64": "^1.1.2",

View file

@ -16,7 +16,7 @@
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.0.0", "express": "^5.0.0",
"mqtt": "^5.13.2", "mqtt": "^5.13.2",
"protobufjs": "^7.2.6" "protobufjs": "^7.5.3"
}, },
"devDependencies": { "devDependencies": {
"jest": "^29.7.0", "jest": "^29.7.0",