Bump sequelize from 6.33.0 to 6.35.0

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.33.0 to 6.35.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.33.0...v6.35.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-13 15:03:35 +00:00
committed by GitHub
parent 18f2455649
commit 0178c62957
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.2",
"sequelize": "^6.33.0",
"sequelize": "^6.35.0",
"sqlite3": "^5.1.6",
"uuid": "^9.0.1"
},

View File

@ -1465,10 +1465,10 @@ sequelize-pool@^7.1.0:
resolved "https://registry.npmjs.org/sequelize-pool/-/sequelize-pool-7.1.0.tgz"
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==
sequelize@^6.33.0:
version "6.33.0"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.33.0.tgz#45c70d52687f1c7eae3a0496f21f7055d99b46da"
integrity sha512-GkeCbqgaIcpyZ1EyXrDNIwktbfMldHAGOVXHGM4x8bxGSRAOql5htDWofPvwpfL/FoZ59CaFmfO3Mosv1lDbQw==
sequelize@^6.35.0:
version "6.35.0"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.35.0.tgz#70a1fa28aff73403ce85c1da1155c6f851a88c2a"
integrity sha512-cnxnmjUfphGfSKCwTtNZ3YD/F35fqMTNPw/Qe9xsMij49t6LkW2G57sNQkuKac8fkQgSX+M8OZOQsxCS6dnUwQ==
dependencies:
"@types/debug" "^4.1.8"
"@types/validator" "^13.7.17"