Skip to content

fix: fixed vulnerabilities#13

Open
amanstep wants to merge 1 commit intomainfrom
fix/vulnerability
Open

fix: fixed vulnerabilities#13
amanstep wants to merge 1 commit intomainfrom
fix/vulnerability

Conversation

@amanstep
Copy link
Collaborator

@amanstep amanstep commented Feb 16, 2026

  • upgraded @actions/github to ^6.0.1 to remove vulnerabilities
  • @actions/github v6 uses octokit.rest.repos.* / octokit.rest.git.* instead of octokit.repos.* / octokit.git.*, so further changes were made
  • @actions/github@^6.0.1 pulls in undici — a dependency that uses AbortSignal at module load time. Jest 27's node environment doesn't expose all Node.js globals properly in its VM context, thus jest ecosystem was upgraded.

- upgraded @actions/github to ^6.0.1 to remove vulnerabilities\
- @actions/github v6 uses octokit.rest.repos.* / octokit.rest.git.* instead of octokit.repos.* / octokit.git.*, so further changes were made\
- @actions/github@^6.0.1 pulls in undici — a dependency that uses AbortSignal at module load time. Jest 27's node environment doesn't expose all Node.js globals properly in its VM context, thus jest ecosystem was upgraded.
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