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

build(deps): bump tough-cookie and n8n-core #25

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2023

Bumps tough-cookie to 4.1.3 and updates ancestor dependency n8n-core. These dependencies need to be updated together.

Updates tough-cookie from 4.1.2 to 4.1.3

Release notes

Sourced from tough-cookie's releases.

4.1.3

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

Commits
  • 4ff4d29 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)
  • 12d4747 Prevent prototype pollution in cookie memstore (#283)
  • f06b72d Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...
  • See full diff in compare view

Updates n8n-core from 0.161.2 to 1.0.1

Changelog

Sourced from n8n-core's changelog.

1.0.1 (2023-07-05)

Bug Fixes

  • core: Fix credentials test (#6569) (8f244df)
  • core: Fix migrations for MySQL/MariaDB (#6591) (b9da67b)
  • core: Make node execution order configurable, and backward-compatible (#6507) (d97edbc)
  • core: Update pruning related config defaults for v1 (#6577) (ffb4e47)
  • editor: Restore expression completions (#6566) (516e572)
  • editor: Show retry information in execution list only when it exists (#6587) (2580286)
  • Sendy Node: Fix issue with brand id not being sent (#6530) (b9e5211)
  • Strapi Node: Fix issue with pagination (#4991) (4253b48)
  • XML Node: Fix issue with not returning valid data (#6565) (c2b9d5a)

Features

  • Add missing input panels to some trigger nodes (#6518) (3b12864)

1.0.0 (2023-06-27)

⚠️ BREAKING CHANGES

  • core Docker containers now run as the user node instead of root (#6365) (f636616)
  • core Drop debian and rhel7 images (#6365) (f636616)
  • core Drop support for deprecated WEBHOOK_TUNNEL_URL env variable (#6363)
  • core Execution mode defaults to main now, instead of own (#6363)
  • core Default push backend is websocket now, instead of sse (#6363)
  • core Stop loading custom/community nodes from n8n's node_modules folder (#6396) (a45a2c8)
  • core User management is mandatory now. basic-auth, external-jwt-auth, and no-auth options are removed (#6362) (8c008f5)
  • core Allow syntax errors and expression errors to fail executions (#6352) (1197811)
  • core Drop support for request library and N8N_USE_DEPRECATED_REQUEST_LIB env variable (#6413) (632ea27)
  • core Make date extensions outputs match inputs (#6435) (85372aa)
  • core Drop support for executeSingle method on nodes (#4853) (9194d8b)
  • core Change data processing for multi-input-nodes (#4238) (b8458a5)

Bug Fixes

  • core: All migrations should run in a transaction (#6519) (e152cfe)
  • Edit Image Node: Fix transparent operation (#6513) (4a4bcbc)
  • Google Drive Node: URL parsing (#6527) (18aa9f3)
  • Google Sheets Node: Incorrect read of 0 and false (#6525) (b6202b5)
  • Merge Node: Enrich input 2 fix (#6526) (70822ce)
  • Notion Node: Version fix (#6531) (d3d8522)
  • Show error when referencing node that exist but has not been executed (#6496) (3db2707)

... (truncated)

Commits
  • b47ee52 🚀 Release 1.0.1 (#6606)
  • d97edbc fix(core): Make node execution order configurable, and backward-compatible (#...
  • f0dfc3c ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog)
  • 516e572 fix(editor): Restore expression completions (#6566)
  • 075fd02 refactor: Remove basic auth env vars from docker compose stacks (#6570)
  • b9da67b fix(core): Fix migrations for MySQL/MariaDB (#6591)
  • 2580286 fix(editor): Show retry information in execution list only when it exists (#6...
  • 4253b48 fix(Strapi Node): Fix issue with pagination (#4991)
  • c906e73 fix(core): Route /rest/workflows/new correctly (no-changelog) (#6572)
  • c2b9d5a fix(XML Node): Fix issue with not returning valid data (#6565)
  • 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 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 [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependency [n8n-core](https://github.com/n8n-io/n8n). These dependencies need to be updated together.


Updates `tough-cookie` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)

Updates `n8n-core` from 0.161.2 to 1.0.1
- [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-editor-ui@0.161.2...n8n@1.0.1)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: n8n-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 9, 2023
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