fix: upgrade dependencies and fix security vulnerabilities#1474
Open
Optischa wants to merge 5 commits intogperdomor:mainfrom
Open
fix: upgrade dependencies and fix security vulnerabilities#1474Optischa wants to merge 5 commits intogperdomor:mainfrom
Optischa wants to merge 5 commits intogperdomor:mainfrom
Conversation
- Bump next 16.1.x → 16.2.3 (DoS/CSRF CVEs) across all packages - Bump vite 7.3.1 → 7.3.2 (server.fs.deny bypass) - Bump handlebars ^4.7.8 → ^4.7.9 (JS injection CVE) - Bump @actions/github ^6.0.1 → ^9.1.0 (undici CVE) - Bump oclif 4.22.73 → 4.23.0 (fast-xml-parser CVE) - Update packageManager to pnpm@10.33.0 - Run pnpm dedupe to remove nx@22.5.3 duplicate - Disable nx analytics
…s v25 - Read process.env directly instead of using github.context singleton (v9 ESM module initializes context at load time, before tests set env vars) - Normalize SSH-style git URLs before url.parse() to avoid Node.js v25 strict port validation throwing on git@host:path format
Cast Object.values(Type) to string[] so TypeScript strict mode accepts the includes() call with a string argument, then cast the validated value as Type.
…coded npx Resolve the binary and args dynamically via getPackageManagerCommand() so tests pass in pnpm workspaces where the executor uses pnpm exec.
Resolve the binary and args dynamically via getPackageManagerCommand() so tests pass in pnpm workspaces where the executor uses pnpm exec.
Contributor
|
@Optischa is attempting to deploy a commit to the Gustavo Perdomo's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
next(DoS/CSRF),vite(server.fs.deny bypass),handlebars(JS injection),@actions/github(undici CVE via@actions/http-client),oclif(fast-xml-parser CVE)nx-prismaandnx-graphql-codegenfail in pnpm workspaces because they hardcodenpxinstead of resolving the actual package manager commandObject.values(Type).includes(value)check incontainer-metadataci-contextGitHub tests fail with@actions/githubv9 because the ESM module initializes itscontextsingleton at load time, before tests set environment variablesgit@host:path) throw in Node.js v25 due to stricterurl.parse()port validationExpected Behavior
ci-contextGitHub tests correctly read environment variables set during test setupRelated Issue(s)
Fixes #
▎ The "Fixes #" can stay empty or be removed if there's no linked issue. If the repo uses vulnerability tracking issues, link them there.