From 55995dd6c4f7674f0004db0bb2250c68c1769515 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2019 01:30:19 +0000 Subject: [PATCH] Bump feathers-sequelize from 6.0.0 to 6.0.1 Bumps [feathers-sequelize](https://github.com/feathersjs-ecosystem/feathers-sequelize) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/feathersjs-ecosystem/feathers-sequelize/releases) - [Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/blob/master/CHANGELOG.md) - [Commits](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v6.0.0...v6.0.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 6c29233d..d20f0fe1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "feathers-authentication-hooks": "^0.3.1", "feathers-hooks-common": "^4.20.7", "feathers-permissions": "^0.2.1", - "feathers-sequelize": "^6.0.0", + "feathers-sequelize": "^6.0.1", "helmet": "^3.20.0", "pg": "^7.11.0", "sequelize": "^5.10.3", diff --git a/yarn.lock b/yarn.lock index 0b791d61..73d661e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1454,10 +1454,10 @@ feathers-permissions@^0.2.1: dependencies: "@feathersjs/errors" "^3.3.0" -feathers-sequelize@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/feathers-sequelize/-/feathers-sequelize-6.0.0.tgz#a9e2f42e5b8d0b9d1c1e3b0124c20cab82e7dd5e" - integrity sha512-QVvbbctLpm8uYQzzdoT5v94gw5F43I5AfqK+ICxIDzcKOjz5poBG9SEevF1svLhNcpfsGztsg05Rx9DySpisWw== +feathers-sequelize@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/feathers-sequelize/-/feathers-sequelize-6.0.1.tgz#ecc57bb0ccff145d4f496b5490ae8c115143a841" + integrity sha512-Cf8x0m+OYU2ei80NWDXWYUZy1K27ODKLHdXoHI2v7eSqLrnhHEumJnUbC3uQwc30w9mMuPHSFSp8LsblblDv1w== dependencies: "@feathersjs/adapter-commons" "^4.0.0-pre.4" "@feathersjs/commons" "^4.0.0"