Bump sequelize from 6.3.5 to 6.29.0 in /server #7

Closed
dependabot[bot] wants to merge 0 commits from dependabot/npm_and_yarn/server/sequelize-6.29.0 into master
dependabot[bot] commented 2023-05-23 12:46:19 +00:00 (Migrated from github.com)

Bumps sequelize from 6.3.5 to 6.29.0.

Release notes

Sourced from sequelize's releases.

v6.29.0

6.29.0 (2023-02-23)

Features

  • throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a)

v6.28.2

6.28.2 (2023-02-22)

Bug Fixes

v6.28.1

6.28.1 (2023-02-21)

Bug Fixes

v6.28.0

6.28.0 (2022-12-20)

Features

  • types: use retry-as-promised types for retry options to match documentation (#15484) (fd4afa6)

v6.26.0

6.26.0 (2022-11-29)

Features

v6.25.8

6.25.8 (2022-11-22)

Bug Fixes

v6.25.7

... (truncated)

Commits
  • d3f5b5a feat: throw an error if attribute includes parentheses (fixes CVE-2023-22578)...
  • 53bd9b7 meta: fix null test getWhereConditions (#15705)
  • 13f2e89 fix: accept undefined in where (#15703)
  • d9e0728 fix: throw if where receives an invalid value (#15699)
  • 48d6193 fix: update moment-timezone version (#15685)
  • fd4afa6 feat(types): use retry-as-promised types for retry options to match documenta...
  • 1247c01 feat: add support for bigints (backport of #14485) (#15413)
  • 94beace feat(postgres): add support for lock_timeout #15345 (#15355)
  • 7885000 fix(oracle): remove hardcoded maxRows value (#15323)
  • bc39fd6 fix: fix parameters not being replaced when after $$ strings (#15307)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sdepold, a new releaser for sequelize since your current version.


Dependabot compatibility score

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 [sequelize](https://github.com/sequelize/sequelize) from 6.3.5 to 6.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sequelize/sequelize/releases">sequelize's releases</a>.</em></p> <blockquote> <h2>v6.29.0</h2> <h1><a href="https://github.com/sequelize/sequelize/compare/v6.28.2...v6.29.0">6.29.0</a> (2023-02-23)</h1> <h3>Features</h3> <ul> <li>throw an error if attribute includes parentheses (fixes CVE-2023-22578) (<a href="https://redirect.github.com/sequelize/sequelize/issues/15710">#15710</a>) (<a href="https://github.com/sequelize/sequelize/commit/d3f5b5a65e297f4b6861e6a6ce335a9830b28781">d3f5b5a</a>)</li> </ul> <h2>v6.28.2</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.28.1...v6.28.2">6.28.2</a> (2023-02-22)</h2> <h3>Bug Fixes</h3> <ul> <li>accept undefined in where (<a href="https://redirect.github.com/sequelize/sequelize/issues/15703">#15703</a>) (<a href="https://github.com/sequelize/sequelize/commit/13f2e89f8b6147897e3e43f01487de51aebcde87">13f2e89</a>)</li> </ul> <h2>v6.28.1</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.28.0...v6.28.1">6.28.1</a> (2023-02-21)</h2> <h3>Bug Fixes</h3> <ul> <li>throw if where receives an invalid value (<a href="https://redirect.github.com/sequelize/sequelize/issues/15699">#15699</a>) (<a href="https://github.com/sequelize/sequelize/commit/d9e0728f2c2c5ae319f337c78091e1081440595d">d9e0728</a>)</li> <li>update moment-timezone version (<a href="https://redirect.github.com/sequelize/sequelize/issues/15685">#15685</a>) (<a href="https://github.com/sequelize/sequelize/commit/48d619379108320831c9c6a0ec42bfda6586fec5">48d6193</a>)</li> </ul> <h2>v6.28.0</h2> <h1><a href="https://github.com/sequelize/sequelize/compare/v6.27.0...v6.28.0">6.28.0</a> (2022-12-20)</h1> <h3>Features</h3> <ul> <li><strong>types:</strong> use retry-as-promised types for retry options to match documentation (<a href="https://redirect.github.com/sequelize/sequelize/issues/15484">#15484</a>) (<a href="https://github.com/sequelize/sequelize/commit/fd4afa6a89c111c6d6d0c94f0b98bf421b5357b6">fd4afa6</a>)</li> </ul> <h2>v6.26.0</h2> <h1><a href="https://github.com/sequelize/sequelize/compare/v6.25.8...v6.26.0">6.26.0</a> (2022-11-29)</h1> <h3>Features</h3> <ul> <li><strong>postgres:</strong> add support for lock_timeout [<a href="https://redirect.github.com/sequelize/sequelize/issues/15345">#15345</a>] (<a href="https://redirect.github.com/sequelize/sequelize/issues/15355">#15355</a>) (<a href="https://github.com/sequelize/sequelize/commit/94beace4ca666765ec9c84a3f7ef0e826e09699d">94beace</a>)</li> </ul> <h2>v6.25.8</h2> <h2><a href="https://github.com/sequelize/sequelize/compare/v6.25.7...v6.25.8">6.25.8</a> (2022-11-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>oracle:</strong> remove hardcoded maxRows value (<a href="https://redirect.github.com/sequelize/sequelize/issues/15323">#15323</a>) (<a href="https://github.com/sequelize/sequelize/commit/7885000a70eb451100fa8f54d45361887241521c">7885000</a>)</li> </ul> <h2>v6.25.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sequelize/sequelize/commit/d3f5b5a65e297f4b6861e6a6ce335a9830b28781"><code>d3f5b5a</code></a> feat: throw an error if attribute includes parentheses (fixes CVE-2023-22578)...</li> <li><a href="https://github.com/sequelize/sequelize/commit/53bd9b78c18992765a5a078e3d759199c4de69a7"><code>53bd9b7</code></a> meta: fix null test getWhereConditions (<a href="https://redirect.github.com/sequelize/sequelize/issues/15705">#15705</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/13f2e89f8b6147897e3e43f01487de51aebcde87"><code>13f2e89</code></a> fix: accept undefined in where (<a href="https://redirect.github.com/sequelize/sequelize/issues/15703">#15703</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/d9e0728f2c2c5ae319f337c78091e1081440595d"><code>d9e0728</code></a> fix: throw if where receives an invalid value (<a href="https://redirect.github.com/sequelize/sequelize/issues/15699">#15699</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/48d619379108320831c9c6a0ec42bfda6586fec5"><code>48d6193</code></a> fix: update moment-timezone version (<a href="https://redirect.github.com/sequelize/sequelize/issues/15685">#15685</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/fd4afa6a89c111c6d6d0c94f0b98bf421b5357b6"><code>fd4afa6</code></a> feat(types): use retry-as-promised types for retry options to match documenta...</li> <li><a href="https://github.com/sequelize/sequelize/commit/1247c01265743e4bdbd6d91a51cf64cd9d1e6617"><code>1247c01</code></a> feat: add support for bigints (backport of <a href="https://redirect.github.com/sequelize/sequelize/issues/14485">#14485</a>) (<a href="https://redirect.github.com/sequelize/sequelize/issues/15413">#15413</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/94beace4ca666765ec9c84a3f7ef0e826e09699d"><code>94beace</code></a> feat(postgres): add support for lock_timeout <a href="https://redirect.github.com/sequelize/sequelize/issues/15345">#15345</a> (<a href="https://redirect.github.com/sequelize/sequelize/issues/15355">#15355</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/7885000a70eb451100fa8f54d45361887241521c"><code>7885000</code></a> fix(oracle): remove hardcoded maxRows value (<a href="https://redirect.github.com/sequelize/sequelize/issues/15323">#15323</a>)</li> <li><a href="https://github.com/sequelize/sequelize/commit/bc39fd69919e0af0cb0732ca9bfe3e60691c778a"><code>bc39fd6</code></a> fix: fix parameters not being replaced when after $$ strings (<a href="https://redirect.github.com/sequelize/sequelize/issues/15307">#15307</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sequelize/sequelize/compare/v6.3.5...v6.29.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~sdepold">sdepold</a>, a new releaser for sequelize since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sequelize&package-manager=npm_and_yarn&previous-version=6.3.5&new-version=6.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/Arctichawk1/Hospital-Management-System/network/alerts). </details>
dependabot[bot] commented 2023-05-24 15:51:41 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.