Skip to content

Commit

Permalink
fix(deps): update dependency protobufjs to v7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 17, 2024
1 parent 45f4989 commit 6abe2c5
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 17 deletions.
32 changes: 28 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"nunjucks": "^3.2.4",
"object-hash": "^3.0.0",
"proto3-json-serializer": "^2.0.0",
"protobufjs": "7.2.5",
"protobufjs": "7.2.6",
"protobufjs-cli": "^1.1.2",
"yargs": "^17.7.2"
},
Expand Down
41 changes: 30 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@ protobufjs-cli@1.1.2, protobufjs-cli@^1.1.2:
tmp "^0.2.1"
uglify-js "^3.7.7"

protobufjs@7.2.5, protobufjs@^7.0.0, protobufjs@^7.2.4:
protobufjs@7.2.5:
version "7.2.5"
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz"
integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==
Expand All @@ -3006,6 +3006,24 @@ protobufjs@7.2.5, protobufjs@^7.0.0, protobufjs@^7.2.4:
"@types/node" ">=13.7.0"
long "^5.0.0"

protobufjs@7.2.6, protobufjs@^7.0.0, protobufjs@^7.2.4:
version "7.2.6"
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz"
integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"
"@protobufjs/codegen" "^2.0.4"
"@protobufjs/eventemitter" "^1.1.0"
"@protobufjs/fetch" "^1.1.0"
"@protobufjs/float" "^1.0.2"
"@protobufjs/inquire" "^1.1.0"
"@protobufjs/path" "^1.1.2"
"@protobufjs/pool" "^1.1.0"
"@protobufjs/utf8" "^1.1.0"
"@types/node" ">=13.7.0"
long "^5.0.0"

punycode@^2.1.0:
version "2.3.0"
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz"
Expand Down

0 comments on commit 6abe2c5

Please sign in to comment.