Fix vulnerabilities in package.json and package-lock.json#152
Merged
eGamesAPI merged 2 commits intoeGamesAPI:mainfrom Apr 6, 2026
Merged
Fix vulnerabilities in package.json and package-lock.json#152eGamesAPI merged 2 commits intoeGamesAPI:mainfrom
eGamesAPI merged 2 commits intoeGamesAPI:mainfrom
Conversation
…ties The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-15338137 - https://snyk.io/vuln/SNYK-JS-ASTRO-15338138 - https://snyk.io/vuln/SNYK-JS-ASTRO-15357600 - https://snyk.io/vuln/SNYK-JS-ASTRO-15763371 - https://snyk.io/vuln/SNYK-JS-ASTROJSINTERNALHELPERS-15763364 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759
…9774d09629d [Snyk] Fix for 6 vulnerabilities
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.
🔀 Description of Change
Summary of change 1
The "astro" dependency, a key module of our software, has been updated to a newer version (from "^5.16.4" to "^6.0.0"). This introduces performance improvements and resolves possible issues that were present in the older version.
Summary of change 2
The module "starlight-contributor-list" has also been upgraded (from "^0.3.1" to "^0.4.0"). This module helps us manage the contribution list for our project. By updating to the newer version, we’ve gained access to the latest features and improvements made by its developers.