Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

[Snyk] Upgrade sequelize from 6.6.2 to 6.9.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade sequelize from 6.6.2 to 6.9.0
Snyk has created this PR to upgrade sequelize from 6.6.2 to 6.9.0.

See this package in npm:
https://www.npmjs.com/package/sequelize

See this project in Snyk:
https://app.snyk.io/org/jswheeler/project/5b9ad877-8370-4412-b15b-776fef739612?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 23, 2021
commit d20ff59af5cafcd158d11c4e7ce08998f53d5458
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"pgtools": "^0.3.0",
"sequelize": "^6.3.5",
"sequelize": "^6.9.0",
"tc-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper",
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6",
"winston": "^3.2.1"
Expand Down