chore(deps): update dependencies securely - #777
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The changes are straightforward dependency/lockfile updates with no apparent peer-dependency conflicts in the reviewed sections.
Pull request overview
Updates project dependencies and lockfile entries to incorporate security patches (notably sharp and transitive js-yaml) while staying within the repo’s seven-day release-age quarantine policy, aiming to bring npm audit findings to zero.
Changes:
- Bump
sharpto^0.35.4. - Update Babylon.js dev dependencies (core/gui/inspector/loaders), plus
eslint,globals,typescript-eslint, andviteto newer compatible releases. - Refresh
package-lock.jsonto reflect the new resolved versions and updated transitive dependencies.
File summaries
| File | Description |
|---|---|
| package.json | Updates direct dependency and devDependency version ranges to newer compatible releases. |
| package-lock.json | Updates resolved versions/integrity metadata and transitive dependency graph to match the new dependency set. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
sebavan
approved these changes
Sep 10, 2026
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.
Summary
sharpand transitivejs-yamlreleases.typescript-eslint@8.69.0supports TypeScript>=4.8.4 <6.1.0; TypeScript 7.0.2 is not currently peer-compatible.Security audit
Command:
npm audit --jsonAll dependencies and all severities are now at zero findings. The resolved advisories were:
sharp— GHSA-rgj7-g3m4-5g8cjs-yaml— GHSA-2883-xcg3-v3hhSeven-day release-age policy
2026-09-10T09:50:32.412Z2026-09-03T09:50:32.412Znpm-version-age.mjs check --days 7 --now 2026-09-10T09:50:32.412Z.Under-seven-day security exceptions
None.
Deferred recent releases
@babylonjs/core@babylonjs/gui@babylonjs/inspector@babylonjs/loaders@babylonjs/materials@babylonjs/procedural-textureseslintplaywrighttypescript-eslintValidation
npm ci --no-auditnpm run buildREUSE_BROWSER=1 npm run demos:smokeREUSE_BROWSER=1 npm run demos:pure:smokeREUSE_BROWSER=1 npm run demos:ciREUSE_BROWSER=1 npm run demos:pure:cinpm audit --json