Skip to content

Bump axios and n8n-core #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps axios to 1.8.2 and updates ancestor dependency n8n-core. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.8.2

Release notes

Sourced from axios's releases.

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

Updates n8n-core from 1.5.0 to 1.84.0

Changelog

Sourced from n8n-core's changelog.

1.84.0 (2025-03-17)

Bug Fixes

  • AWS SES Node: Encode template parameters properly (#13570) (ca8d249)
  • core: Avoid using structuredClone on node descriptions (#13832) (d2df154)
  • core: Clean run data for dirty nodes properly, including their children (#13821) (b3f9cde)
  • core: Ensure worker stops picking up new jobs while shutting down (#13714) (4fe2495)
  • core: Find correct start nodes when the first node after that has no run data has pinned data (#13784) (cbf2476)
  • core: License should ignore empty input on onFeatureChange (#13912) (dedcdbd)
  • core: Log all command errors messages (#13827) (e8334ee)
  • core: Update samlify and xml-crypto to address CVE-2025-29775 and CVE-2025-29774 (#13951) (c91688d)
  • Do not trigger sendAndWait response on bot visit if response type is approval (#13792) (526a2e4)
  • editor: Add disabled state with tooltip on project creation buttons if user lacks permission (#13867) (e33d0d7)
  • editor: Decrease notification max-height (#13858) (1c2feb4)
  • editor: Disable test step option in context menu for sub-nodes (#13816) (b6d5092)
  • editor: Disable deactivated node execution (#13643) (473f6d4)
  • editor: Fix logo alignment issues (#13870) (d2e4706)
  • editor: Fix NDV panels size on narrow screens (#13708) (899f6c9)
  • editor: Fix options parameters that have extra displayName field (#13928) (eec3251)
  • editor: Increase contrast on hover for AI button (#13920) (c239b8f)
  • editor: Tweak schema view empty state copy and styling (#13819) (cfc7a14)
  • Execute method should be assigned to a Routing node even if it has webhook defined (#13910) (3a4247a)
  • MySQL Node: Fix potential sql injection (#13818) (dd4f51c)
  • n8n Form Node: Resolve expressions in HTML fields (#13755) (de23ae5)
  • n8n Form Trigger Node: Add back the query selector for multiselect (#13987) (39208dc)
  • OpenAI Chat Model Node: Sort models alphabetically (#13909) (3103748)
  • Postgres Node: RMC do not mark collumn as required if identity_generation is BY DEFAULT (#13752) (b563254)
  • Structured Output Parser Node, Auto-fixing Output Parser Node, Tools Agent Node: Structured output improvements (#13908) (5b6b787)
  • Update Sentry rewriteFramesIntegration prefix (no-changleog) (#13900) (1eec246)

Features

  • editor: Add toJsonString to string extensions (#13798) (4e93ffd)
  • editor: Popping logs out into a new window (#13788) (4d04c22)
  • Hints for tools and agent (#13386) (ec8a719)
  • Merge Node: Better pairedItem mapping in combineBySql operation if SELECT query (#13849) (881d3f8)
  • MongoDB Atlas Vector Store Node: Add Mongo db vector store Node (#12924) (3d87228)
  • WhatsApp Trigger Node: New option to opt-out from message status updates (#13751) (9c040ee)

1.83.0 (2025-03-10)

Bug Fixes

  • Airtable Node: Table RLC should depend on Base RLC (#13735) (321fac2)

... (truncated)

Commits
  • 6aa75dd 🚀 Release 1.84.0 (#13993)
  • 3d87228 feat(MongoDB Atlas Vector Store Node): Add Mongo db vector store Node (#12924)
  • 39208dc fix(n8n Form Trigger Node): Add back the query selector for multiselect (#13987)
  • 1c17d12 feat(editor): Implement folder move functionality (no-changelog) (#13922)
  • 042aa39 feat(editor): Add new telemetry event for schema preview (no-changelog) (#13930)
  • e157217 fix(editor): Switch schema preview feature flag to multivariant (no-changelog...
  • 4d04c22 feat(editor): Popping logs out into a new window (#13788)
  • 4a1e579 fix(editor): Ai 668 UI changes to mock nodes modal (no-changelog) (#13899)
  • c91688d fix(core): Update samlify and xml-crypto to address CVE-2025-29775 and CVE-20...
  • 5670449 test(Gmail Node): Add tests for Gmail node v1 (no-changelog) (#12461)
  • 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 [axios](https://github.com/axios/axios) to 1.8.2 and updates ancestor dependency [n8n-core](https://github.com/n8n-io/n8n). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.8.2)

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

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: n8n-core
  dependency-type: direct:development
...

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 Mar 27, 2025
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.

0 participants