Skip to content

fix: update fast-uri lockfile#1574

Merged
superdav42 merged 1 commit into
mainfrom
feature/auto-20260627-001753-gh1546
Jun 27, 2026
Merged

fix: update fast-uri lockfile#1574
superdav42 merged 1 commit into
mainfrom
feature/auto-20260627-001753-gh1546

Conversation

@superdav42

Copy link
Copy Markdown
Collaborator

Summary

  • Updated package-lock.json so fast-uri resolves to patched version 3.1.2.
  • Kept the change limited to npm lockfile resolution for the dependency alert.

Verification

  • npm audit --json parsed for fast-uri: no fast-uri vulnerability 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.2
  • npm run lint:js attempted; fails on existing unrelated JS lint violations in tracked assets.
  • npm run lint:css attempted; fails on existing unrelated assets/css/admin.css stylelint 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.

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 913abf4a-4e2f-4a6b-aa94-7f56b3025363

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/auto-20260627-001753-gh1546

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@superdav42

Copy link
Copy Markdown
Collaborator Author

MERGE_SUMMARY

Implemented dependency remediation for #1546 by updating package-lock.json so fast-uri resolves to patched version 3.1.2.

Verification:

  • npm audit --json parsed for fast-uri: no fast-uri vulnerability present.
  • Lockfile check confirms node_modules/fast-uri is 3.1.2.
  • npm run lint:js and npm run lint:css were attempted; both fail on existing unrelated repository lint violations outside this lockfile change.

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.

@superdav42 superdav42 merged commit cdb50c0 into main Jun 27, 2026
7 checks passed
@github-actions

Copy link
Copy Markdown

🔨 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!
Playground support for multisite is very limitied, hopefully it will get better in the future.

🚀 Launch in Playground

Login credentials: admin / password

@superdav42 superdav42 added the review-feedback-scanned Merged PR already scanned for quality feedback label Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-feedback-scanned Merged PR already scanned for quality feedback

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remediate dependency alert: fast-uri (npm)

1 participant