[PR #12874] [CLOSED] build(deps): bump the npm_and_yarn group across 1 directory with 18 u… #19261

Closed
opened 2026-04-16 07:02:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12874
Author: @finaljrad-IR
Created: 10/31/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/macapp/npm_and_yarn-9b48df7f63


📝 Commits (1)

  • 3c1e4af build(deps): bump the npm_and_yarn group across 1 directory with 18 updates

📊 Changes

2 files changed (+1648 additions, -531 deletions)

View changed files

📝 macapp/package-lock.json (+1646 -529)
📝 macapp/package.json (+2 -2)

📄 Description

…pdates

Bumps the npm_and_yarn group with 9 updates in the /macapp directory:

Package From To
electron 25.9.2 39.0.0

Updates electron from 25.9.2 to 39.0.0

Updates webpack from 5.88.0 to 5.102.1

Updates webpack-dev-server from 4.15.1 to 5.2.1

Updates body-parser from 1.20.1 to 1.20.3

Updates braces from 3.0.2 to 3.0.3

Updates cookie from 0.5.0 to 0.7.1

Updates dset from 3.1.2 to 3.1.4

Updates express from 4.18.2 to 4.21.2

Updates follow-redirects from 1.15.2 to 1.15.11

Updates http-proxy-middleware from 2.0.6 to 2.0.9

Removes ip

Updates on-headers from 1.0.2 to 1.1.0

Updates send from 0.18.0 to 0.19.0

Updates serialize-javascript from 6.0.1 to 6.0.2

Updates serve-static from 1.15.0 to 1.16.2

Updates tmp from 0.2.1 to 0.2.5

Updates webpack-dev-middleware from 5.3.3 to 5.3.4

Updates ws from 7.5.9 to 7.5.10


updated-dependencies:

  • dependency-name: electron dependency-version: 39.0.0 dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: webpack dependency-version: 5.102.1 dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: body-parser dependency-version: 1.20.3 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: cookie dependency-version: 0.7.1 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: dset dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: express dependency-version: 4.21.2 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: follow-redirects dependency-version: 1.15.11 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: ip dependency-version: dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: send dependency-version: 0.19.0 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: serialize-javascript dependency-version: 6.0.2 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: serve-static dependency-version: 1.16.2 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: tmp dependency-version: 0.2.5 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: webpack-dev-middleware dependency-version: 5.3.4 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: ws dependency-version: 7.5.10 dependency-type: indirect dependency-group: npm_and_yarn ...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12874 **Author:** [@finaljrad-IR](https://github.com/finaljrad-IR) **Created:** 10/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/macapp/npm_and_yarn-9b48df7f63` --- ### 📝 Commits (1) - [`3c1e4af`](https://github.com/ollama/ollama/commit/3c1e4af85a036bc49a9237f5f92837e64b2708b2) build(deps): bump the npm_and_yarn group across 1 directory with 18 updates ### 📊 Changes **2 files changed** (+1648 additions, -531 deletions) <details> <summary>View changed files</summary> 📝 `macapp/package-lock.json` (+1646 -529) 📝 `macapp/package.json` (+2 -2) </details> ### 📄 Description …pdates Bumps the npm_and_yarn group with 9 updates in the /macapp directory: | Package | From | To | | --- | --- | --- | | [electron](https://github.com/electron/electron) | `25.9.2` | `39.0.0` | | [webpack](https://github.com/webpack/webpack) | `5.88.0` | `5.102.1` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.2.1` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [dset](https://github.com/lukeed/dset) | `3.1.2` | `3.1.4` | | [ip](https://github.com/indutny/node-ip) | `2.0.0` | `removed` | | [on-headers](https://github.com/jshttp/on-headers) | `1.0.2` | `1.1.0` | | [tmp](https://github.com/raszi/node-tmp) | `0.2.1` | `0.2.5` | | [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` | Updates `electron` from 25.9.2 to 39.0.0 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v25.9.2...v39.0.0) Updates `webpack` from 5.88.0 to 5.102.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.102.1) Updates `webpack-dev-server` from 4.15.1 to 5.2.1 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.2.1) Updates `body-parser` from 1.20.1 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.1...1.20.3) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `cookie` from 0.5.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.1) Updates `dset` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/lukeed/dset/releases) - [Commits](https://github.com/lukeed/dset/compare/v3.1.2...v3.1.4) Updates `express` from 4.18.2 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.2...4.21.2) Updates `follow-redirects` from 1.15.2 to 1.15.11 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.11) Updates `http-proxy-middleware` from 2.0.6 to 2.0.9 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.9) Removes `ip` Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0) Updates `serialize-javascript` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2) Updates `tmp` from 0.2.1 to 0.2.5 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.5) Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) Updates `ws` from 7.5.9 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10) --- updated-dependencies: - dependency-name: electron dependency-version: 39.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack dependency-version: 5.102.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: body-parser dependency-version: 1.20.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cookie dependency-version: 0.7.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dset dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.21.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-version: 1.15.11 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-version: 0.19.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serialize-javascript dependency-version: 6.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-version: 1.16.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack-dev-middleware dependency-version: 5.3.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 7.5.10 dependency-type: indirect dependency-group: npm_and_yarn ... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 07:02:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#19261