From c7e34873c3fd1dcaff20123bfa940200a3adbaaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:20:15 +0000 Subject: [PATCH] Bump sequelize from 6.28.0 to 6.29.2 Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.28.0 to 6.29.2. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v6.28.0...v6.29.2) --- updated-dependencies: - dependency-name: sequelize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 128b5fa..5bfc02d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "mysql2": "^2.3.3", "node-cron": "^3.0.2", "quickchart-js": "^3.1.1", - "sequelize": "^6.28.0", + "sequelize": "^6.29.2", "twitter": "^1.7.1", "uuid": "^9.0.0", "zlib-sync": "^0.1.7" @@ -2547,9 +2547,9 @@ "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==" }, "node_modules/sequelize": { - "version": "6.28.0", - "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.0.tgz", - "integrity": "sha512-+WHqvUQgTp19GLkt+gyQ+F6qg+FIEO2O5F9C0TOYV/PjZ2a/XwWvVkL1NCkS4VSIjVVvAUutiW6Wv9ofveGaVw==", + "version": "6.29.2", + "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.29.2.tgz", + "integrity": "sha512-CxtPKhs8R/vDgxvxqDlDsIYyexuOfLOHnud34/YnEwu206wTOCC8+FG/1vwvAqobtaj7Mqa+onn28eqatv+nGg==", "funding": [ { "type": "opencollective", @@ -2564,7 +2564,7 @@ "inflection": "^1.13.2", "lodash": "^4.17.21", "moment": "^2.29.1", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.35", "pg-connection-string": "^2.5.0", "retry-as-promised": "^7.0.3", "semver": "^7.3.5", @@ -4913,9 +4913,9 @@ "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==" }, "sequelize": { - "version": "6.28.0", - "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.0.tgz", - "integrity": "sha512-+WHqvUQgTp19GLkt+gyQ+F6qg+FIEO2O5F9C0TOYV/PjZ2a/XwWvVkL1NCkS4VSIjVVvAUutiW6Wv9ofveGaVw==", + "version": "6.29.2", + "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.29.2.tgz", + "integrity": "sha512-CxtPKhs8R/vDgxvxqDlDsIYyexuOfLOHnud34/YnEwu206wTOCC8+FG/1vwvAqobtaj7Mqa+onn28eqatv+nGg==", "requires": { "@types/debug": "^4.1.7", "@types/validator": "^13.7.1", @@ -4924,7 +4924,7 @@ "inflection": "^1.13.2", "lodash": "^4.17.21", "moment": "^2.29.1", - "moment-timezone": "^0.5.34", + "moment-timezone": "^0.5.35", "pg-connection-string": "^2.5.0", "retry-as-promised": "^7.0.3", "semver": "^7.3.5", diff --git a/package.json b/package.json index ad37cd4..119e7f0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "mysql2": "^2.3.3", "node-cron": "^3.0.2", "quickchart-js": "^3.1.1", - "sequelize": "^6.28.0", + "sequelize": "^6.29.2", "twitter": "^1.7.1", "uuid": "^9.0.0", "zlib-sync": "^0.1.7"