Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

Bumps multer to 2.0.1 and updates ancestor dependency n8n. These dependencies need to be updated together.

Updates multer from 1.4.5-lts.1 to 2.0.1

Release notes

Sourced from multer's releases.

v2.0.1

Important

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from multer's changelog.

2.0.1

2.0.0

1.4.5-lts.2

  • Fix out-of-band error event from busboy (#1177)
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for multer since your current version.


Updates n8n from 1.80.3 to 1.97.1

Changelog

Sourced from n8n's changelog.

1.97.1 (2025-06-04)

1.97.0 (2025-06-02)

Bug Fixes

  • core: Allow dotfiles in sendFile to fix WorkFlow settings 404 error (#14744) (7928a9b)
  • core: Honor absolute paths for N8N_LOG_FILE_LOCATION (#15873) (1e5b905)
  • core: Normalize trailing slash when setting CORS headers for test webhooks (#15906) (61d0c6a)

Performance Improvements

1.96.0 (2025-06-02)

Bug Fixes

  • API: Allow false as a dependant value for public api json schema validation (#15858) (5a8899c)
  • Check if form trigger URL is live before oppening pop-up (#15800) (041ada1)
  • core: Don't allow creating more projects than allowed by exploiting a race condition (#15218) (6466e76)
  • core: Fix sorting of executions not working on postgres and mysql (#15423) (eca282d)
  • core: Fix timezone-dependent test failures in Insights weekly compaction (#15680) (096806a)
  • core: Simplify Websocket origin security checks (#15761) (bbe2b12)
  • core: Solve memory leak in TaskRequester (#15768) (0398505)
  • core: Support helpers.request in task runners (#15859) (7f8b943)
  • editor: Deactivate workflow on save if trigger is missing (#15642) (3ba6419)
  • editor: Delete all connections of nodes with multiple ones when removed from canvas (#15713) (c4ea757)
  • editor: Fix Execute workflow button hover state (#15518) (57d7b5e)
  • editor: Handle Insights calculations to prevent Infinity numbers (#15727) (d1a39d9)
  • editor: Move focus to search input in RLC (#15741) (fee10da)
  • editor: Set deterministic width for sidebar (#15753) (3f9a271)
  • editor: Simplifying empty project deletion (#15834) (6bf2d8a)
  • editor: Update copy for debug modal paywall (#15905) (d0ff662)
  • editor: Use last task data for calculating the current state (#15546) (1daf0ff)
  • GitHub Node: Update auth urls for enterprise server (#15533) (bc66d9f)
  • Jina AI Node: Default value for "Output format" option (#15683) (e125854)
  • Microsoft SharePoint Node: Add back the support for cred only node (#15806) (0fdeba5)
  • n8n Form Node: Use execution.mode instead of hard coding webhook (#15647) (636e9f4)
  • Run evaluations loop manually always from first row (#15794) (b8ab4b6)
  • Skip subworkflow input test temporarily (#15803) (ba70cab)

... (truncated)

Commits
  • a9b9a90 🚀 Release 1.97.1 (#16015)
  • 50dc194 feat(Perplexity Node): Add missing dark theme icon (no-changelog) (#15939)
  • 5076b40 fix(editor): Hide 'Move' modal toast links that can't be accessed and better ...
  • 8ef0217 fix(editor): Correct sub-workflow extraction grammar (no-changelog) (#16002)
  • a0d62d7 fix(editor): Update sub-workflow conversion docs link (no-changelog) (#16007)
  • 1fc7593 fix(editor): Fix @n8n/i18n package loading locales and hot-reloading (no-ch...
  • 6e5e1ea 🚀 Release 1.97.0 (#15929)
  • 62dfc81 Merge tag 'n8n@1.96.0'
  • 81f5c7b ci: Increment docker build timeout (#15928)
  • 7928a9b fix(core): Allow dotfiles in sendFile to fix WorkFlow settings 404 error (#14...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [multer](https://github.com/expressjs/multer) to 2.0.1 and updates ancestor dependency [n8n](https://github.com/n8n-io/n8n). These dependencies need to be updated together.


Updates `multer` from 1.4.5-lts.1 to 2.0.1
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](expressjs/multer@v1.4.5-lts.1...v2.0.1)

Updates `n8n` from 1.80.3 to 1.97.1
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Changelog](https://github.com/n8n-io/n8n/blob/n8n@1.97.1/CHANGELOG.md)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@1.80.3...n8n@1.97.1)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.1
  dependency-type: indirect
- dependency-name: n8n
  dependency-version: 1.97.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 5, 2025
@dependabot dependabot bot mentioned this pull request Jun 5, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #10.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-f5362386d5 branch July 17, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant