Skip to content

build(deps): bump the archive-dependencies group across 1 directory with 12 updates#38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d
Open

build(deps): bump the archive-dependencies group across 1 directory with 12 updates#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the archive-dependencies group with 12 updates in the /archive/server_old directory:

Package From To
@google/genai 1.16.0 2.11.0
@langchain/community 0.3.55 1.1.29
@langchain/core 0.3.75 1.2.2
@langchain/google-genai 0.2.17 2.2.0
@langchain/ollama 0.2.4 1.3.0
cors 2.8.5 2.8.6
dotenv 16.6.1 17.4.2
express 4.21.2 5.2.1
langchain 0.3.33 1.5.3
nodemon 3.1.10 3.1.14
openai 4.104.0 6.46.0
pdf-parse 1.1.1 2.4.5

Updates @google/genai from 1.16.0 to 2.11.0

Release notes

Sourced from @​google/genai's releases.

v2.11.0

2.11.0 (2026-07-09)

Features

  • Add environment_id in network config (85fe0a5)
  • Add response_format and Translation_config in GenerationConfig (3f3b7bc)
  • add retrieval result step and new fields to maps and search results (ecfdc69)
  • Add Tool.exa_ai_search for Gemini Enterprise API (3f3b7bc)
  • support Function declarations during Agent Creation (824badf)
  • voice consent signature types across all SDK languages. (5fb5354)

Bug Fixes

  • interactions: accept both dict and list[dict] for transform (67d2f68)

Code Refactoring

  • interactions: remove cached_content, presence_penalty, and frequency_penalty; expose safety_settings and labels (0f414be)

v2.10.0

2.10.0 (2026-06-24)

Features

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

v2.9.0

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.11.0 (2026-07-09)

Features

  • Add environment_id in network config (85fe0a5)
  • Add response_format and Translation_config in GenerationConfig (3f3b7bc)
  • add retrieval result step and new fields to maps and search results (ecfdc69)
  • Add Tool.exa_ai_search for Gemini Enterprise API (3f3b7bc)
  • support Function declarations during Agent Creation (824badf)
  • voice consent signature types across all SDK languages. (5fb5354)

Bug Fixes

  • interactions: accept both dict and list[dict] for transform (67d2f68)

Code Refactoring

  • interactions: remove cached_content, presence_penalty, and frequency_penalty; expose safety_settings and labels (0f414be)

2.10.0 (2026-06-24)

Features

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

Miscellaneous Chores

  • Configure 2.9.0 as the next release (e9968c6)

... (truncated)

Commits
  • 136ea26 chore(main): release 2.11.0 (#1743)
  • 3bf5090 chore: update the release.txt
  • 43c5380 chore: release 2.11.0
  • 824badf feat: support Function declarations during Agent Creation
  • 0f414be refactor(interactions)!: remove cached_content, presence_penalty, and frequen...
  • 1127b43 chore: Add multiple approval check for major releases
  • 67d2f68 fix(interactions): accept both dict and list[dict] for transform
  • 5fb5354 feat: voice consent signature types across all SDK languages.
  • aad178e chore: Remove default api-revision header
  • be7ab10 chore: sort 'properties' keys in OpenAPI schemas
  • Additional commits viewable in compare view
Install script changes

This version adds preinstall script and modifies prepare script that run during installation. Review the package contents before updating.


Updates @langchain/community from 0.3.55 to 1.1.29

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.29

Patch Changes

  • #63 bb52506 Thanks @​hntrl! - The community package is being sunsetted. See #61 for details and guidance. Thank you to everyone who has contributed integrations, fixes, reviews, and maintenance over the years.

@​langchain/community@​1.1.28

Patch Changes

  • #44 f9a922e Thanks @​dependabot! - chore(deps): bump fast-xml-parser from 5.5.9 to 5.7.0

  • #30 9cd006c Thanks @​christian-bromann! - fix(pdf-loader): support both pdf-parse v1 and v2

  • #36 1e2e4bf Thanks @​hntrl! - Fix Milvus collection loading before delete operations (#9749) and partition name handling in search/delete (#9748)

    • Added loadCollectionSync() call in the delete() method to ensure collection is loaded before delete operations
    • Added partition_names parameter to search() call in similaritySearchVectorWithScore()
    • Added partition_name parameter to both deleteEntities() and delete() calls
    • Updated error message in delete method from "before search" to "before deletion"
  • #41 5bd4246 Thanks @​RaschidJFR! - Expose basePath option in VoyageEmbeddings class

  • #43 b835751 Thanks @​jkennedyvz! - chore(deps): bump transitive dependencies to patch 6 security alerts

    Updates pnpm overrides to resolve critical and high severity Dependabot alerts in transitive dependencies reached via optional peerDependencies and dev tooling:

    No workspace package has these as direct dependencies; overrides affect the monorepo lockfile only and do not change published package contents.

  • #42 3657e90 Thanks @​RaschidJFR! - surface Voyage AI API errors in VoyageEmbeddings

Commits

Updates @langchain/core from 0.3.75 to 1.2.2

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.2

Patch Changes

  • #11171 82bef01 Thanks @​christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocks

    Prevent contentBlocks.push is not a function when constructing an AIMessage with response_metadata.output_version === "v1" and string content (common in serialized LangGraph stream payloads).

@​langchain/core@​1.2.1

Patch Changes

  • #10674 f017708 Thanks @​christian-bromann! - fix: classify provider 429s before retrying

  • #11092 7918bbd Thanks @​aolsenjazz! - fix(core): only treat arrays of content blocks as ToolMessage content

    Fix tool outputs that are arrays of plain objects being forwarded as malformed message content. An array is now only treated as message content blocks when every element is an object with a type; otherwise it is JSON-stringified.

@​langchain/core@​1.2.0

Minor Changes

Patch Changes

  • #11047 ac0f71d Thanks @​christian-bromann! - fix(core): preserve AIMessage content blocks

    Keep existing v1 contentBlocks when constructing AIMessage instances so serialized messages do not lose block content during deserialization.

@​langchain/core@​1.1.48

Patch Changes

  • #10832 1b24369 Thanks @​info-arnav! - fix(core, openrouter): make CJS default re-exports callable

  • #10666 2bb55b0 Thanks @​hnustwjj! - feat(openrouter): surface reasoning content as v1 standard content blocks

    convertOpenRouterResponseToBaseMessage and convertOpenRouterDeltaToBaseMessageChunk now copy OpenRouter's reasoning (flat string) and reasoning_details (structured array) fields onto additional_kwargs.reasoning_content / additional_kwargs.reasoning_details. A new ChatOpenRouterTranslator is registered in @langchain/core under the "openrouter" provider key so AIMessage.contentBlocks emits standard {type: "reasoning"} blocks alongside text and tool calls.

    Previously, reasoning text returned by reasoning-capable models routed through OpenRouter (DeepSeek R1, Minimax M2, Claude extended thinking, o-series, etc.) was silently dropped: only the reasoning_tokens count was preserved via usage_metadata. Consumers using standard content blocks (including the frontend agent UI patterns shown in the docs) could not display the model's chain of thought.

... (truncated)

Commits
  • cc39f56 chore: version packages (#11172)
  • 82bef01 fix(core): coerce string v1 AIMessage content to text blocks (#11171)
  • 8a7c5f8 chore: version packages (#11170)
  • 988ca7d fix(openai): emit output_text for assistant content in responses input (#11...
  • e233f41 chore: version packages (#11168)
  • 4c7a06e fix(langchain): malformed tool input schemas are unrecoverable (#11167)
  • 1a1fe3c chore(deps): bump the aws group across 1 directory with 7 updates (#11134)
  • 553155b chore(deps): bump js-yaml from 5.0.0 to 5.1.0 (#11142)
  • 24bde73 chore(deps): bump prettier from 3.8.3 to 3.9.4 in the typescript-eslint group...
  • 8db7263 fix: remove duplicate pnpm lockfile entries (#11141)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/core since your current version.


Updates @langchain/google-genai from 0.2.17 to 2.2.0

Release notes

Sourced from @​langchain/google-genai's releases.

@​langchain/google-genai@​2.2.0

Minor Changes

Commits
  • c5e8962 chore: version packages (#11059)
  • e51478a feat(aws): bedrock prompt caching middleware (#11080)
  • 7d61f5f fix(groq): tighten @​langchain/core peer dependency to ^1.1.30 (#11069)
  • 2e28115 feat(deps): native streamEvents ChatModelStreamEvent protocol (#10924)
  • 6d212ef docs(tavily): fix "refering" typo in tool description (#11067)
  • a001816 chore(deps): bump esbuild from 0.28.0 to 0.28.1 in /environment_tests/test-ex...
  • 234c8bb ci(infra): pin GitHub Actions to full-length commit SHAs (#11061)
  • 4aeaa76 feat(langchain): add when predicate to human-in-the-loop middleware (#11012)
  • ac0f71d fix(core): preserve AIMessage content blocks (#11047)
  • 39f338e chore: remove deprecated @​langchain/google-cloud-sql-pg package (#11060)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/google-genai since your current version.


Updates @langchain/ollama from 0.2.4 to 1.3.0

Release notes

Sourced from @​langchain/ollama's releases.

@​langchain/ollama@​1.3.0

Minor Changes

Commits
  • c5e8962 chore: version packages (#11059)
  • e51478a feat(aws): bedrock prompt caching middleware (#11080)
  • 7d61f5f fix(groq): tighten @​langchain/core peer dependency to ^1.1.30 (#11069)
  • 2e28115 feat(deps): native streamEvents ChatModelStreamEvent protocol (#10924)
  • 6d212ef docs(tavily): fix "refering" typo in tool description (#11067)
  • a001816 chore(deps): bump esbuild from 0.28.0 to 0.28.1 in /environment_tests/test-ex...
  • 234c8bb ci(infra): pin GitHub Actions to full-length commit SHAs (#11061)
  • 4aeaa76 feat(langchain): add when predicate to human-in-the-loop middleware (#11012)
  • ac0f71d fix(core): preserve AIMessage content blocks (#11047)
  • 39f338e chore: remove deprecated @​langchain/google-cloud-sql-pg package (#11060)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/ollama since your current version.


Updates cors from 2.8.5 to 2.8.6

Release notes

Sourced from cors's releases.

v2.8.6

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from cors's changelog.

2.8.6 / 2026-01-22

  • Improve documentation (API, context, examples...)
  • Remove additional markdown files from tarball
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for cors since your current version.


Updates dotenv from 16.6.1 to 17.4.2

Changelog

Sourced from dotenv's changelog.

17.4.2 (2026-04-12)

Changed

  • Improved skill files - tightened up details (#1009)

17.4.1 (2026-04-05)

Changed

  • Change text injecting to injected (#1005)

17.4.0 (2026-04-01)

Added

  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)

Changed

  • Tighten up logs: ◇ injecting env (14) from .env (#1003)

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

... (truncated)

Commits

Updates express from 4.21.2 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 8, 2026
@ghost

ghost commented May 8, 2026

Copy link
Copy Markdown

Rooviewer Clock   Follow task

Reviewing your PR now. Feedback coming shortly!

@dependabot dependabot Bot changed the title chore(deps): bump the archive-dependencies group in /archive/server_old with 12 updates chore(deps): bump the archive-dependencies group across 1 directory with 12 updates May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d branch 2 times, most recently from 78e592b to bdd9912 Compare May 19, 2026 07:48
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d branch from bdd9912 to 02c0a05 Compare May 22, 2026 19:11
@dependabot dependabot Bot changed the title chore(deps): bump the archive-dependencies group across 1 directory with 12 updates build(deps): bump the archive-dependencies group across 1 directory with 12 updates May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d branch 2 times, most recently from 87f6eab to 22474fc Compare June 5, 2026 18:25
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d branch from 22474fc to c53f645 Compare June 19, 2026 18:25
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

…ith 12 updates

Bumps the archive-dependencies group with 12 updates in the /archive/server_old directory:

| Package | From | To |
| --- | --- | --- |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.16.0` | `2.11.0` |
| [@langchain/community](https://github.com/langchain-ai/langchainjs-community) | `0.3.55` | `1.1.29` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.75` | `1.2.2` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `0.2.17` | `2.2.0` |
| [@langchain/ollama](https://github.com/langchain-ai/langchainjs) | `0.2.4` | `1.3.0` |
| [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.4.2` |
| [express](https://github.com/expressjs/express) | `4.21.2` | `5.2.1` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.33` | `1.5.3` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.10` | `3.1.14` |
| [openai](https://github.com/openai/openai-node) | `4.104.0` | `6.46.0` |
| [pdf-parse](https://github.com/mehmet-kozan/pdf-parse) | `1.1.1` | `2.4.5` |



Updates `@google/genai` from 1.16.0 to 2.11.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/v2.11.0/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.16.0...v2.11.0)

Updates `@langchain/community` from 0.3.55 to 1.1.29
- [Release notes](https://github.com/langchain-ai/langchainjs-community/releases)
- [Commits](https://github.com/langchain-ai/langchainjs-community/commits/@langchain/community@1.1.29)

Updates `@langchain/core` from 0.3.75 to 1.2.2
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core==0.3.75...@langchain/core@1.2.2)

Updates `@langchain/google-genai` from 0.2.17 to 2.2.0
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/google-genai==0.2.17...@langchain/google-genai@2.2.0)

Updates `@langchain/ollama` from 0.2.4 to 1.3.0
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/ollama==0.2.4...@langchain/ollama@1.3.0)

Updates `cors` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.5...v2.8.6)

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

Updates `express` from 4.21.2 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.21.2...v5.2.1)

Updates `langchain` from 0.3.33 to 1.5.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain==0.3.33...langchain@1.5.3)

Updates `nodemon` from 3.1.10 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.10...v3.1.14)

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

Updates `pdf-parse` from 1.1.1 to 2.4.5
- [Release notes](https://github.com/mehmet-kozan/pdf-parse/releases)
- [Commits](https://github.com/mehmet-kozan/pdf-parse/commits/v2.4.5)

---
updated-dependencies:
- dependency-name: "@google/genai"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: "@langchain/community"
  dependency-version: 1.1.28
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: "@langchain/core"
  dependency-version: 1.1.45
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: "@langchain/google-genai"
  dependency-version: 2.1.30
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: "@langchain/ollama"
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: cors
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: archive-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: langchain
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: nodemon
  dependency-version: 3.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: archive-dependencies
- dependency-name: openai
  dependency-version: 6.37.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
- dependency-name: pdf-parse
  dependency-version: 2.4.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: archive-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/archive/server_old/archive-dependencies-1f8b95e05d branch from c53f645 to 95ff3e8 Compare July 10, 2026 18:25
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