Bump sequelize from 6.34.0 to 6.35.1

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.34.0 to 6.35.1.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.34.0...v6.35.1)

---
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-19 23:18:48 +00:00 committed by GitHub
parent 5700266156
commit 4a27bf1798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"express-session": "^1.17.3",
"js-yaml": "^4.1.0",
"redis": "^4.6.5",
"sequelize": "^6.32.1",
"sequelize": "^6.35.1",
"socket.io": "^4.6.1",
"sqlite3": "^5.1.6",
"systeminformation": "^5.17.12"
@ -2129,9 +2129,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/sequelize": {
"version": "6.34.0",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.34.0.tgz",
"integrity": "sha512-B3eYLG4nUnsIcPO8k6UH6bqSf5Hi3HHCEtcwfiKsp2J0iG3tv9v8lpHFz6Qd8g5QnWxAl9R5rCCXG8fRWo902Q==",
"version": "6.35.1",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.35.1.tgz",
"integrity": "sha512-UlP5k33nJsN11wCDLaWZXw9bB8w4ESKc5QmG6D04qMimwBwKVNeqRJiaaBlEJdtg8cRK+OJh95dliP+uEi+g9Q==",
"funding": [
{
"type": "opencollective",

View file

@ -16,7 +16,7 @@
"express-session": "^1.17.3",
"js-yaml": "^4.1.0",
"redis": "^4.6.5",
"sequelize": "^6.32.1",
"sequelize": "^6.35.1",
"socket.io": "^4.6.1",
"sqlite3": "^5.1.6",
"systeminformation": "^5.17.12"