Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 27 updates#849

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-41bce13591
Open

chore(deps): bump the minor-and-patch group across 1 directory with 27 updates#849
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-41bce13591

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the minor-and-patch group with 25 updates in the / directory:

Package From To
@types/node 14.18.34 14.18.63
dotenv 16.3.1 16.6.1
eslint-plugin-prettier 5.0.0 5.5.5
gts 5.0.1 5.3.1
firebase-functions-test 3.1.1 3.4.1
ts-jest 29.1.2 29.4.6
@google-cloud/aiplatform 3.34.0 3.35.0
@google-cloud/logging 11.2.0 11.2.1
@google-cloud/storage 7.16.0 7.18.0
axios 1.10.0 1.13.4
fs-extra 11.3.0 11.3.3
@genkit-ai/firebase 1.24.0 1.28.0
@genkit-ai/google-genai 1.24.0 1.28.0
@google-cloud/vertexai 0.1.3 0.5.0
@google/generative-ai 0.1.3 0.24.1
@types/mustache 4.2.5 4.2.6
sharp 0.33.5 0.34.5
google-gax 4.4.1 4.6.1
@google-cloud/speech 7.1.0 7.2.1
@types/fluent-ffmpeg 2.1.27 2.1.28
@google-cloud/video-transcoder 4.1.0 4.4.1
@google-cloud/tasks 4.0.0 4.1.0
@google-cloud/firestore 7.11.1 7.11.6
@google-cloud/pubsub 4.3.3 4.11.0
openai 4.75.0 4.104.0

Updates @types/node from 14.18.34 to 14.18.63

Commits

Updates dotenv from 16.3.1 to 16.6.1

Changelog

Sourced from dotenv's changelog.

16.6.1 (2025-06-27)

Changed

  • Default quiet to true – hiding the runtime log message (#874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@dotenvx/dotenvx').config().

16.6.0 (2025-06-26)

Added

  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

16.5.0 (2025-04-07)

Added

  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP] Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed

  • Remove _log method. Use _debug #862

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx

16.4.5 (2024-02-19)

Changed

  • 🐞 Fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

... (truncated)

Commits

Updates eslint-plugin-prettier from 5.0.0 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

v5.5.4

Patch Changes

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.5.0...v5.5.1

v5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.4.1...v5.5.0

v5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

Full Changelog: prettier/eslint-plugin-prettier@v5.4.0...v5.4.1

v5.4.0

Minor Changes

... (truncated)

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

5.5.4

Patch Changes

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

5.4.0

Minor Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

... (truncated)

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • e2c31d2 chore: release eslint-plugin-prettier (#756)
  • 98a8bfd chore(deps): update all dependencies (#750)
  • cf52b30 fix: disallow extra properties in rule options (#751)
  • 723f7a8 fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist (#755)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.


Updates gts from 5.0.1 to 5.3.1

Release notes

Sourced from gts's releases.

v5.3.1

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)

v5.3.0

5.3.0 (2024-03-21)

Features

Bug Fixes

  • deps: update dependency eslint to v8.51.0 (#812) (ae913c1)
  • deps: update dependency eslint to v8.52.0 (#821) (50b3ce5)
  • deps: update dependency eslint to v8.53.0 (#829) (7d9ffed)
  • deps: update dependency eslint-config-prettier to v9.1.0 (#836) (9105ebb)
  • deps: update dependency eslint-plugin-prettier to v5.0.1 (#817) (89b8955)
  • deps: update dependency eslint-plugin-prettier to v5.1.2 (#839) (b5ab5c4)
  • deps: update dependency eslint-plugin-prettier to v5.1.3 (#845) (6e13e12)
  • deps: update dependency prettier to v3.1.0 (#832) (faf6d7e)
  • deps: update dependency prettier to v3.1.1 (#837) (6de3e3b)

v5.2.0

5.2.0 (2023-10-04)

Features

v5.1.1

5.1.1 (2023-10-04)

Bug Fixes

... (truncated)

Changelog

Sourced from gts's changelog.

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)

5.3.0 (2024-03-21)

Features

Bug Fixes

  • deps: update dependency eslint to v8.51.0 (#812) (ae913c1)
  • deps: update dependency eslint to v8.52.0 (#821) (50b3ce5)
  • deps: update dependency eslint to v8.53.0 (#829) (7d9ffed)
  • deps: update dependency eslint-config-prettier to v9.1.0 (#836) (9105ebb)
  • deps: update dependency eslint-plugin-prettier to v5.0.1 (#817) (89b8955)
  • deps: update dependency eslint-plugin-prettier to v5.1.2 (#839) (b5ab5c4)
  • deps: update dependency eslint-plugin-prettier to v5.1.3 (#845) (6e13e12)
  • deps: update dependency prettier to v3.1.0 (#832) (faf6d7e)
  • deps: update dependency prettier to v3.1.1 (#837) (6de3e3b)

5.2.0 (2023-10-04)

Features

5.1.1 (2023-10-04)

Bug Fixes

  • revert feat: no-floating-promises (44de7f7)

5.1.0 (2023-09-29)

... (truncated)

Commits
  • db44cce chore(main): release 5.3.1 (#862)
  • 3c054cd chore(deps): update dependency @​types/node to v20.12.7 (#872)
  • eefd53a chore(deps): lock file maintenance (#874)
  • c0db7ab chore(deps): update dependency @​types/node to v20.12.4 (#871)
  • 9cd12a8 chore(deps): lock file maintenance (#842)
  • 39c78a4 chore(deps): update dependency @​types/node to v20.12.3 (#870)
  • 5c87d95 chore(deps): update dependency @​types/node to v20.12.2 (#869)
  • efbe3a8 fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n (#865)
  • 0bd8195 build: test on node 18 (#866)
  • 7424fe1 perf: Supercharge Performance & Efficiency: Leveraging Promise.all for Reso...
  • Additional commits viewable in compare view

Updates prettier from 3.0.3 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

3.1.1

🔗 Changelog

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates firebase-functions-test from 3.1.1 to 3.4.1

Release notes

Sourced from firebase-functions-test's releases.

v3.4.1

  • Support FIRESTORE_EMULATOR_HOST env var for Firestore triggers (#184)

v3.4.0

  • Explicitly import from the v1 namespace to unbreak firebase-functions 6.x (#243).
  • Explciitly import from the v2 namespace so that #243 doesn't break firebase-functions versions below 6.x (#252)
  • Also adds firebase-admin 13.x as a supported version in peer-deps (#252)

v3.3.0

  • Add support for v2 callable functions (#229).

v3.2.0

  • Add support for testing Firestore 2nd gen Auth Context triggers. (#227)
Commits
  • 12dd9cf 3.4.1
  • bd4396c chore: fix formatting, github workflow deprecation, and missing changelog (#259)
  • 56287f4 fix(firestore): use hostname from env variable (#184)
  • 53f3e3e [firebase-release] Removed change log and reset repo after 3.4.0 release
  • bae9924 3.4.0
  • cbf289a add /v2 imports back in to support firebase-functions versions below 6.x (#252)
  • b78cbc4 Update to firebase-functions 6 (#243)
  • c3c9abc [firebase-release] Removed change log and reset repo after 3.3.0 release
  • 9f074f2 3.3.0
  • 4a7f05e add changelog entry (#232)
  • Additional commits viewable in compare view

Updates ts-jest from 29.1.2 to 29.4.6

Release notes

Sourced from ts-jest's releases.

v29.4.6

Please refer to CHANGELOG.md for details.

v29.4.5

Please refer to CHANGELOG.md for details.

v29.4.4

Please refer to CHANGELOG.md for details.

v29.4.3

Please refer to CHANGELOG.md for details.

v29.4.2

Please refer to CHANGELOG.md for details.

v29.4.1

Please refer to CHANGELOG.md for details.

v29.4.0

Please refer to CHANGELOG.md for details.

v29.3.4

Please refer to CHANGELOG.md for details.

v29.3.3

Please refer to CHANGELOG.md for details.

v29.3.2

Please refer to CHANGELOG.md for details.

v29.3.1

Please refer to CHANGELOG.md for details.

v29.3.0

Please refer to CHANGELOG.md for details.

v29.2.6

Please refer to CHANGELOG.md for details.

v29.2.5

Please refer to CHANGELOG.md for details.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

v29.2.2

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from ts-jest's changelog.

29.4.6 (2025-12-01)

Bug Fixes

  • log hybrid module as warning instead of failing tests (#5144) (528d37c), closes #5130

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013

29.4.4 (2025-09-19)

Bug Fixes

29.4.3 (2025-09-17)

Bug Fixes

  • introduce transpilation option to replace isolatedModules option (#5044) (5868761)

29.4.2 (2025-09-15)

Bug Fixes

29.4.1 (2025-08-03)

Bug Fixes

... (truncated)

Commits
  • 202bde5 chore(release): 29.4.6 (#5146)
  • 528d37c fix: log hybrid module as warning instead of failing tests (#5144)
  • 141e5af build(deps): update github/codeql-action digest to 497990d
  • d281cce build(deps): update google/osv-scanner-action action to v2.3.0
  • 0d20322 build(deps): update dependency memfs to ^4.51.0
  • 455dde2 build(deps): update dependency js-yaml to ^4.1.1
  • d579480 build(deps): update dependency @​types/node to v20.19.25
  • f6859d0 build(deps): update dependency @​types/yargs to ^17.0.35
  • 4d7e432 build(deps): update github/codeql-action digest to d3ced5c
  • 4ea70c9 build(deps): update actions/checkout digest to 34e1148
  • Additional commits viewable in compare view

Updates @google-cloud/aiplatform from 3.34.0 to 3.35.0

Changelog

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

3.35.0 (2025-02-28)

Features

  • A new field create_time is added to message .google.cloud.aiplatform.v1.GenerateContentResponse (fdef07b)
  • A new field create_time is added to message .google.cloud.aiplatform.v1.GenerateContentResponse (fdef07b)
  • A new field list_all_versions to ListPublisherModelsRequest (fdef07b)
  • A new field response_id is added to message .google.cloud.aiplatform.v1.GenerateContentResponse (fdef07b)
  • A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType (fdef07b)
  • A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType (fdef07b)
  • Add a new thought field in content proto (fdef07b)
  • Add additional Probe options to v1 model.proto (fdef07b)
  • Add Context Cache to v1 (fdef07b)
  • Add GenerationConfig.MediaResolution (fdef07b)
  • Add GenerationConfig.Modality (fdef07b)
  • Add GenerationConfig.SpeechConfig (fdef07b)
  • Add LLM parser proto to API (fdef07b)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (fdef07b)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (fdef07b)
  • Add Model Garden deploy API (fdef07b)
  • Add Model Garden deploy API (#5836) (fdef07b)
  • Add new RequiredReplicaCount field to DedicatedResources in MachineResources (fdef07b)
  • Add new RequiredReplicaCount field to DedicatedResources in MachineResources (fdef07b)
  • Add new Status field to DeployedModel in Endpoint (fdef07b)
  • Add new Status field to DeployedModel in Endpoint (fdef07b)
  • Add Notebooks Runtime Software Configuration (fdef07b)
  • Add Notebooks Runtime Software Configuration (fdef07b)
  • Add optimized config in v1 API (fdef07b)
  • Add per-modality token count break downs for GenAI APIs (fdef07b)
  • Add per-modality token count break downs for GenAI APIs (fdef07b)
  • Add rag_files_count to RagCorpus to count number of associated files (fdef07b)
  • Add retrieval_config to ToolConfig v1 (fdef07b)
  • Add retrieval_config to ToolConfig v1beta1 (fdef07b)
  • Add RolloutOptions to DeployedModel in v1beta1 endpoint.proto, add additional Probe options in v1beta1 model.proto (fdef07b)
  • Add speculative decoding spec to DeployedModel proto (fdef07b)
  • Add Tool.GoogleSearch (fdef07b)
  • Add Vertex RAG service proto to v1 (fdef07b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (fdef07b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (fdef07b)
  • Enable FeatureGroup IAM Methods in v1beta1 API version (fdef07b)
  • Enable FeatureGroup Service Account and IAM methods (fdef07b)
  • Enable FeatureView Service Account in v1 API version (fdef07b)
  • Enable UpdateFeatureMonitor in v1beta1 API version (fdef07b)
  • EvaluateDataset API v1beta1 initial release (fdef07b)
  • Expose code execution tool API to v1 (fdef07b)
  • Introduce HybridSearch and Ranking configuration for RAG (fdef07b)
  • Introduce VertexAiSearch integration for RAG (fdef07b)
  • Model Registry Checkpoint API (fdef07b)
  • Model Registry Checkpoint API (fdef07b)

... (truncated)

Commits

Updates @google-cloud/logging from 11.2.0 to 11.2.1

Release notes

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

v11.2.1

11.2.1 (2025-09-03)

Bug Fixes

  • logging: Specifying resourceNames should fetch logs only from those resources (#1597) (ff7899f)
Changelog

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

11.2.1 (2025-09-03)

Bug Fixes

  • logging: Specifying resourceNames should fetch logs only from those resources (#1597) (ff7899f)
Commits
  • a53b8f8 chore(main): release 11.2.1 (#1598)
  • ff7899f fix(logging): Specifying resourceNames should fetch logs only from those reso...
  • See full diff in compare view

Updates @google-cloud/storage from 7.16.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2025-11-28)

Features

  • listBuckets: Add support for returning partial success (#2678) (c7004da)

v7.17.3

7.17.3 (2025-11-03)

Bug Fixes

  • 🐛 fix the issue 2667, do not mutate object given to options … (#2668) (8a9f259)
  • Revert implement path containment to prevent traversal attacks (254b6b2)

v7.17.2

7.17.2 (2025-10-06)

Bug Fixes

  • Common Service: should retry a request failed (#2652) (b38b5d2)
  • Implement path containment to prevent traversal attacks (#2654) (08d7abf)

v7.17.1

7.17.1 (2025-08-27)

Bug Fixes

  • Respect useAuthWithCustomEndpoint flag for resumable uploads (#2637) (707b4f2)

v7.17.0

7.17.0 (2025-08-18)

Features

  • Add CSEK to download (#2604) (cacc0be)
  • Description has been truncated

@dependabot dependabot bot added automated dependencies Pull requests that update a dependency file labels Feb 2, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-41bce13591 branch 6 times, most recently from ad17eaa to 609977c Compare February 6, 2026 13:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-41bce13591 branch from 609977c to f2ca6c5 Compare February 13, 2026 13:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-41bce13591 branch from f2ca6c5 to aaf8a08 Compare February 27, 2026 13:43
…7 updates

Bumps the minor-and-patch group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `14.18.34` | `14.18.63` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.6.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.0` | `5.5.5` |
| [gts](https://github.com/google/gts) | `5.0.1` | `5.3.1` |
| [firebase-functions-test](https://github.com/firebase/firebase-functions-test) | `3.1.1` | `3.4.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.4.6` |
| [@google-cloud/aiplatform](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-aiplatform) | `3.34.0` | `3.35.0` |
| [@google-cloud/logging](https://github.com/googleapis/nodejs-logging) | `11.2.0` | `11.2.1` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.16.0` | `7.18.0` |
| [axios](https://github.com/axios/axios) | `1.10.0` | `1.13.4` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.3` |
| [@genkit-ai/firebase](https://github.com/firebase/genkit/tree/HEAD/js/plugins/firebase) | `1.24.0` | `1.28.0` |
| [@genkit-ai/google-genai](https://github.com/firebase/genkit/tree/HEAD/js/plugins/google-genai) | `1.24.0` | `1.28.0` |
| [@google-cloud/vertexai](https://github.com/googleapis/nodejs-vertexai) | `0.1.3` | `0.5.0` |
| [@google/generative-ai](https://github.com/google/generative-ai-js) | `0.1.3` | `0.24.1` |
| [@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache) | `4.2.5` | `4.2.6` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.5` |
| [google-gax](https://github.com/googleapis/google-cloud-node-core/tree/HEAD/packages/gax) | `4.4.1` | `4.6.1` |
| [@google-cloud/speech](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-speech) | `7.1.0` | `7.2.1` |
| [@types/fluent-ffmpeg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fluent-ffmpeg) | `2.1.27` | `2.1.28` |
| [@google-cloud/video-transcoder](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-video-transcoder) | `4.1.0` | `4.4.1` |
| [@google-cloud/tasks](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-tasks) | `4.0.0` | `4.1.0` |
| [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) | `7.11.1` | `7.11.6` |
| [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) | `4.3.3` | `4.11.0` |
| [openai](https://github.com/openai/openai-node) | `4.75.0` | `4.104.0` |



Updates `@types/node` from 14.18.34 to 14.18.63
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `dotenv` from 16.3.1 to 16.6.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.6.1)

Updates `eslint-plugin-prettier` from 5.0.0 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.5.5)

Updates `gts` from 5.0.1 to 5.3.1
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](google/gts@v5.0.1...v5.3.1)

Updates `prettier` from 3.0.3 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.2.5)

Updates `firebase-functions-test` from 3.1.1 to 3.4.1
- [Release notes](https://github.com/firebase/firebase-functions-test/releases)
- [Commits](firebase/firebase-functions-test@v3.1.1...v3.4.1)

Updates `ts-jest` from 29.1.2 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.4.6)

Updates `@google-cloud/aiplatform` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-aiplatform/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/aiplatform-v3.35.0/packages/google-cloud-aiplatform)

Updates `@google-cloud/logging` from 11.2.0 to 11.2.1
- [Release notes](https://github.com/googleapis/nodejs-logging/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-logging@v11.2.0...v11.2.1)

Updates `@google-cloud/storage` from 7.16.0 to 7.18.0
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.16.0...v7.18.0)

Updates `axios` from 1.10.0 to 1.13.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.10.0...v1.13.4)

Updates `fs-extra` from 11.3.0 to 11.3.3
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.0...11.3.3)

Updates `@genkit-ai/firebase` from 1.24.0 to 1.28.0
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/@genkit-ai/firebase@1.28.0/js/plugins/firebase)

Updates `@genkit-ai/google-genai` from 1.24.0 to 1.28.0
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/@genkit-ai/google-genai@1.28.0/js/plugins/google-genai)

Updates `@google-cloud/vertexai` from 0.1.3 to 0.5.0
- [Release notes](https://github.com/googleapis/nodejs-vertexai/releases)
- [Changelog](https://github.com/googleapis/nodejs-vertexai/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-vertexai@v0.1.3...v0.5.0)

Updates `@google/generative-ai` from 0.1.3 to 0.24.1
- [Release notes](https://github.com/google/generative-ai-js/releases)
- [Changelog](https://github.com/google-gemini/deprecated-generative-ai-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/generative-ai-js/compare/@google/generative-ai@0.1.3...v0.24.1)

Updates `@types/mustache` from 4.2.5 to 4.2.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mustache)

Updates `genkit` from 1.24.0 to 1.28.0
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/genkit@1.28.0/js/genkit)

Updates `sharp` from 0.33.5 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.5)

Updates `google-gax` from 4.4.1 to 4.6.1
- [Release notes](https://github.com/googleapis/google-cloud-node-core/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node-core/blob/main/packages/gax/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node-core/commits/HEAD/packages/gax)

Updates `@google-cloud/speech` from 7.1.0 to 7.2.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-speech/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/speech-v7.2.1/packages/google-cloud-speech)

Updates `@types/fluent-ffmpeg` from 2.1.27 to 2.1.28
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fluent-ffmpeg)

Updates `@google-cloud/video-transcoder` from 4.1.0 to 4.4.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-video-transcoder/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v4.4.1/packages/google-cloud-video-transcoder)

Updates `@google-cloud/tasks` from 4.0.0 to 4.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-tasks/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dns-v4.1.0/packages/google-cloud-tasks)

Updates `@google-cloud/firestore` from 7.11.1 to 7.11.6
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v7.11.1...v7.11.6)

Updates `@google-cloud/pubsub` from 4.3.3 to 4.11.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@v4.3.3...v4.11.0)

Updates `openai` from 4.75.0 to 4.104.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.75.0...v4.104.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 14.18.63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: dotenv
  dependency-version: 16.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: gts
  dependency-version: 5.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: firebase-functions-test
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/aiplatform"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/logging"
  dependency-version: 11.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fs-extra
  dependency-version: 11.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@genkit-ai/firebase"
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@genkit-ai/google-genai"
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/vertexai"
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google/generative-ai"
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/mustache"
  dependency-version: 4.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: genkit
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-gax
  dependency-version: 4.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/speech"
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/fluent-ffmpeg"
  dependency-version: 2.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/video-transcoder"
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/tasks"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/firestore"
  dependency-version: 7.11.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: openai
  dependency-version: 4.104.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-41bce13591 branch from aaf8a08 to dda9c1a Compare March 2, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants