Skip to content

chore(deps): update dependency n8n to v1.95.2 #12682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
n8n (source) minor 1.94.1 -> 1.95.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

n8n-io/n8n (n8n)

v1.95.2

Compare Source

Bug Fixes
  • editor: Handle Insights calculations to prevent Infinity numbers (#​15727) (8b76694)
  • Microsoft SharePoint Node: Add back the support for cred only node (#​15806) (e16fbaa)

v1.95.1

Compare Source

Bug Fixes

v1.95.0

Compare Source

Bug Fixes
  • Chat Trigger Node: Don't continue when action is load previous session and option is not set (#​15438) (8fd0738)
  • core: Add support for proxy using forward headers (#​15006) (b1687c6)
  • core: Fix community package installation on windows (#​15685) (647cb85)
  • core: Fix license reloading flow in scaling mode (#​15650) (c2449ee)
  • core: Use destination node to select the correct pinned trigger to start from (#​15633) (dc0802b)
  • editor: Add type definition for $getWorkflowStaticData to code node (#​15544) (bca03ca)
  • editor: Don't mark node as dirty when NDV is opened (#​15222) (8d1170e)
  • editor: Fix how deviation percentage is calculated in Insights summary (#​15526) (26de979)
  • editor: Fix notification toast offset outside of NodeView if chat/logs were opened (#​15622) (70ea7a8)
  • editor: Fix schema view showing incorrect data on loop node done branch (#​15635) (f762c59)
  • editor: Fix update panel icon display. Fix title on insights dashboard (#​15593) (075b035)
  • editor: Handle Loop node execution data preview correctly when inserting a node (#​15351) (5967c13)
  • editor: Make deleting Call n8n Workflow Tool fromAI workflow input descriptions work (#​15459) (0e708dd)
  • Fix jobs for secrets inherit (#​15532) (cf29b5f)
  • Google Drive Node: Incorrect MIME type when uploading files on cloud (#​15478) (2060498)
  • HTTP Request Node: Fix prototype pollution vulnerability (#​15463) (1ffc33d)
  • Information Extractor Node: Improve error handling for empty inputs (#​15590) (bb2f675)
  • Jira Software Node: Use old endpoints to get all issues on self-hosted instances (#​15591) (e23ffcc)
  • MongoDB Node: Stop overwriting nested values on update (#​15543) (3ee15a8)
  • Summarize Node: Convert v1 split by values to string (#​15525) (4d037ca)
  • Telegram Node: Include error message in output when continueOnFail is set (#​15540) (b8ee275)
Features
  • Airtop Node: Add File operations and scroll micro-interaction (#​15089) (86885a7)
  • Anthropic Chat Model Node: Set the new Claude 4 Sonnet model to be the default (#​15609) (cf8b611)
  • core: Add logs for insights flushing and compaction (#​15519) (3743a8c)
  • core: Invalidate all sessions when MFA is enabled/disabled (#​15524) (2a35c19)
  • core: Scope getStatus for environments for project admin role (#​15404) (f9f9597)
  • editor: "Executing" state in the output panel (#​15470) (7e3bcd3)
  • editor: Add an option to sync canvas with log view (#​15391) (9938e63)
  • editor: Distinguish official verified nodes from community built nodes (#​15630) (7f0c6d6)
  • editor: Save new project on Enter in name field (#​15535) (fbf7083)
  • editor: Show informative message in NDV when AI tools have no parameters (#​15515) (a426ecd)
  • editor: Use resource locator at Simple Vector Store memory key, allow cross workflow use (#​15421) (e5c2aea)
  • Merge Node: Option in combineBySql operation to return either confirmation of succes or empty result (#​15509) (a86bc43)
  • Migrate Test Workflows to Main Repo (#​15504) (867842d)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

github-actions bot commented Jun 2, 2025

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/n8n:1.95.2

📦 Image Reference ghcr.io/uniget-org/tools/n8n:1.95.2
digestsha256:64dcf47ff6c2b3d4e81c1cf928fc2f0a2cdbff9c682d6e2c2da9df9af448ef75
vulnerabilitiescritical: 0 high: 3 medium: 1 low: 2
platformlinux/amd64
size172 MB
packages1409
critical: 0 high: 1 medium: 0 low: 0 semver 5.3.0 (npm)

pkg:npm/[email protected]

high 7.5: CVE--2022--25883 Inefficient Regular Expression Complexity

Affected range<5.7.2
Fixed version5.7.2
CVSS Score7.5
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Description

Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

critical: 0 high: 1 medium: 0 low: 0 multer 1.4.5-lts.2 (npm)

pkg:npm/[email protected]

high 7.5: CVE--2025--47935 Missing Release of Memory after Effective Lifetime

Affected range<2.0.0
Fixed version2.0.0
CVSS Score7.5
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Description

Impact

Multer <2.0.0 is vulnerable to a resource exhaustion and memory leak issue due to improper stream handling. When the HTTP request stream emits an error, the internal busboy stream is not closed, violating Node.js stream safety guidance.

This leads to unclosed streams accumulating over time, consuming memory and file descriptors. Under sustained or repeated failure conditions, this can result in denial of service, requiring manual server restarts to recover. All users of Multer handling file uploads are potentially impacted.

Patches

Users should upgrade to 2.0.0

Workarounds

None

References

critical: 0 high: 1 medium: 0 low: 0 pdfjs-dist 2.16.105 (npm)

pkg:npm/[email protected]

high 8.8: CVE--2024--4367 Improper Check for Unusual or Exceptional Conditions

Affected range<=4.1.392
Fixed version4.2.67
CVSS Score8.8
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Description

Impact

If pdf.js is used to load a malicious PDF, and PDF.js is configured with isEvalSupported set to true (which is the default value), unrestricted attacker-controlled JavaScript will be executed in the context of the hosting domain.

Patches

The patch removes the use of eval:
mozilla/pdf.js#18015

Workarounds

Set the option isEvalSupported to false.

References

https://bugzilla.mozilla.org/show_bug.cgi?id=1893645

critical: 0 high: 0 medium: 1 low: 0 identity 3.4.2 (npm)

pkg:npm/%40azure/[email protected]

medium 6.8: CVE--2024--35255 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Affected range<4.2.1
Fixed version4.2.1
CVSS Score6.8
CVSS VectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Description

Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability.

critical: 0 high: 0 medium: 0 low: 1 auth-js 2.65.0 (npm)

pkg:npm/%40supabase/[email protected]

low 1.3: CVE--2025--48370 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Affected range<2.69.1
Fixed version2.69.1
CVSS Score1.3
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U
Description

Impact

The library functions getUserById, deleteUser, updateUserById, listFactors and deleteFactor did not require the user supplied values to be valid UUIDs. This could lead to a URL path traversal, resulting in the wrong API function being called.

Implementations that follow security best practice and validate user controlled inputs, such as the userId are not affected by this.

Patches

Strict value checks have been added to all affected functions. These functions now require that the userId and factorId parameters MUST be valid UUID (v4).

Patched version: >= 2.69.1

Workarounds

Implementations that follow security best practice and validate user controlled inputs, such as the userId are not affected by this. It is recommended that users of the auth-js library always follow security best practice and validate all inputs, before passing these to other functions or libraries.

References

supabase/auth-js#1063

critical: 0 high: 0 medium: 0 low: 1 undici 5.28.5 (npm)

pkg:npm/[email protected]

low 3.1: CVE--2025--47279 Missing Release of Memory after Effective Lifetime

Affected range<5.29.0
Fixed version5.29.0
CVSS Score3.1
CVSS VectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L
Description

Impact

Applications that use undici to implement a webhook-like system are vulnerable. If the attacker set up a server with an invalid certificate, and they can force the application to call the webhook repeatedly, then they can cause a memory leak.

Patches

This has been patched in nodejs/undici#4088.

Workarounds

If a webhook fails, avoid keep calling it repeatedly.

References

Reported as: nodejs/undici#3895

Copy link

github-actions bot commented Jun 2, 2025

Copy link

github-actions bot commented Jun 2, 2025

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/15398110493.

@github-actions github-actions bot merged commit fd7d769 into main Jun 2, 2025
11 of 12 checks passed
@github-actions github-actions bot deleted the renovate/n8n-1.x branch June 2, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants