Skip to content

Commit 682c5dd

Browse files
dependabot[bot]danieljbrucepearigee
authored
build(deps): bump protobufjs (#8072)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 to 7.5.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com> Co-authored-by: Gabe Pearhill <86282859+pearigee@users.noreply.github.com>
1 parent ad8da43 commit 682c5dd

4 files changed

Lines changed: 81 additions & 18 deletions

File tree

core/generator/gapic-generator-typescript/package-lock.json

Lines changed: 30 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/generator/gapic-generator-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"long": "^5.3.2",
5757
"object-hash": "^3.0.0",
5858
"proto3-json-serializer": "^3.0.3",
59-
"protobufjs": "^7.5.4",
59+
"protobufjs": "^7.5.5",
6060
"protobufjs-cli": "^1.2.0",
6161
"yargs": "^17.7.2"
6262
},

core/generator/gapic-generator-typescript/pnpm-lock.yaml

Lines changed: 31 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/generator/gapic-generator-typescript/yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3196,7 +3196,7 @@ protobufjs-cli@^1.2.0:
31963196
tmp "^0.2.1"
31973197
uglify-js "^3.7.7"
31983198

3199-
protobufjs@7.5.4, protobufjs@^7.2.5, protobufjs@^7.4.0, protobufjs@^7.5.3, protobufjs@^7.5.4:
3199+
protobufjs@7.5.4:
32003200
version "7.5.4"
32013201
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz"
32023202
integrity sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==
@@ -3214,6 +3214,24 @@ protobufjs@7.5.4, protobufjs@^7.2.5, protobufjs@^7.4.0, protobufjs@^7.5.3, proto
32143214
"@types/node" ">=13.7.0"
32153215
long "^5.0.0"
32163216

3217+
protobufjs@^7.2.5, protobufjs@^7.4.0, protobufjs@^7.5.3, protobufjs@^7.5.5:
3218+
version "7.5.5"
3219+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.5.tgz#b7089ca4410374c75150baf277353ef76db69f96"
3220+
integrity sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==
3221+
dependencies:
3222+
"@protobufjs/aspromise" "^1.1.2"
3223+
"@protobufjs/base64" "^1.1.2"
3224+
"@protobufjs/codegen" "^2.0.4"
3225+
"@protobufjs/eventemitter" "^1.1.0"
3226+
"@protobufjs/fetch" "^1.1.0"
3227+
"@protobufjs/float" "^1.0.2"
3228+
"@protobufjs/inquire" "^1.1.0"
3229+
"@protobufjs/path" "^1.1.2"
3230+
"@protobufjs/pool" "^1.1.0"
3231+
"@protobufjs/utf8" "^1.1.0"
3232+
"@types/node" ">=13.7.0"
3233+
long "^5.0.0"
3234+
32173235
punycode.js@^2.3.1:
32183236
version "2.3.1"
32193237
resolved "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz"

0 commit comments

Comments
 (0)