Fix npm security vulnerabilities#89
Open
ditto-integrations wants to merge 1 commit into
Open
Conversation
- **@babel/plugin-transform-modules-systemjs** → 7.29.4 (CVE-2026-44728) - **@babel/plugin-transform-modules-systemjs** → 7.29.4 (CVE-2026-44728) - **basic-ftp** → 5.3.1 (CVE-2026-44240) - **lodash** → 4.18.0 (CVE-2026-4800) Resolves: SPO-921 Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates npm dependency versions to remediate reported security vulnerabilities (SPO-921), primarily by bumping lodash and pinning vulnerable transitive packages via npm overrides, with corresponding lockfile updates.
Changes:
- Pin transitive dependencies via
overrides(e.g.,@babel/plugin-transform-modules-systemjs@7.29.4,basic-ftp@5.3.1). - Bump
lodashdevDependency to^4.18.0. - Regenerate/update lockfiles to reflect the new resolved dependency graph.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Adds overrides entries for vulnerable transitive deps; bumps lodash version range. |
| package-lock.json | Updates resolved versions for lodash, Babel toolchain deps, and basic-ftp. |
| examples/vite-typescript-example/package.json | Adds an overrides pin for @babel/plugin-transform-modules-systemjs. |
| examples/vite-typescript-example/package-lock.json | Updates lockfile entries for lodash range and @babel/plugin-transform-modules-systemjs resolution. |
Files not reviewed (1)
- examples/vite-typescript-example/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+48
to
+50
| "serialize-javascript": "7.0.4", | ||
| "@babel/plugin-transform-modules-systemjs": "7.29.4", | ||
| "basic-ftp": "5.3.1" |
| "karma-typescript": "^5.5.4", | ||
| "karma-typescript-es6-transform": "^5.5.4", | ||
| "lodash": "^4.17.21", | ||
| "lodash": "^4.18.0", |
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
Resolves: SPO-921
Workflow run
Test plan
Generated by Tines + Claude Code