Skip to content

Commit

Permalink
Merge pull request #750 from MRVMV/depfu/update/example/yarn/sequeliz…
Browse files Browse the repository at this point in the history
…e-6.37.2

[example] Update sequelize 6.37.1 → 6.37.2 (patch)
  • Loading branch information
mergify[bot] committed Mar 31, 2024
2 parents a8bf13a + 3a4c9b7 commit 77c98b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "MRVMV",
"license": "MIT",
"dependencies": {
"sequelize": "^6.37.1",
"sequelize": "^6.37.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1105,10 +1105,10 @@ sequelize-pool@^7.1.0:
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-7.1.0.tgz#210b391af4002762f823188fd6ecfc7413020768"
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==

sequelize@^6.37.1:
version "6.37.1"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.37.1.tgz#9380fe0a3b5ff17638d3fce30c3cf3a2396c2343"
integrity sha512-vIKKzQ9dGp2aBOxQRD1FmUYViuQiKXSJ8yah8TsaBx4U3BokJt+Y2A0qz2C4pj08uX59qpWxRqSLEfRmVOEgQw==
sequelize@^6.37.2:
version "6.37.2"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.37.2.tgz#f98052f81c40c26ba85382fcb35e7346308542f4"
integrity sha512-bnb7swGANONXCTrVyebpOOZssLwQrVkYX2tcC6qOIvH+P+OhsoMBi7c3GXI5bC+Z4b4tOl+kQy6yeqLCZ1YQAQ==
dependencies:
"@types/debug" "^4.1.8"
"@types/validator" "^13.7.17"
Expand Down

0 comments on commit 77c98b5

Please sign in to comment.