chore(webview): bump vulnerable transitive dependencies - #958
Merged
Conversation
Resolve every advisory reported by `yarn npm audit -R` that has a fix available within the ranges our dependents declare, then rebuild the bundle: - brace-expansion 5.0.8 -> 5.0.9: GHSA-rgw5-rvv9-x895 - dompurify 3.4.12 -> 3.4.13: GHSA-55q2-fjhq-7xh7 - ip-address 10.2.0 -> 10.5.0: GHSA-mwp4-54f8-5fhr, GHSA-4xrf-jv44-h6hh, GHSA-22jq-vg5j-6vgg - js-yaml 4.2.0 -> 4.3.1: GHSA-52cp-r559-cp3m, GHSA-5p4m-2wfm-xmqj - mermaid 10.9.6 -> 10.9.8: GHSA-c4c3-pg64-4m4v, GHSA-6x64-9x62-f2gx, GHSA-2v8p-3f2j-5mp7 - nanoid 3.3.15 -> 3.3.18: GHSA-28wg-ghj8-5hjv, GHSA-2v37-7h3g-55p8 - postcss 8.5.15 -> 8.5.26: GHSA-r28c-9q8g-f849, GHSA-fxqj-rqcc-2cmp - socket.io-parser 4.2.6 -> 4.2.7: GHSA-2m8v-j782-fhvr All of these are transitive and satisfied by the existing dependent ranges, so only the lockfile changes. Still outstanding, blocked on upstream: vue and vue-template-compiler 2.7.16 (GHSA-5j4c-8p2g-v4jx, GHSA-g3ch-rx76-35fx) have no fix in the 2.x line and @appland/components does not support Vue 3; the deprecation warnings for @types/form-data, crypto-js and lucide-vue come from @appland/client, @appland/models and @appland/components respectively. Assisted-by: Claude:claude-opus-5[1m]
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Resolve every advisory reported by
yarn npm audit -Rthat has a fix available within the ranges our dependents declare, then rebuild the bundle:All of these are transitive and satisfied by the existing dependent ranges, so only the lockfile changes.
Still outstanding, blocked on upstream: vue and vue-template-compiler 2.7.16 (GHSA-5j4c-8p2g-v4jx, GHSA-g3ch-rx76-35fx) have no fix in the 2.x line and @appland/components does not support Vue 3; the deprecation warnings for @types/form-data, crypto-js and lucide-vue come from @appland/client, @appland/models and @appland/components respectively.
Assisted-by: Claude:claude-opus-5[1m]