Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

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

Package From To
@cognigy/rest-api-client 2025.18.1 2025.22.0
@google-cloud/translate 9.2.0 9.2.1
fs-extra 11.3.1 11.3.2
rimraf 6.0.1 6.1.0
@types/express 5.0.3 5.0.5
typescript 5.9.2 5.9.3
@babel/compat-data 7.28.4 7.28.5
@babel/core 7.28.4 7.28.5
@grpc/grpc-js 1.13.4 1.14.0
@ibm-cloud/watsonx-ai 1.6.12 1.7.2
@inquirer/figures 1.0.13 1.0.14
@mongodb-js/saslprep 1.3.0 1.3.2
@mswjs/interceptors 0.39.6 0.39.8
@octokit/core 7.0.3 7.0.6
@octokit/plugin-retry 8.0.1 8.0.3
@octokit/plugin-throttling 11.0.1 11.0.3
@types/conventional-commits-parser 5.0.1 5.0.2
@types/express-serve-static-core 5.0.7 5.1.0
baseline-browser-mapping 2.8.4 2.8.23
browserslist 4.26.0 4.27.0
console-table-printer 2.14.6 2.15.0
error-ex 1.3.2 1.3.4
google-auth-library 10.3.0 10.5.0
google-gax 5.0.3 5.0.5
google-logging-utils 1.1.1 1.1.2
graphql 16.11.0 16.12.0
index-to-position 1.1.0 1.2.0
langsmith 0.3.68 0.3.77
mongoose 8.18.1 8.19.2
nice-grpc 2.1.12 2.1.13
nice-grpc-client-middleware-retry 3.1.11 3.1.12
proto3-json-serializer 3.0.2 3.0.4
resolve 1.22.10 1.22.11
weaviate-client 3.8.1 3.9.0

Updates @cognigy/rest-api-client from 2025.18.1 to 2025.22.0

Updates @google-cloud/translate from 9.2.0 to 9.2.1

Release notes

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

security-center: v9.2.1

9.2.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)

translate: v9.2.1

9.2.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)
Changelog

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

9.2.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)
Commits
  • 6c9eeab chore: release main (#6809)
  • e925df9 chore: [Many APIs] run compileProtos and update gapic-node-processing (#6779)
  • b8b4290 chore: update .Owlbot.yamls to correct path (#6725)
  • 62d8ab8 chore: update all libraries .OwlBot.yaml and owlbot.py file to librarian.js (...
  • See full diff in compare view

Updates fs-extra from 11.3.1 to 11.3.2

Changelog

Sourced from fs-extra's changelog.

11.3.2 / 2025-09-15

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#1056, #1058)
Commits

Updates rimraf from 6.0.1 to 6.1.0

Changelog

Sourced from rimraf's changelog.

6.1

  • Move to native fs/promises usage instead of promisifying manually.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript

... (truncated)

Commits
  • 18dc77a 6.1.0
  • 2bd2e62 changelog 6.1
  • 19311cf refactor: switch to native fs.promises
  • 0c437d4 Create separate dir for integration tests
  • 65a3b8a Do not pass unnecessary rest args to fs functions
  • 02b31b7 Use the same ignoreENOENT and fixEPERM utils everywhere
  • c012f4f Mock process.platform with t.intercept
  • c72278a Use tap.intercept to test bin
  • 549d1e8 Configure tap coverage-map
  • a76970b benchmark: add options to filter and compare benchmarks
  • Additional commits viewable in compare view

Updates @types/express from 5.0.3 to 5.0.5

Commits

Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • See full diff in compare view

Updates @babel/compat-data from 7.28.4 to 7.28.5

Release notes

Sourced from @​babel/compat-data's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

Changelog

Sourced from @​babel/compat-data's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/compat-data since your current version.


Updates @babel/core from 7.28.4 to 7.28.5

Release notes

Sourced from @​babel/core's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

Changelog

Sourced from @​babel/core's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/core since your current version.


Updates @babel/generator from 7.28.3 to 7.28.5

Release notes

Sourced from @​babel/generator's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/generator's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/generator since your current version.


Updates @babel/helper-validator-identifier from 7.27.1 to 7.28.5

Release notes

Sourced from @​babel/helper-validator-identifier's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/helper-validator-identifier's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/helper-validator-identifier since your current version.


Updates @babel/parser from 7.28.4 to 7.28.5

Release notes

Sourced from @​babel/parser's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

Changelog

Sourced from @​babel/parser's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/parser since your current version.


Updates @babel/traverse from 7.28.4 to 7.28.5

Release notes

Sourced from @​babel/traverse's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private ...

    Description has been truncated

… 49 updates

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

| Package | From | To |
| --- | --- | --- |
| @cognigy/rest-api-client | `2025.18.1` | `2025.22.0` |
| [@google-cloud/translate](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-translate) | `9.2.0` | `9.2.1` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.1` | `11.3.2` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.3` | `5.0.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) | `7.28.4` | `7.28.5` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.4` | `7.28.5` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.13.4` | `1.14.0` |
| [@ibm-cloud/watsonx-ai](https://github.com/IBM/watsonx-ai-node-sdk) | `1.6.12` | `1.7.2` |
| [@inquirer/figures](https://github.com/SBoudrias/Inquirer.js) | `1.0.13` | `1.0.14` |
| [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared) | `1.3.0` | `1.3.2` |
| [@mswjs/interceptors](https://github.com/mswjs/interceptors) | `0.39.6` | `0.39.8` |
| [@octokit/core](https://github.com/octokit/core.js) | `7.0.3` | `7.0.6` |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.1` | `8.0.3` |
| [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `11.0.1` | `11.0.3` |
| [@types/conventional-commits-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/conventional-commits-parser) | `5.0.1` | `5.0.2` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `5.0.7` | `5.1.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.4` | `2.8.23` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.26.0` | `4.27.0` |
| [console-table-printer](https://github.com/console-table-printer/console-table-printer) | `2.14.6` | `2.15.0` |
| [error-ex](https://github.com/qix-/node-error-ex) | `1.3.2` | `1.3.4` |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `10.3.0` | `10.5.0` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `5.0.3` | `5.0.5` |
| [google-logging-utils](https://github.com/googleapis/gax-nodejs/tree/HEAD/logging-utils) | `1.1.1` | `1.1.2` |
| [graphql](https://github.com/graphql/graphql-js) | `16.11.0` | `16.12.0` |
| [index-to-position](https://github.com/sindresorhus/index-to-position) | `1.1.0` | `1.2.0` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.3.68` | `0.3.77` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.1` | `8.19.2` |
| [nice-grpc](https://github.com/deeplay-io/nice-grpc) | `2.1.12` | `2.1.13` |
| [nice-grpc-client-middleware-retry](https://github.com/deeplay-io/nice-grpc) | `3.1.11` | `3.1.12` |
| [proto3-json-serializer](https://github.com/googleapis/google-cloud-node-core/tree/HEAD/packages/proto3-json-serializer-nodejs) | `3.0.2` | `3.0.4` |
| [resolve](https://github.com/browserify/resolve) | `1.22.10` | `1.22.11` |
| [weaviate-client](https://github.com/weaviate/typescript-client) | `3.8.1` | `3.9.0` |



Updates `@cognigy/rest-api-client` from 2025.18.1 to 2025.22.0

Updates `@google-cloud/translate` from 9.2.0 to 9.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-translate/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/translate-v9.2.1/packages/google-cloud-translate)

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

Updates `rimraf` from 6.0.1 to 6.1.0
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.1...v6.1.0)

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

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `@babel/compat-data` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-compat-data)

Updates `@babel/core` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core)

Updates `@babel/generator` from 7.28.3 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-generator)

Updates `@babel/helper-validator-identifier` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-helper-validator-identifier)

Updates `@babel/parser` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-parser)

Updates `@babel/traverse` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-traverse)

Updates `@babel/types` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-types)

Updates `@grpc/grpc-js` from 1.13.4 to 1.14.0
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `@grpc/proto-loader` from 0.7.15 to 0.8.0
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `@ibm-cloud/watsonx-ai` from 1.6.12 to 1.7.2
- [Release notes](https://github.com/IBM/watsonx-ai-node-sdk/releases)
- [Changelog](https://github.com/IBM/watsonx-ai-node-sdk/blob/main/.releaserc)
- [Commits](IBM/watsonx-ai-node-sdk@1.6.12...1.7.2)

Updates `@inquirer/figures` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `@mongodb-js/saslprep` from 1.3.0 to 1.3.2
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected])

Updates `@mswjs/interceptors` from 0.39.6 to 0.39.8
- [Release notes](https://github.com/mswjs/interceptors/releases)
- [Changelog](https://github.com/mswjs/interceptors/blob/main/release.config.json)
- [Commits](mswjs/interceptors@v0.39.6...v0.39.8)

Updates `@octokit/core` from 7.0.3 to 7.0.6
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v7.0.3...v7.0.6)

Updates `@octokit/endpoint` from 11.0.0 to 11.0.2
- [Release notes](https://github.com/octokit/endpoint.js/releases)
- [Commits](octokit/endpoint.js@v11.0.0...v11.0.2)

Updates `@octokit/graphql` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/octokit/graphql.js/releases)
- [Commits](octokit/graphql.js@v9.0.1...v9.0.3)

Updates `@octokit/plugin-retry` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v8.0.1...v8.0.3)

Updates `@octokit/plugin-throttling` from 11.0.1 to 11.0.3
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v11.0.1...v11.0.3)

Updates `@octokit/request` from 10.0.3 to 10.0.6
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v10.0.3...v10.0.6)

Updates `@octokit/request-error` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v7.0.0...v7.0.2)

Updates `@types/conventional-commits-parser` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/conventional-commits-parser)

Updates `@types/express-serve-static-core` from 5.0.7 to 5.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `baseline-browser-mapping` from 2.8.4 to 2.8.23
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.4...v2.8.23)

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

Updates `caniuse-lite` from 1.0.30001741 to 1.0.30001753
- [Commits](browserslist/caniuse-lite@1.0.30001741...1.0.30001753)

Updates `console-table-printer` from 2.14.6 to 2.15.0
- [Release notes](https://github.com/console-table-printer/console-table-printer/releases)
- [Changelog](https://github.com/console-table-printer/console-table-printer/blob/master/CHANGELOG.md)
- [Commits](console-table-printer/console-table-printer@v2.14.6...v2.15.0)

Updates `electron-to-chromium` from 1.5.218 to 1.5.244
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.218...v1.5.244)

Updates `error-ex` from 1.3.2 to 1.3.4
- [Release notes](https://github.com/qix-/node-error-ex/releases)
- [Commits](Qix-/node-error-ex@1.3.2...1.3.4)

Updates `google-auth-library` from 10.3.0 to 10.5.0
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v10.3.0...v10.5.0)

Updates `google-gax` from 5.0.3 to 5.0.5
- [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.5/gax)

Updates `google-logging-utils` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/googleapis/gax-nodejs/releases)
- [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/logging-utils/CHANGELOG.md)
- [Commits](https://github.com/googleapis/gax-nodejs/commits/google-logging-utils-v1.1.2/logging-utils)

Updates `graphql` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.11.0...v16.12.0)

Updates `ibm-cloud-sdk-core` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/IBM/node-sdk-core/releases)
- [Changelog](https://github.com/IBM/node-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/node-sdk-core@v5.4.2...v5.4.3)

Updates `index-to-position` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/sindresorhus/index-to-position/releases)
- [Commits](sindresorhus/index-to-position@v1.1.0...v1.2.0)

Updates `langsmith` from 0.3.68 to 0.3.77
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

Updates `mongoose` from 8.18.1 to 8.19.2
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.18.1...8.19.2)

Updates `nice-grpc` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases)
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.1.13)

Updates `nice-grpc-client-middleware-retry` from 3.1.11 to 3.1.12
- [Release notes](https://github.com/deeplay-io/nice-grpc/releases)
- [Commits](https://github.com/deeplay-io/nice-grpc/compare/nice-grpc-client-middleware-retry@[email protected])

Updates `node-releases` from 2.0.21 to 2.0.27
- [Commits](chicoxyzzy/node-releases@v2.0.21...v2.0.27)

Updates `proto3-json-serializer` from 3.0.2 to 3.0.4
- [Release notes](https://github.com/googleapis/google-cloud-node-core/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node-core/blob/main/packages/proto3-json-serializer-nodejs/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node-core/commits/proto3-json-serializer-v3.0.4/packages/proto3-json-serializer-nodejs)

Updates `resolve` from 1.22.10 to 1.22.11
- [Commits](browserify/resolve@v1.22.10...v1.22.11)

Updates `update-browserslist-db` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/browserslist/update-db/releases)
- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)
- [Commits](browserslist/update-db@1.1.3...1.1.4)

Updates `weaviate-client` from 3.8.1 to 3.9.0
- [Release notes](https://github.com/weaviate/typescript-client/releases)
- [Commits](weaviate/typescript-client@v3.8.1...v3.9.0)

---
updated-dependencies:
- dependency-name: "@cognigy/rest-api-client"
  dependency-version: 2025.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@google-cloud/translate"
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: fs-extra
  dependency-version: 11.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: rimraf
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@types/express"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/compat-data"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/generator"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/helper-validator-identifier"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@babel/parser"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/traverse"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@babel/types"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@grpc/proto-loader"
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@ibm-cloud/watsonx-ai"
  dependency-version: 1.7.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@inquirer/figures"
  dependency-version: 1.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@mongodb-js/saslprep"
  dependency-version: 1.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@mswjs/interceptors"
  dependency-version: 0.39.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/core"
  dependency-version: 7.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/endpoint"
  dependency-version: 11.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/graphql"
  dependency-version: 9.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/plugin-retry"
  dependency-version: 8.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/plugin-throttling"
  dependency-version: 11.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/request"
  dependency-version: 10.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@octokit/request-error"
  dependency-version: 7.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/conventional-commits-parser"
  dependency-version: 5.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@types/express-serve-static-core"
  dependency-version: 5.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: browserslist
  dependency-version: 4.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001753
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: console-table-printer
  dependency-version: 2.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: electron-to-chromium
  dependency-version: 1.5.244
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: error-ex
  dependency-version: 1.3.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: google-auth-library
  dependency-version: 10.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: google-gax
  dependency-version: 5.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: google-logging-utils
  dependency-version: 1.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: graphql
  dependency-version: 16.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: ibm-cloud-sdk-core
  dependency-version: 5.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: index-to-position
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: langsmith
  dependency-version: 0.3.77
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: mongoose
  dependency-version: 8.19.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: nice-grpc
  dependency-version: 2.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: nice-grpc-client-middleware-retry
  dependency-version: 3.1.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: node-releases
  dependency-version: 2.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: proto3-json-serializer
  dependency-version: 3.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: resolve
  dependency-version: 1.22.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: update-browserslist-db
  dependency-version: 1.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: weaviate-client
  dependency-version: 3.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Nov 2, 2025
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant