Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

[Snyk] Upgrade sequelize from 6.9.0 to 6.25.5 #28

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

Conversation

mhzawadi
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade sequelize from 6.9.0 to 6.25.5.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 47 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-11-07.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
SQL Injection
SNYK-JS-SEQUELIZE-2959225
564/1000
Why? Has a fix available, CVSS 7
No Known Exploit
SQL Injection
SNYK-JS-SEQUELIZE-2932027
564/1000
Why? Has a fix available, CVSS 7
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOMENT-2944238
564/1000
Why? Has a fix available, CVSS 7
Proof of Concept
Directory Traversal
SNYK-JS-MOMENT-2440688
564/1000
Why? Has a fix available, CVSS 7
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: sequelize
  • 6.25.5 - 2022-11-07

    6.25.5 (2022-11-07)

    Bug Fixes

  • 6.25.4 - 2022-11-05

    6.25.4 (2022-11-05)

    Bug Fixes

    • types: add instance.dataValues property to model.d.ts (#15240) (00c6da3)
  • 6.25.3 - 2022-10-19

    6.25.3 (2022-10-19)

    Bug Fixes

    • don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix (#15139) (7990095), closes #14700
  • 6.25.2 - 2022-10-15

    6.25.2 (2022-10-15)

    Bug Fixes

    • types: fix TS 4.9 excessive depth error on InferAttributes (v6) (#15135) (851daaf)
  • 6.25.1 - 2022-10-13

    6.25.1 (2022-10-13)

    Bug Fixes

    • types: expose legacy "types" folder in export alias ( #15123) (9dd93b8)
  • 6.25.0 - 2022-10-11

    6.25.0 (2022-10-11)

    Features

    • oracle: add support for dialectOptions.connectString (#15042) (06ad05d)
  • 6.24.0 - 2022-10-04

    6.24.0 (2022-10-04)

    Features

    • snowflake: Add support for QueryGenerator#tableExistsQuery (#15087) (a44772e)
  • 6.23.2 - 2022-09-27

    6.23.2 (2022-09-27)

    Bug Fixes

    • postgres: add custom order direction to subQuery ordering with minified alias (#15056) (7203b66)
  • 6.23.1 - 2022-09-22
  • 6.23.0 - 2022-09-17
  • 6.22.1 - 2022-09-16
  • 6.22.0 - 2022-09-15
  • 6.21.6 - 2022-09-09
  • 6.21.5 - 2022-09-08
  • 6.21.4 - 2022-08-18
  • 6.21.3 - 2022-07-11
  • 6.21.2 - 2022-06-28
  • 6.21.1 - 2022-06-25
  • 6.21.0 - 2022-06-16
  • 6.20.1 - 2022-05-27
  • 6.20.0 - 2022-05-23
  • 6.19.2 - 2022-05-18
  • 6.19.1 - 2022-05-17
  • 6.19.0 - 2022-04-12
  • 6.18.0 - 2022-04-03
  • 6.17.0 - 2022-02-25
  • 6.16.3 - 2022-02-24
  • 6.16.2 - 2022-02-18
  • 6.16.1 - 2022-02-09
  • 6.16.0 - 2022-02-08
  • 6.15.1 - 2022-02-06
  • 6.15.0 - 2022-01-29
  • 6.14.1 - 2022-01-25
  • 6.14.0 - 2022-01-22
  • 6.13.0 - 2022-01-10
  • 6.12.5 - 2022-01-04
  • 6.12.4 - 2021-12-28
  • 6.12.3 - 2021-12-27
  • 6.12.2 - 2021-12-22
  • 6.12.1 - 2021-12-21
  • 6.12.0 - 2021-12-17
  • 6.12.0-beta.3 - 2021-12-12
  • 6.12.0-beta.2 - 2021-12-10
  • 6.12.0-beta.1 - 2021-12-04
  • 6.12.0-alpha.1 - 2021-11-19
  • 6.11.0 - 2021-11-18
  • 6.10.0 - 2021-11-18
  • 6.9.0 - 2021-11-01
from sequelize GitHub release notes
Commit messages
Package name: sequelize
  • 67e69cd fix: remove options.model overwrite on bulkUpdate (#15252)
  • 00c6da3 fix(types): add instance.dataValues property to model.d.ts (#15240)
  • bf98d7c meta: swap Slack links (#15159)
  • 7990095 fix: don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix (#15139)
  • 851daaf fix(types): fix TS 4.9 excessive depth error on `InferAttributes` (v6) (#15135)
  • 9dd93b8 fix(types): expose legacy "types" folder in export alias ( #15123)
  • 06ad05d feat(oracle): add support for `dialectOptions.connectString` (#15042)
  • a44772e feat(snowflake): Add support for `QueryGenerator#tableExistsQuery` (#15087)
  • 55051d0 docs: add missing ssl options for sequelize instance (v6) (#15049)
  • 5c88734 docs(model): Added paranoid option for Model.BelongsToMany.through (#15065)
  • 7203b66 fix(postgres): add custom order direction to subQuery ordering with minified alias (#15056)
  • 5f621d7 fix(oracle): add support for Oracle DB 18c CI (#15016)
  • 3468378 feat(types): add typescript 4.8 compatibility (#14990)
  • 1da6657 fix(types): missing type for oracle dialect in v6 (#14992)
  • c230d80 feat(oracle): add oracle dialect support (#14638)
  • 33d94b2 fix(types): backport #14704 for v6 (#14964)
  • e3a5279 meta: update retry-as-promised (#14966)
  • d047f32 fix(mariadb): do not automatically parse JSON fields (#14800)
  • 7eacb9d meta: update types property package.json (#14909)
  • 5a257bc fix: minified aliases are now properly referenced in subqueries (v6) (#14852)
  • ecf49d0 docs: fix missing closing quotation mark (#14786)
  • 5ab51a8 meta: fix alignment logo (v6) (#14745)
  • 90bb694 fix(postgres): attach postgres error-handler earlier in lifecycle (v6) (#14731)
  • 7bb60e3 fix: properly escaoe multiple `$` in `fn` args (#14678)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants