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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axios and n8n-core in /n8n #53

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates axios from 0.21.4 to 1.6.2

Release notes

Sourced from axios's releases.

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.

Contributors to this release

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

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 )

📢 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.

Contributors to this release

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

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.

1.6.0 (2023-10-26)

Bug Fixes

... (truncated)

Commits
  • b3be365 chore(release): v1.6.2 (#6082)
  • 8739acb chore(ci): removed redundant release action; (#6081)
  • bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
  • a2b0fb3 chore(docs): update README.md (#6048)
  • b12a608 chore(ci): removed paths-ignore filter; (#6080)
  • 0c9d886 chore(ci): reworked ignoring files logic; (#6079)
  • 30873ee chore(ci): add paths-ignore config to testing action; (#6078)
  • cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
  • 7009715 chore(ci): fixed release notification action; (#6064)
  • 7144f10 chore(ci): fixed release notification action; (#6063)
  • Additional commits viewable in compare view

Updates n8n-core from 1.6.0 to 1.25.0

Changelog

Sourced from n8n-core's changelog.

1.25.0 (2024-01-17)

Bug Fixes

  • Add fallback resolver for langchain modules (#8308) (851060d)
  • API: Fix manual chat trigger execution (#8300) (884396e)
  • AwsS3 Node: Return confirmation of success after upload (#8312) (c921665)
  • core: Account for immediate confirmation request during test webhook creation (#8329) (5fbd797)
  • core: Ensure waiting executions account for workflow timezone (#8340) (3734c89)
  • core: Parse any readable stream response instead of only IncomingMessage (#8359) (eb1320f)
  • core: Prevent invalid compressed responses from making executions stuck forever (#8315) (0776814)
  • core: Prevent issues with missing or mismatching encryption key (#8332) (d4c93b1)
  • core: Prevent NodeErrors from being wrapped multiple times (#8301) (b267bf0)
  • core: Replace all moment imports with moment-timezone (#8337) (52a2e25)
  • core: Report when waitTill is invalid and handle it (#8356) (d5455d7)
  • editor: Add read only mode to filter component (#8285) (dcc76f3)
  • editor: Capture indexed access expressions when building completions (#8331) (159b328)
  • editor: Fix issue with synchronization table on LDAP not loading data (#8327) (6b92d49)
  • editor: Properly set colors for connections and labels on nodes with pinned data (#8209) (3b8ccb9)
  • Fix node graph telemetry with default values (#8297) (93b969a)
  • Google Drive Node: Fix issue preventing service account from downloading files (#7642) (cf7131d)
  • HTTP Request Node: Delete response.request only when it's a valid circular references (#8293) (05c43fa)
  • Microsoft SQL Node: Fix "Maximum call stack size exceeded" error on too many rows (#8334) (bb2be8d)
  • Ollama Model Node: Use a simpler credentials test (#8318) (63b738a)
  • OpenAI Node: Load correct models for operation (#8313) (a6a5372)
  • Properly output saml validation errors (#8284) (8c7f399)
  • Salesforce Node: Upgrade to API version 59 (#8346) (b51cbb3)
  • Supabase Node: Pagination for get all rows (#8311) (e080476)
  • Venafi TLS Protect Cloud Node: Remove parameter Application Server Type (#8325) (e3cedf7)
  • Venafi TLS Protect Cloud Trigger Node: Handle new webhook payload format (#8326) (057d7d0)

Features

  • core: Implement inter-main communication for test webhooks in multi-main setup (#8267) (1a0e285)
  • editor: Add new /templates/search endpoint (#8227) (4277e92)
  • Implement Chat Memory Manager node (#8127) (464be93)

1.24.0 (2024-01-10)

Bug Fixes

... (truncated)

Commits
  • 7268d24 🚀 Release 1.25.0 (#8362)
  • 771d2fa test(core): Fix cleanup in test teardown script (no-changelog) (#8361)
  • d5455d7 fix(core): Report when waitTill is invalid and handle it (#8356)
  • 48a0f91 docs(Discord Node): Better OAuth description (no-changelog) (#8350)
  • b51cbb3 fix(Salesforce Node): Upgrade to API version 59 (#8346)
  • eb1320f fix(core): Parse any readable stream response instead of only IncomingMessage...
  • 159b328 fix(editor): Capture indexed access expressions when building completions (#8...
  • 7cdbb42 refactor(core): Move methods from WorkflowHelpers into various workflow servi...
  • ab52aaf feat(Redis Node): Update node-redis (no-changelog) (#8269)
  • 3734c89 fix(core): Ensure waiting executions account for workflow timezone (#8340)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

zhangyangyu and others added 2 commits January 18, 2024 15:35
Bumps [axios](https://github.com/axios/axios) to 1.6.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.6.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.6.2)

Updates `n8n-core` from 1.6.0 to 1.25.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/[email protected]@1.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2024
@xuanyu66
Copy link
Collaborator

@dependabot rebase

@xuanyu66 xuanyu66 closed this Feb 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/n8n/axios-and-n8n-core-1.6.2 branch February 20, 2024 08:49
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.

2 participants