Skip to content

Commit eb087d6

Browse files
committed
fix(deps): update dependency protobufjs to v7.5.1
1 parent 1acf5f4 commit eb087d6

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"nunjucks": "^3.2.4",
5252
"object-hash": "^3.0.0",
5353
"proto3-json-serializer": "^3.0.0",
54-
"protobufjs": "7.5.0",
54+
"protobufjs": "7.5.1",
5555
"protobufjs-cli": "^1.1.3",
5656
"yargs": "^17.7.2"
5757
},

pnpm-lock.yaml

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3002,10 +3002,10 @@ protobufjs-cli@^1.1.3:
30023002
tmp "^0.2.1"
30033003
uglify-js "^3.7.7"
30043004

3005-
[email protected].0, protobufjs@^7.0.0, protobufjs@^7.2.5, protobufjs@^7.3.2, protobufjs@^7.4.0:
3006-
version "7.5.0"
3007-
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.0.tgz"
3008-
integrity sha512-Z2E/kOY1QjoMlCytmexzYfDm/w5fKAiRwpSzGtdnXW1zC88Z2yXazHHrOtwCzn+7wSxyE8PYM4rvVcMphF9sOA==
3005+
[email protected].1, protobufjs@^7.0.0, protobufjs@^7.2.5, protobufjs@^7.3.2, protobufjs@^7.4.0:
3006+
version "7.5.1"
3007+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.1.tgz"
3008+
integrity sha512-3qx3IRjR9WPQKagdwrKjO3Gu8RgQR2qqw+1KnigWhoVjFqegIj1K3bP11sGqhxrO46/XL7lekuG4jmjL+4cLsw==
30093009
dependencies:
30103010
"@protobufjs/aspromise" "^1.1.2"
30113011
"@protobufjs/base64" "^1.1.2"

0 commit comments

Comments
 (0)