diff options
author | dependabot[bot] | 2024-10-30 10:07:37 +0000 |
---|---|---|
committer | vitalyster | 2024-10-30 03:24:38 -0700 |
commit | 452ed2985ebc5ec48efb200b0244742f36e4cc81 (patch) | |
tree | 28bf3390c7a2e39ad04fbdc554c3f83cdab948c1 | |
parent | f26a86f54bd7f13513bc466083e253c7f54b0016 (diff) |
build(deps): bump sequelize from 6.37.4 to 6.37.5
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.37.4 to 6.37.5.
- [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.4...v6.37.5)
---
updated-dependencies:
- dependency-name: sequelize
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index e8096cbe..b5181b33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-hook-form": "^7.53.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", - "sequelize": "^6.37.4", + "sequelize": "^6.37.5", "sqlite3": "^5.1.7", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", @@ -19164,9 +19164,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/sequelize": { - "version": "6.37.4", - "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.4.tgz", - "integrity": "sha512-+8B0p00EKmxJpwwruDI0drxh4wNSC0YB9pVhOajRzfMI+uIDi5V7rJPC8RTTkLmKUoAIatJZn6lW9gj6bmmYKQ==", + "version": "6.37.5", + "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.5.tgz", + "integrity": "sha512-10WA4poUb3XWnUROThqL2Apq9C2NhyV1xHPMZuybNMCucDsbbFuKg51jhmyvvAUyUqCiimwTZamc3AHhMoBr2Q==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 33455d8d..fd825c03 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-hook-form": "^7.53.1", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.27.0", - "sequelize": "^6.37.4", + "sequelize": "^6.37.5", "sqlite3": "^5.1.7", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", |