[PR #31] chore(deps): bump sequelize from 5.21.3 to 6.29.0 #31

Open
opened 2026-05-22 22:03:05 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/discworld/pull/31
Author: @dependabot[bot]
Created: 2/24/2023
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/sequelize-6.29.0


📝 Commits (1)

  • c207af8 chore(deps): bump sequelize from 5.21.3 to 6.29.0

📊 Changes

2 files changed (+107 additions, -90 deletions)

View changed files

📝 packages/server/package.json (+1 -1)
📝 yarn.lock (+106 -89)

📄 Description

Bumps sequelize from 5.21.3 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.27.0

6.27.0 (2022-12-12)

Features

v6.26.0

6.26.0 (2022-11-29)

Features

v6.25.8

... (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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/discworld/pull/31 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/sequelize-6.29.0` --- ### 📝 Commits (1) - [`c207af8`](https://github.com/JakeStanger/discworld/commit/c207af86c6fe08fa6f0ba7de3d07bb5dc6037171) chore(deps): bump sequelize from 5.21.3 to 6.29.0 ### 📊 Changes **2 files changed** (+107 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `packages/server/package.json` (+1 -1) 📝 `yarn.lock` (+106 -89) </details> ### 📄 Description Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.21.3 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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/sequelize/sequelize/issues/15484">#15484</a>) (<a href="https://github.com/sequelize/sequelize/commit/fd4afa6a89c111c6d6d0c94f0b98bf421b5357b6">fd4afa6</a>)</li> </ul> <h2>v6.27.0</h2> <h1><a href="https://github.com/sequelize/sequelize/compare/v6.26.0...v6.27.0">6.27.0</a> (2022-12-12)</h1> <h3>Features</h3> <ul> <li>add support for bigints (backport of <a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/14485">#14485</a>) (<a href="https://github-redirect.dependabot.com/sequelize/sequelize/issues/15413">#15413</a>) (<a href="https://github.com/sequelize/sequelize/commit/1247c01265743e4bdbd6d91a51cf64cd9d1e6617">1247c01</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://github-redirect.dependabot.com/sequelize/sequelize/issues/15345">#15345</a>] (<a href="https://github-redirect.dependabot.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> <!-- 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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/sequelize/sequelize/issues/14485">#14485</a>) (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/sequelize/sequelize/issues/15345">#15345</a> (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/sequelize/sequelize/issues/15307">#15307</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sequelize/sequelize/compare/v5.21.3...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=5.21.3&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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/JakeStanger/discworld/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/discworld#31
No description provided.