From 1ecf25c04be4877c5484f329f44028ceeb221156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:22:43 +0000 Subject: [PATCH] Bump sequelize from 6.37.3 to 6.37.4 Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.37.3 to 6.37.4. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md) - [Commits](https://github.com/sequelize/sequelize/compare/v6.37.3...v6.37.4) --- updated-dependencies: - dependency-name: sequelize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index f00a5c4b5c..adf22b2347 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17942,9 +17942,9 @@ sequelize-typescript@^2.0.0: glob "7.2.0" sequelize@^6.31.0: - version "6.37.3" - resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.37.3.tgz#ed6212029a52c59a18638d2a703da84bc2f81311" - integrity sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A== + version "6.37.4" + resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.37.4.tgz#6afbe036c2996dc5d1f5e77622e9c866269b977a" + integrity sha512-+8B0p00EKmxJpwwruDI0drxh4wNSC0YB9pVhOajRzfMI+uIDi5V7rJPC8RTTkLmKUoAIatJZn6lW9gj6bmmYKQ== dependencies: "@types/debug" "^4.1.8" "@types/validator" "^13.7.17"