From 677bcd8c12044139b5a1bb0d2585bae0641afb5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 05:03:37 +0000 Subject: [PATCH] Bump sequelize from 5.10.0 to 5.10.1 Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](https://github.com/sequelize/sequelize/compare/v5.10.0...v5.10.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc8dd49..2bf970c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "express": "^4.17.1", "nodemon": "^1.19.1", "pg": "^7.11.0", - "sequelize": "^5.9.4", + "sequelize": "^5.10.1", "sqlite3": "^4.0.9" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 6ecc89f..a98d56e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2042,10 +2042,10 @@ sequelize-pool@^2.3.0: resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-2.3.0.tgz#64f1fe8744228172c474f530604b6133be64993d" integrity sha512-Ibz08vnXvkZ8LJTiUOxRcj1Ckdn7qafNZ2t59jYHMX1VIebTAOYefWdRYFt6z6+hy52WGthAHAoLc9hvk3onqA== -sequelize@^5.9.4: - version "5.10.0" - resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.10.0.tgz#ffa72622d11fee87e002c6e7cfa68c1674755dd3" - integrity sha512-hceVQKM9WmdB1aM+F+Ach8aZrU7RMyPeXFol7de0HRo+GkAqSl054WB4a00CRVnZ/73/EdpXRJMKNLIjraSmOg== +sequelize@^5.10.1: + version "5.10.1" + resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.10.1.tgz#ac12614fee2fd40417c4df585dcc28ba2ccf2c57" + integrity sha512-wE7jOUABVD9Kr8pAchRqk5quHoqE3tUHfKJ/WdLyZjHx4oMK5YWv1MEiny9DmiOlXOf1JNXwbPL9imSvzFq7aw== dependencies: bluebird "^3.5.0" cls-bluebird "^2.1.0"