Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 12, 2025

Removes axios. It's no longer used after updating ancestor dependencies axios, @google-cloud/asset, @google-cloud/bigquery, @google-cloud/pubsub, @google-cloud/security-center and google-gax. These dependencies need to be updated together.

Removes axios

Updates @google-cloud/asset from 0.1.1 to 6.3.0

Release notes

Sourced from @​google-cloud/asset's releases.

asset: v6.3.0

6.3.0 (2025-08-12)

Features

  • [asset] Add highest_upgradable_cve_severity field to Vulnerability report (#6589) (830c73a)

text-to-speech: v6.3.0

6.3.0 (2025-08-27)

Features

  • [texttospeech] Support promptable voices by specifying a model name and a prompt (#6617) (66f1081)

compute: v6.3.0

6.3.0 (2025-09-04)

Features

  • [compute] Update Compute Engine v1beta API to revision 20250810 (#1090) (#6610) (72c9729)

asset: v6.2.1

6.2.1 (2025-08-04)

Bug Fixes

  • deps: Update dependency @​google-cloud/compute to v6 (#6544) (36c69e3)

compute: v6.2.0

6.2.0 (2025-08-12)

Features

  • [compute] Update Compute Engine v1 API to revision 20250729 (#1085) (#6579) (0cbf8ac)

compute: v6.1.0

6.1.0 (2025-08-04)

Features

  • [compute] Update Compute Engine v1beta API to revision 20250717 (#6552) (a04a1fc)

compute: v6.0.0

6.0.0 (2025-07-28)

... (truncated)

Changelog

Sourced from @​google-cloud/asset's changelog.

6.3.0 (2025-08-12)

Features

  • [asset] Add highest_upgradable_cve_severity field to Vulnerability report (#6589) (830c73a)

6.2.1 (2025-08-04)

Bug Fixes

  • deps: Update dependency @​google-cloud/compute to v6 (#6544) (36c69e3)

6.2.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6418) (fcfb2c0)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

Bug Fixes

  • deps: Update dependency @​google-cloud/bigquery to v8 (#6317) (f5763b2)

6.1.0 (2025-03-19)

Features

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6182) (c41ff07)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6183) (f91c71f)
  • deps: Update dependency @​google-cloud/compute to v5 (#6171) (b3b30b8)

6.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

... (truncated)

Commits
  • cf59635 chore: release main (#6398)
  • bd8cc85 chore(deps): update dependency sinon to v21 (#6413)
  • 58d2878 chore(deps): update dependency jsdoc-fresh to v4 (#6385)
  • fcfb2c0 feat: [Many APIs] add methods from gax to cache proto root and process custom...
  • f5763b2 fix(deps): update dependency @​google-cloud/bigquery to v8 (#6317)
  • e7e9fc3 chore: update google-gax in client libraries (#6428)
  • 5c82715 samples: resource exhausted in contact center insights and cloud assets. (#6430)
  • 0d00020 docs: [asset] fix typos in documentation (#6292)
  • d11d8e9 chore: release main (#6177)
  • f91c71f fix: [Many APIs] await/catch promises, and update listOperationsAsync return ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​google-cloud/asset since your current version.


Updates @google-cloud/bigquery from 2.0.6 to 2.1.0

Release notes

Sourced from @​google-cloud/bigquery's releases.

v2.1.0

03-12-2019 15:30 PDT

New Features

  • feat: throw errors for missing resource ids (#342)

Bug Fixes

  • fix(types): move JobLoadMetadata writeDisposition (#365)
  • fix(types): Allow views to be configured using an object or a string (#333)
  • fix(types): add missing parameters (selectedFields, startIndex) in table.getRows() options (#331)

Dependencies

  • fix(deps): update dependency @​google-cloud/paginator to ^0.2.0 (#373)
  • fix(deps): update dependency @​google-cloud/common to ^0.31.0 (#371)
  • fix(deps): update dependency @​google-cloud/promisify to ^0.4.0 (#356)
  • fix(deps): update dependency duplexify to v4 (#343)

Documentation

  • docs(table): link to upstream limit docs (#376)
  • docs: update samples and docs to match rubric (#374)
  • docs: update links in contrib guide (#358)
  • docs: update contributing path in README (#350)
  • docs: move CONTRIBUTING.md to root (#349)
  • docs: add lint/fix example to contributing guide (#344)

Internal / Testing Changes

  • testing: remove nextQuery assertion (#377)
  • refactor(samples): split samples into their own files (#368)
  • build: Add docuploader credentials to node publish jobs (#370)
  • build: use node10 to run samples-test, system-test etc (#369)
  • build: system-tests only delete stale resources
  • chore: make test prefix unique per run (#363)
  • chore(deps): update dependency mocha to v6 (#360)
  • test: skip installation test if GOOGLE_CLOUD_TESTS_IN_VPCSC is passed (#345)
  • build: use linkinator for docs test (#354)
  • fix(deps): update dependency yargs to v13 (#353)
  • chore(deps): update dependency @​types/tmp to v0.0.34 (#355)
  • build: create docs test npm scripts (#352)
  • build: test using @​grpc/grpc-js in CI (#351)
  • build: check for 404s in the docs (#337)
  • build: output benchmark data in csv format (#339)
  • chore(deps): update dependency eslint-config-prettier to v4 (#338)
Changelog

Sourced from @​google-cloud/bigquery's changelog.

v2.1.0

03-12-2019 15:30 PDT

New Features

  • feat: throw errors for missing resource ids (#342)

Bug Fixes

  • fix(types): move JobLoadMetadata writeDisposition (#365)
  • fix(types): Allow views to be configured using an object or a string (#333)
  • fix(types): add missing parameters (selectedFields, startIndex) in table.getRows() options (#331)

Dependencies

  • fix(deps): update dependency @​google-cloud/paginator to ^0.2.0 (#373)
  • fix(deps): update dependency @​google-cloud/common to ^0.31.0 (#371)
  • fix(deps): update dependency @​google-cloud/promisify to ^0.4.0 (#356)
  • fix(deps): update dependency duplexify to v4 (#343)

Documentation

  • docs(table): link to upstream limit docs (#376)
  • docs: update samples and docs to match rubric (#374)
  • docs: update links in contrib guide (#358)
  • docs: update contributing path in README (#350)
  • docs: move CONTRIBUTING.md to root (#349)
  • docs: add lint/fix example to contributing guide (#344)

Internal / Testing Changes

  • testing: remove nextQuery assertion (#377)
  • refactor(samples): split samples into their own files (#368)
  • build: Add docuploader credentials to node publish jobs (#370)
  • build: use node10 to run samples-test, system-test etc (#369)
  • build: system-tests only delete stale resources
  • chore: make test prefix unique per run (#363)
  • chore(deps): update dependency mocha to v6 (#360)
  • test: skip installation test if GOOGLE_CLOUD_TESTS_IN_VPCSC is passed (#345)
  • build: use linkinator for docs test (#354)
  • fix(deps): update dependency yargs to v13 (#353)
  • chore(deps): update dependency @​types/tmp to v0.0.34 (#355)
  • build: create docs test npm scripts (#352)
  • build: test using @​grpc/grpc-js in CI (#351)
  • build: check for 404s in the docs (#337)
  • build: output benchmark data in csv format (#339)
  • chore(deps): update dependency eslint-config-prettier to v4 (#338)
Commits
  • 76f6e90 Release v2.1.0 (#378)
  • 4fe36f7 docs(table): link to upstream limit docs (#376)
  • f70cb9f testing: remove nextQuery assertion (#377)
  • e4b0b12 fix(deps): update dependency @​google-cloud/paginator to ^0.2.0 (#373)
  • b92b75f fix: update samples and docs to match rubric (#374)
  • fdd851f refactor(samples): split samples into their own files (#368)
  • 54e8df3 fix(deps): update dependency @​google-cloud/common to ^0.31.0 (#371)
  • a6d6859 build: Add docuploader credentials to node publish jobs (#370)
  • 76ee1ad fix(deps): update dependency @​google-cloud/common to ^0.30.0 (#336)
  • 0769244 build: use node10 to run samples-test, system-test etc (#369)
  • Additional commits viewable in compare view

Updates @google-cloud/pubsub from 0.22.2 to 5.2.0

Release notes

Sourced from @​google-cloud/pubsub's releases.

v5.2.0

5.2.0 (2025-08-07)

Features

  • Ad-hoc, targeted debug logging (#2062) (dce83c7)
  • Add timeout option and graceful shutdown to Subscription.close() (#2068) (8dee024)

v5.1.0

5.1.0 (2025-06-04)

Features

  • Add SchemaViolationReason to IngestionFailureEvent (#2045) (3348e3e)
  • Use specific W3CTraceContextPropagator for OTel (#2036) (c9a9656)

Bug Fixes

  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.33.0 (#2038) (4eb46c5)
  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.34.0 (#2048) (1072c2d)
  • deps: Update dependency protobufjs to ~7.5.0 (#2041) (b65eaeb)
  • Set messaging.operation in createAttributes (#2030) (b8d513a)

v5.0.0

5.0.0 (2025-04-28)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#2024)
  • remove (broken) legacy OTel support
  • remove legacy ack deadline options
  • move maxExtension into subscriber options

Miscellaneous Chores

v4.11.0

4.11.0 (2025-03-27)

Features

  • Add required messaging.operation span attrs for OTel sem convs 1.24 (#2019) (70ed2d7)

... (truncated)

Changelog

Sourced from @​google-cloud/pubsub's changelog.

5.2.0 (2025-08-07)

Features

  • Ad-hoc, targeted debug logging (#2062) (dce83c7)
  • Add timeout option and graceful shutdown to Subscription.close() (#2068) (8dee024)

5.1.0 (2025-06-04)

Features

  • Add SchemaViolationReason to IngestionFailureEvent (#2045) (3348e3e)
  • Use specific W3CTraceContextPropagator for OTel (#2036) (c9a9656)

Bug Fixes

  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.33.0 (#2038) (4eb46c5)
  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.34.0 (#2048) (1072c2d)
  • deps: Update dependency protobufjs to ~7.5.0 (#2041) (b65eaeb)
  • Set messaging.operation in createAttributes (#2030) (b8d513a)

5.0.0 (2025-04-28)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#2024)
  • remove (broken) legacy OTel support
  • remove legacy ack deadline options
  • move maxExtension into subscriber options

Miscellaneous Chores

4.11.0 (2025-03-27)

Features

  • Add required messaging.operation span attrs for OTel sem convs 1.24 (#2019) (70ed2d7)

Bug Fixes

  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.29.0 (#2012) (bfe8243)
  • deps: Update dependency @​opentelemetry/semantic-conventions to ~1.30.0 (#2014) (7f8366a)

... (truncated)

Commits
  • e546f2c chore(main): release 5.2.0 (#2073)
  • 8dee024 feat: add timeout option and graceful shutdown to Subscription.close() (#2068)
  • dce83c7 feat: ad-hoc, targeted debug logging (#2062)
  • 7a85349 chore(main): release 5.1.0 (#2039)
  • a6cadf4 chore(deps): update dependency @​octokit/rest to v21 (#2051)
  • 7896e7b chore(deps): update dependency jsdoc-fresh to v4 (#2049)
  • 1072c2d fix(deps): update dependency @​opentelemetry/semantic-conventions to ~1.34.0 (...
  • 24ee8bd chore(deps): update dependency sinon to v20 (#2043)
  • b1ad37d chore: update NodeJS post-processor to use MOSS approved images and update no...
  • 3348e3e feat: Add SchemaViolationReason to IngestionFailureEvent (#2045)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​google-cloud/pubsub since your current version.


Updates @google-cloud/security-center from 0.1.2 to 9.1.0

Release notes

Sourced from @​google-cloud/security-center's releases.

admin: v9.0.0

9.0.0 (2025-08-21)

⚠ BREAKING CHANGES

  • [analytics-admin] remove the SetAutomatedGa4ConfigurationOptOut method (#6613)

Bug Fixes

  • [analytics-admin] remove the SetAutomatedGa4ConfigurationOptOut method (#6613) (cdd0d85)

security-private-ca: v7.0.0

7.0.0 (2025-07-28)

⚠ BREAKING CHANGES

  • Correct resource reference type for parent field in data_chat_service.proto
  • Remove field restricted within encryption enforcement config.

Features

  • A new field semantic_search is added to message.google.cloud.dataplex.v1.SearchEntriesRequest (7e3d10b)
  • Add backdate duration (7e3d10b)
  • Add enum DeliverInfo.GoogleServiceType (7e3d10b)
  • Add enum Status to message InstanceInfo (7e3d10b)
  • Add enum VpcFlowLogsConfig.CrossProjectMetadata (7e3d10b)
  • Add enum VpcFlowLogsConfig.TargetResourceState (7e3d10b)
  • Add enum value AbortInfo.Cause.GOOGLE_MANAGED_SERVICE_AMBIGUOUS_ENDPOINT (7e3d10b)
  • Add enum value RouteInfo.NextHopType.SECURE_WEB_PROXY_GATEWAY (7e3d10b)
  • Add enum values NO_ROUTE_FROM_EXTERNAL_IPV6_SOURCE_TO_PRIVATE_IPV6_ADDRESS, TRAFFIC_FROM_HYBRID_ENDPOINT_TO_INTERNET_DISALLOWED, NO_MATCHING_NAT64_GATEWAY, LOAD_BALANCER_BACKEND_IP_VERSION_MISMATCH, and NO_KNOWN_ROUTE_FROM_NCC_NETWORK_TO_DESTINATION to DropInfo.Cause (7e3d10b)
  • Add field google_service_type to message DeliverInfo (7e3d10b)
  • Add field policy_priority to message NetworkInfo (7e3d10b)
  • Add field running to message InstanceInfo (7e3d10b)
  • Add field service_uri to message Endpoint.CloudRunRevisionEndpoint (7e3d10b)
  • Add fields cross_project_metadata, target_resource_state, network, and subnet to message VpcFlowLogsConfig (7e3d10b)
  • Add http additional_bindings (7e3d10b)
  • Add isolation support to prevent cross-region overflow by adding a new field "isolation_config" to message "ServiceLbPolicy" (7e3d10b)
  • Add message Endpoint.SingleEdgeResponse (7e3d10b)
  • Add new field restriction_mode for encryption enforcement config in message Bucket (7e3d10b)
  • Add RDN sequence (7e3d10b)
  • Add rpc VpcFlowLogsService.QueryOrgVpcFlowLogsConfigs (7e3d10b)
  • Add safebrowsing proto defs (7e3d10b)
  • Add service OrganizationVpcFlowLogsService (7e3d10b)
  • Add User Defined Access URLs (7e3d10b)
  • Adds tbs_certificate_digest to CertificateDescription (7e3d10b)
  • Enable organization-level support for VPC Flow Logs (7e3d10b)
  • Update Compute Engine v1 API to revision 20250626 (7e3d10b)
  • Update Compute Engine v1beta API to revision 20250626 (7e3d10b)

... (truncated)

Changelog

Sourced from @​google-cloud/security-center's changelog.

9.1.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6423) (df9184f)
  • [securitycenter] Add AffectedResources proto (#6456) (ed5e825)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

Bug Fixes

  • deps: Update dependency @​google-cloud/pubsub to v5 (#6311) (1f69d9a)

9.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6188) (a73cdbf)

9.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • Add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (eed00f4)

Bug Fixes

  • Add json files to tsconfig templates (#1692) (ba6be1d) (eed00f4)

Miscellaneous Chores

8.12.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6018) (9dc5856)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​google-cloud/security-center since your current version.


Updates google-gax from 0.23.0 to 5.0.3

Release notes

Sourced from google-gax's releases.

google-gax: v5.0.3

5.0.3 (2025-08-07)

Bug Fixes

google-gax: v5.0.2

5.0.2 (2025-07-22)

Bug Fixes

  • deps: update dependency @​grpc/proto-loader to ^0.8.0 (#1782) (7dcec97)

google-gax: v5.0.1

5.0.1 (2025-06-25)

Bug Fixes

  • deps: Remove deprecated dependency @​types/long (#1738) (7ff8181)
  • deps: update dependency google-proto-files to v5 (#1764) (191163f)

google-gax: v5.0.0

5.0.0 (2025-06-12)

⚠ BREAKING CHANGES

  • allow 204 responses in REST fallback mode (#1736)
  • correct wrong return type for listOperations in Operation Client (#1729)
  • Update google-auth-library to v10 (#1702)
  • migrate gax to Node 18 (#1699)
  • parse from HTTP errors and prefer that as the cannonical error code when it is provided (#1633)

Features

  • Add errorsEncountered to the errors sent back (#1740) (14c75ef)
  • Add minifyJson param to request minified JSON responses when using the REST fallback (#1632) (a3fa7c7)
  • correct wrong return type for listOperations in Operation Client (#1729) (c5af911)
  • export utils functions in gax (#1765) (16cacaa)
  • expose a static method for cached loading of protos from JSON and update protobuf.js to 7.5.2 (#1753) (d5acfd6)
  • support custom error types in grpc (#1759) (2198283)
  • support custom/unknown error types (#1751) (ddb9b5a)
  • Update google-auth-library to v10 (#1702) (43a8cb8)

Bug Fixes

... (truncated)

Changelog

Sourced from google-gax's changelog.

5.0.3 (2025-08-07)

Bug Fixes

5.0.2 (2025-07-22)

Bug Fixes

  • deps: update dependency @​grpc/proto-loader to ^0.8.0 (#1782) (7dcec97)

5.0.1 (2025-06-25)

Bug Fixes

  • deps: Remove deprecated dependency @​types/long (#1738) (7ff8181)
  • deps: update dependency google-proto-files to v5 (#1764) (191163f)

5.0.0 (2025-06-12)

⚠ BREAKING CHANGES

  • allow 204 responses in REST fallback mode (#1736)
  • correct wrong return type for listOperations in Operation Client (#1729)
  • Update google-auth-library to v10 (#1702)
  • migrate gax to Node 18 (#1699)
  • parse from HTTP errors and prefer that as the cannonical error code when it is provided (#1633)

Features

  • Add errorsEncountered to the errors sent back (#1740) (14c75ef)
  • Add minifyJson param to request minified JSON responses when using the REST fallback (#1632) (a3fa7c7)
  • correct wrong return type for listOperations in Operation Client (#1729) (c5af911)
  • export utils functions in gax (#1765) (16cacaa)
  • expose a static method for cached loading of protos from JSON and update protobuf.js to 7.5.2 (#1753) (d5acfd6)
  • support custom error types in grpc (#1759) (2198283)
  • support custom/unknown error types (#1751) (ddb9b5a)
  • Update google-auth-library to v10 (#1702) (43a8cb8)

Bug Fixes

... (truncated)

Commits
  • 941698d chore(main): release google-gax 5.0.3 (#1790)
  • 0501494 fix: pin Typescript to republish gax (#1789)
  • e1f8346 chore(main): release google-gax 5.0.2 (#1785)
  • 7dcec97 fix(deps): update dependency @​grpc/proto-loader to ^0.8.0 (#1782)
  • b07edf9 chore: add node 22 and 24 versions in ci tests (#1781)
  • 2f54bad chore(main): release google-gax 5.0.1 (#1777)
  • b0aa877 chore(deps): update dependency sinon to v21 (#1775)
  • 191163f fix(deps): update dependency google-proto-files to v5 (#1764)
  • f3fcd88 chore(deps): update dependency jsdoc-fresh to v4 (#1763)
  • 7ff8181 fix(deps): Remove deprecated dependency @​types/long (#1738)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for google-gax since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • `@dependabot ignore this minor ver...

Description has been truncated

…d/pubsub, @google-cloud/security-center and google-gax

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@google-cloud/asset](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-asset), [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery), [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub), [@google-cloud/security-center](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-securitycenter) and [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax). These dependencies need to be updated together.


Removes `axios`

Updates `@google-cloud/asset` from 0.1.1 to 6.3.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-asset/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.3.0/packages/google-cloud-asset)

Updates `@google-cloud/bigquery` from 2.0.6 to 2.1.0
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases)
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-bigquery@v2.0.6...v2.1.0)

Updates `@google-cloud/pubsub` from 0.22.2 to 5.2.0
- [Release notes](https://github.com/googleapis/nodejs-pubsub/releases)
- [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-pubsub@v0.22.2...v5.2.0)

Updates `@google-cloud/security-center` from 0.1.2 to 9.1.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-securitycenter/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/translate-v9.1.0/packages/google-cloud-securitycenter)

Updates `google-gax` from 0.23.0 to 5.0.3
- [Release notes](https://github.com/googleapis/gax-nodejs/releases)
- [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/gax/CHANGELOG.md)
- [Commits](https://github.com/googleapis/gax-nodejs/commits/google-gax-v5.0.3/gax)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@google-cloud/asset"
  dependency-version: 6.3.0
  dependency-type: direct:production
- dependency-name: "@google-cloud/bigquery"
  dependency-version: 2.1.0
  dependency-type: direct:production
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 5.2.0
  dependency-type: direct:production
- dependency-name: "@google-cloud/security-center"
  dependency-version: 9.1.0
  dependency-type: direct:production
- dependency-name: google-gax
  dependency-version: 5.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 12, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2025

Superseded by #143.

@dependabot dependabot bot closed this Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cli/multi-3e9c3d45fc branch September 30, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants