Fix security vulnerabilities (npm)#86
Merged
Kristopher Johnson (kristopherjohnson) merged 1 commit intomasterfrom Apr 17, 2026
Merged
Fix security vulnerabilities (npm)#86Kristopher Johnson (kristopherjohnson) merged 1 commit intomasterfrom
Kristopher Johnson (kristopherjohnson) merged 1 commit intomasterfrom
Conversation
- basic-ftp 5.2.0 → 5.3.0 (GHSA-rp42-5vxx-qpwr, GHSA-6v7q-wjvx-w8wg, GHSA-chqc-8p9q-pq6q / CVE-2026-39983) in package-lock.json - lodash 4.17.23 → 4.18.1 (GHSA-r5fr-rjxr-66jc / CVE-2026-4800) in examples/vite-typescript-example/package-lock.json Resolves: SPO-633, SPO-503, SPO-498, SPO-464
Copilot started reviewing on behalf of
Kristopher Johnson (kristopherjohnson)
April 17, 2026 20:52
View session
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
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.
Alyssa Evans (alycda)
approved these changes
Apr 17, 2026
1ec794c
into
master
5 checks passed
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
Batched Dependabot upgrades for high-severity vulnerabilities.
Alerts fixed
get-uri→pac-proxy-agent→puppeteer) —package-lock.jsonClient.list()(alert #265, SPO-633)karma,karma-typescript,vue-eslint-parser) —examples/vite-typescript-example/package-lock.json_.templateimports key names (alert #256, SPO-464)Target versions are sourced from Linear / Dependabot and may not reflect the latest suitable release — verify resolved lockfile versions.
lodashwas bumped to 4.18.1 (current latest in the 4.x line; satisfies the>=4.18.0fix requirement).Verification
npm installsucceeds in the root and inexamples/vite-typescript-example.npm audit --jsonreports no remaining advisories forbasic-ftp(root) orlodash(vite example).npm run buildsucceeds in both workspaces.Test plan
Resolves: SPO-633, SPO-503, SPO-498, SPO-464