[stable33] Fix npm audit#1063
Merged
Merged
Conversation
92f6444 to
7113155
Compare
Signed-off-by: GitHub <noreply@github.com>
7113155 to
8f3b85c
Compare
Member
|
@coderabbitai review for any suspicious bumps, like dependencies updated without a purpose, because it says "0 unfixable" |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
gh pr view 1063 --repo nextcloud/recommendations --json title,body,files,additions,deletions
echo "---DIFF package.json---"
gh pr diff 1063 --repo nextcloud/recommendations -- package.json 2>/dev/null || true
echo "---FILES---"
gh pr view 1063 --repo nextcloud/recommendations --json files --jq '.files[].path'Length of output: 2044 🏁 Script executed: #!/bin/bash
gh pr diff 1063 --repo nextcloud/recommendations -- package-lock.jsonLength of output: 426 🏁 Script executed: #!/bin/bash
gh pr diff 1063 --repo nextcloud/recommendations > /tmp/pr.diff
wc -l /tmp/pr.diff
sed -n '/diff --git a\/package-lock.json/,/diff --git a\/js/p' /tmp/pr.diff | head -500Length of output: 22668
I don't see any suspicious or unrelated bumps (e.g., unexpected major version jumps, unpinned ranges, or packages unrelated to the audit). Everything appears to be transitive dependency resolution triggered by [resolve] |
ChristophWurst
approved these changes
Jul 8, 2026
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.
Audit report
No fixable problems found (0 unfixable, 30 only fixable manually using --force)