mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
chore(deps): bump sequelize from 6.23.1 to 6.23.2
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.23.1 to 6.23.2. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v6.23.1...v6.23.2) --- updated-dependencies: - dependency-name: sequelize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8fd56a7fc7
commit
e577879a1f
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
"node-fetch": "2",
|
"node-fetch": "2",
|
||||||
"redis": "3",
|
"redis": "3",
|
||||||
"require-reload": "^0.2.2",
|
"require-reload": "^0.2.2",
|
||||||
"sequelize": "^6.23.1",
|
"sequelize": "^6.23.2",
|
||||||
"sqlite3": "^5.1.1"
|
"sqlite3": "^5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1383,10 +1383,10 @@ sequelize-pool@^7.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-7.1.0.tgz#210b391af4002762f823188fd6ecfc7413020768"
|
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-7.1.0.tgz#210b391af4002762f823188fd6ecfc7413020768"
|
||||||
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==
|
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==
|
||||||
|
|
||||||
sequelize@^6.23.1:
|
sequelize@^6.23.2:
|
||||||
version "6.23.1"
|
version "6.23.2"
|
||||||
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.23.1.tgz#5762b471a5efc05fc021e321574335b95c67ae78"
|
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.23.2.tgz#bd343ac8326725845e071b1dd782bbf6c02be476"
|
||||||
integrity sha512-z8EwzAthEfw0kAaFfqjN36DF6EjfUIEScThl2meKTJLgQiRb+I0t+3J7faNAsC/bhQ6GVD4W7dKXP3DOtAjAKg==
|
integrity sha512-0jy5pkRV7LZlBArIrYKfpKa+DowC+fIcI6LrWDfvdqFmuXZfmS4qq8gzFmIu0C210ts2Mmw/dghzRhX73xPoMg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/debug" "^4.1.7"
|
"@types/debug" "^4.1.7"
|
||||||
"@types/validator" "^13.7.1"
|
"@types/validator" "^13.7.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue