Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump axios and n8n-core #8

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

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

Updates axios from 0.21.4 to 1.6.5

Release notes

Sourced from axios's releases.

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

馃摙 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
</tr></table> 

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
</tr></table> 

... (truncated)

Commits

Updates n8n-core from 0.157.0 to 1.26.0

Changelog

Sourced from n8n-core's changelog.

1.26.0 (2024-01-24)

Bug Fixes

  • AMQP Trigger Node: Properly close connection after manual test step (#8396) (2c14371)
  • Asana Node: Fix issue when connecting to the new Asana environment (#8404) (44f6ef2)
  • AWS SQS Node: Fix issue preventing data from being sent correctly (#8382) (daba5bb)
  • Change the UI text for some filter operations (#8360) (976fe2e)
  • core: Adjust starter node priority for manual executions with pinned activators (#8386) (749ac2b)
  • core: Errors are returned on the success branch if error item has other keys in addition to 'error' (#8380) (25f51f4)
  • core: Fix removal of triggers and pollers from memory on deactivation in multi-main setup (#8416) (2257ec6)
  • core: Fix update workflow cli command being unable to activate all workflows (#8412) (ae06fde)
  • core: Missing pairedItem fixes (#8394) (284d965)
  • Discord Node: Remove requirement on message for webhooks (#8377) (c64e893)
  • editor: Add pinned data for freshly added nodes (#8323) (83228e2)
  • editor: Enable ctrl/cmd click in workflow editor header (#8387) (e43cf2f)
  • editor: Fix copy to clipboard on insecure contexts (#8425) (7386f79)
  • editor: Fix doclines for plus and minus (#8405) (ebf2b0d)
  • editor: Fix invisible community package update button (#8406) (2ccb754)
  • editor: Fix secondary icon for environments on sidebar menu item (#8407) (3544966)
  • editor: Open native context menu when editing Sticky (#8370) (ade7d30)
  • editor: Use web native element in nav menus (#8385) (e606e84)
  • Fix issue preventing secrets with a - in the path from being imported (#8378) (fc94377)
  • Force posthog recording to be disabled outside cloud (#8374) (f31cc07)
  • Google Drive Node: Fix issue preventing upload / update working in some configurations (#8417) (4b3ea81)
  • Microsoft Outlook Node: Message -> Send with attachments (#8238) (0128081)
  • Microsoft SQL Node: Prevent MSSQL max parameters error by chunking (#8390) (1b0ba2c)
  • Notion Node: Fix is_empty query on formula fields (#8397) (08e7db4)
  • Switch Node: Fix issue preventing some regex patterns from working (#8422) (e9fea16)

Features

1.25.0 (2024-01-17)

... (truncated)

Commits
  • 111d2eb 馃殌 Release 1.26.0 (#8427)
  • 1affebd refactor(core): Remove unused code from Server.ts (no-changelog) (#8426)
  • e9fea16 fix(Switch Node): Fix issue preventing some regex patterns from working (#8422)
  • 7660d7e feat(LinkedIn Node): Add support for Community Management API (#7451)
  • 7386f79 fix(editor): Fix copy to clipboard on insecure contexts (#8425)
  • 4b3ea81 fix(Google Drive Node): Fix issue preventing upload / update working in some ...
  • a8b4684 build: Bump license-sdk to v2.9.1 (no-changelog) (#8420)
  • c0bc94c refactor(core): Finish removing UserManagementHelper (no-changelog) (#8418)
  • 2257ec6 fix(core): Fix removal of triggers and pollers from memory on deactivation in...
  • a0a1830 feat(core): Email recipients on resource shared (#8408)
  • 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.6.5 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.6.5
- [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.6.5)

Updates `n8n-core` from 0.157.0 to 1.26.0
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Changelog](https://github.com/n8n-io/n8n/blob/n8n@1.26.0/CHANGELOG.md)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@0.157.0...n8n@1.26.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 the dependencies Pull requests that update a dependency file label Jan 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants