fix: update fast-uri lockfile#1574
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
MERGE_SUMMARY Implemented dependency remediation for #1546 by updating Verification:
aidevops.sh v3.27.0 plugin for OpenCode v1.17.11 with gpt-5.5 spent 6m and 57,498 tokens on this as a headless worker. |
🔨 Build Complete - Ready for Testing!📦 Download Build Artifact (Recommended)Download the zip build, upload to WordPress and test:
🌐 Test in WordPress Playground (Very Experimental)Click the link below to instantly test this PR in your browser - no installation needed! Login credentials: |
Summary
package-lock.jsonsofast-uriresolves to patched version3.1.2.Verification
npm audit --jsonparsed forfast-uri: nofast-urivulnerability present.node -e "const lock=require('./package-lock.json'); const fastUri=lock.packages['node_modules/fast-uri']; console.log('fast-uri', fastUri.version); if (fastUri.version !== '3.1.2') process.exit(1);"->fast-uri 3.1.2npm run lint:jsattempted; fails on existing unrelated JS lint violations in tracked assets.npm run lint:cssattempted; fails on existing unrelatedassets/css/admin.cssstylelint issue.Resolves #1546
aidevops.sh v3.27.0 plugin for OpenCode v1.17.11 with gpt-5.5 spent 6m and 55,009 tokens on this as a headless worker.