Skip to content

Commit 4c3dab8

Browse files
build(deps): bump the npm_and_yarn group across 6 directories with 4 updates
Bumps the npm_and_yarn group with 1 update in the /core/generator/gapic-generator-typescript directory: [protobufjs](https://github.com/protobufjs/protobuf.js). Bumps the npm_and_yarn group with 1 update in the /core/packages/gax/test/test-application directory: [@grpc/grpc-js](https://github.com/grpc/grpc-node). Bumps the npm_and_yarn group with 1 update in the /handwritten/datastore directory: [protobufjs](https://github.com/protobufjs/protobuf.js). Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-automl/samples directory: [mathjs](https://github.com/josdejong/mathjs). Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-compute/samples directory: [nodemailer](https://github.com/nodemailer/nodemailer). Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-language/samples directory: [mathjs](https://github.com/josdejong/mathjs). Updates `protobufjs` 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) Updates `@grpc/grpc-js` from 1.6.12 to 1.14.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.12...@grpc/grpc-js@1.14.3) Updates `protobufjs` from 7.4.0 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) Updates `mathjs` from 14.9.1 to 15.2.0 - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](josdejong/mathjs@v14.9.1...v15.2.0) Updates `nodemailer` from 7.0.13 to 8.0.5 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v7.0.13...v8.0.5) Updates `mathjs` from 14.9.1 to 15.2.0 - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](josdejong/mathjs@v14.9.1...v15.2.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d41cceb commit 4c3dab8

9 files changed

Lines changed: 131 additions & 37 deletions

File tree

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

Lines changed: 54 additions & 8 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: 47 additions & 17 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: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@
228228
uuid "^8.0.0"
229229

230230
"@grpc/grpc-js@^1.12.6":
231-
version "1.13.3"
232-
resolved "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.3.tgz"
233-
integrity sha512-FTXHdOoPbZrBjlVLHuKbDZnsTxXv2BlHF57xw6LuThXacXvtkahEPED0CKMk6obZDf65Hv4k3z62eyPNpvinIg==
231+
version "1.14.3"
232+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.14.3.tgz#4c9b817a900ae4020ddc28515ae4b52c78cfb8da"
233+
integrity sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==
234234
dependencies:
235-
"@grpc/proto-loader" "^0.7.13"
235+
"@grpc/proto-loader" "^0.8.0"
236236
"@js-sdsl/ordered-map" "^4.4.2"
237237

238238
"@grpc/proto-loader@^0.7.13":
@@ -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"

core/packages/gax/test/test-application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"typescript": "^5.1.6"
2525
},
2626
"dependencies": {
27-
"@grpc/grpc-js": "~1.6.0",
27+
"@grpc/grpc-js": "~1.14.3",
2828
"google-gax": "file:./google-gax.tgz",
29-
"protobufjs": "^7.0.0",
29+
"protobufjs": "^8.0.1",
3030
"pumpify": "^2.0.1",
3131
"showcase-echo-client": "./showcase-echo-client.tgz",
3232
"showcase-server": "./showcase-server.tgz"

handwritten/datastore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"extend": "^3.0.2",
5353
"google-gax": "^5.0.2-rc.1",
5454
"is": "^3.3.0",
55-
"protobufjs": "7.4.0",
55+
"protobufjs": "7.5.5",
5656
"split-array-stream": "^2.0.0",
5757
"stream-events": "^1.0.5"
5858
},

packages/google-cloud-automl/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@google-cloud/automl": "^5.1.1",
2020
"csv": "^6.0.0",
21-
"mathjs": "^14.0.0",
21+
"mathjs": "^15.2.0",
2222
"yargs": "^17.0.0"
2323
},
2424
"devDependencies": {

packages/google-cloud-compute/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@google-cloud/compute": "^6.9.0",
1818
"@sendgrid/mail": "^8.0.0",
19-
"nodemailer": "^7.0.0",
19+
"nodemailer": "^8.0.5",
2020
"nodemailer-smtp-transport": "^2.7.4"
2121
},
2222
"devDependencies": {

packages/google-cloud-language/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/automl": "^5.0.0",
19-
"mathjs": "^14.0.0",
19+
"mathjs": "^15.2.0",
2020
"@google-cloud/language": "^7.2.1",
2121
"@google-cloud/storage": "^7.0.0",
2222
"yargs": "^17.0.0"

0 commit comments

Comments
 (0)