fix: resolve npm audit vulnerabilities in samples/sampler - #872
Open
hong6316 wants to merge 1 commit into
Open
Conversation
|
jenkins_swp seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #872 +/- ##
========================================
Coverage 85.60% 85.60%
========================================
Files 118 118
Lines 4495 4495
Branches 1226 1225 -1
========================================
Hits 3848 3848
Misses 503 503
Partials 144 144 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
hong6316
force-pushed
the
feature/npm-audit-vulnerabilities
branch
from
August 13, 2026 06:30
ca40b78 to
2a85184
Compare
Update npm-shrinkwrap.json via npm audit fix to resolve direct dependency vulnerabilities in samples/sampler: - brace-expansion: 1.1.15 -> 1.1.18 - fast-uri: 3.1.4 -> 3.1.5 - js-yaml: 4.3.0 -> 4.3.1 - nanoid: 3.3.17 -> 3.3.18 - postcss: 8.5.22 -> 8.5.26 Remaining vulnerabilities are from @enact/ui-test-utils and @enact/storybook-utils sub-dependencies locked by their published npm-shrinkwrap.json files, which cannot be overridden by the consuming project. These packages are already at their latest available versions. Co-Authored-By: Claude <noreply@anthropic.com>
hong6316
force-pushed
the
feature/npm-audit-vulnerabilities
branch
from
August 14, 2026 01:12
ebccdc0 to
5287c2d
Compare
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
Resolve direct dependency vulnerabilities reported by
npm auditinsamples/samplerby updating the shrinkwrap-locked versions vianpm audit fix.Changes
samples/sampler/npm-shrinkwrap.json
Updated direct dependency versions to resolve high-severity vulnerabilities:
No changes to root package.json
All 19 root-level
npm auditfindings originate entirely from@enact/ui-test-utils@4.0.4sub-dependencies, which are locked by the package's publishednpm-shrinkwrap.json. npm overrides cannot override dependencies pinned by a sub-module's own shrinkwrap file.@enact/ui-test-utils@4.0.4is already the latest available version.Remaining Unfixable Vulnerabilities
Root project (19 high)
All from
@enact/ui-test-utilsshrinkwrap:Sampler (13: 6 low + 7 high)
All from
@enact/storybook-utils@8.0.2shrinkwrap:These will resolve when the upstream packages (
@enact/ui-test-utils,@enact/storybook-utils) publish new versions without a bundled shrinkwrap or with updated sub-dependencies.Verification
npm run lint -- -- --report-unused-disable-directives --max-warnings 0 .passesnpm test -- --runInBand --coveragepasses (62 suites, 644 tests)npm run validate-docspassesnpm audit --omit=dev= 0 vulnerabilities)🤖 Generated with Claude Code