Skip to content

deps(server)(deps): bump express from 5.1.0 to 5.2.1 in /webai-server#60

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webai-server/express-5.2.1
Closed

deps(server)(deps): bump express from 5.1.0 to 5.2.1 in /webai-server#60
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webai-server/express-5.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 2, 2025

Bumps express from 5.1.0 to 5.2.1.

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

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

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.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [express](https://github.com/expressjs/express) from 5.1.0 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@v5.1.0...v5.2.1)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 2, 2025

Labels

The following labels could not be found: dependency-updates, server-package. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from cpjet64 as a code owner December 2, 2025 00:38
cpjet64 added a commit that referenced this pull request Mar 1, 2026
Navigation Menu
cpjet64
WebAI-MCP

Type / to search
Code
Issues
Pull requests
Actions
Security
Insights
Settings
🧪 Test
fix: resolve TypeScript type resolution issues #60
Jobs
Run details
lint
failed now in 20s
Search logs
1s
1s
4s
5s
4s
2s
106     const { execSync } = require('child_process');
                             ~~~~~~~
version-checker.ts:116:20 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
116       nodeVersion: process.version,
                       ~~~~~~~
version-checker.ts:118:17 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
118       platform: process.platform,
                    ~~~~~~~
version-checker.ts:119:13 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
119       arch: process.arch,
                ~~~~~~~
version-checker.ts:131:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
131         path.join(process.cwd(), 'package.json'), // Current directory
                      ~~~~~~~
version-checker.ts:132:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
132         path.join(process.cwd(), '..', 'package.json'), // Parent directory
                      ~~~~~~~
version-checker.ts:133:19 - error TS2304: Cannot find name '__dirname'.
133         path.join(__dirname, '..', 'package.json'), // Relative to this file
                      ~~~~~~~~~
version-checker.ts:175:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
175         path.join(process.cwd(), 'webai-server', 'package.json'), // Sibling directory
                      ~~~~~~~
version-checker.ts:176:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
176         path.join(process.cwd(), '..', 'webai-server', 'package.json'), // Parent structure
                      ~~~~~~~
version-checker.ts:177:19 - error TS2304: Cannot find name '__dirname'.
177         path.join(__dirname, '..', '..', 'webai-server', 'package.json'), // Relative to this file
                      ~~~~~~~~~
version-checker.ts:179:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
179         path.join(process.cwd(), 'browser-tools-server', 'package.json'),
                      ~~~~~~~
version-checker.ts:180:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
180         path.join(process.cwd(), '..', 'browser-tools-server', 'package.json'),
                      ~~~~~~~
version-checker.ts:181:19 - error TS2304: Cannot find name '__dirname'.
181         path.join(__dirname, '..', '..', 'browser-tools-server', 'package.json'),
                      ~~~~~~~~~
version-checker.ts:223:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
223         path.join(process.cwd(), 'chrome-extension', 'manifest.json'),
                      ~~~~~~~
version-checker.ts:224:19 - error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
224         path.join(process.cwd(), '..', 'chrome-extension', 'manifest.json'),
                      ~~~~~~~
version-checker.ts:225:19 - error TS2304: Cannot find name '__dirname'.
225         path.join(__dirname, '..', '..', 'chrome-extension', 'manifest.json'),
                      ~~~~~~~~~
version-checker.ts:323:26 - error TS2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
323     const { execSync } = require('child_process');
                             ~~~~~~~
Found 47 errors in 2 files.
Errors  Files
    28  mcp-server.ts:3
    19  version-checker.ts:10
Error: Process completed with exit code 2.
0s
0s
0s
0s
1s
Post job cleanup.
/usr/bin/git version
git version 2.49.0
Temporarily overriding HOME='/home/runner/work/_temp/08ab4eb3-134c-4c4c-88ab-f26a271c8e54' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
/usr/bin/git config --global --add safe.directory /home/runner/work/WebAI-MCP/WebAI-MCP
/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
http.https://github.com/.extraheader
/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
0s
@cpjet64 cpjet64 closed this Mar 4, 2026
@cpjet64 cpjet64 deleted the dependabot/npm_and_yarn/webai-server/express-5.2.1 branch March 4, 2026 21:17
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant