From c5653b49469b85557b5966524db716e0223dda63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:34:40 +0000 Subject: [PATCH] chore(deps-dev): bump sequelize-fixtures from 1.1.1 to 1.2.0 Bumps [sequelize-fixtures](https://github.com/domasx2/sequelize-fixtures) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/domasx2/sequelize-fixtures/releases) - [Commits](https://github.com/domasx2/sequelize-fixtures/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: sequelize-fixtures dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6cd6d230..63973d4a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "semantic-release-npm-deprecate-old-versions": "1.3.2", "semantic-release-slack-bot": "2.1.1", "sequelize": "5.21.3", - "sequelize-fixtures": "1.1.1", + "sequelize-fixtures": "1.2.0", "simple-git": "1.65.0", "tedious": "11.0.8", "typescript": "4.3.2" diff --git a/yarn.lock b/yarn.lock index 5511579c..9038cfd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10115,10 +10115,10 @@ seq-queue@^0.0.5: resolved "https://registry.yarnpkg.com/seq-queue/-/seq-queue-0.0.5.tgz#d56812e1c017a6e4e7c3e3a37a1da6d78dd3c93e" integrity sha1-1WgS4cAXpuTnw+Ojeh2m143TyT4= -sequelize-fixtures@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/sequelize-fixtures/-/sequelize-fixtures-1.1.1.tgz#287cdbdc73c27ab1ba5e3b41849dd71be800bdd1" - integrity sha512-/uLE5osIpMgGtPRB1G7qV1xn6TxXZahVkqeP8Q6b4uSDwhLJDLiSxopAwPso7oYVgS7nMQIvDBzM7eZyWeInPw== +sequelize-fixtures@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/sequelize-fixtures/-/sequelize-fixtures-1.2.0.tgz#378fe93cbfd3b032ae7c4d4ebd80f933dcfb8b7c" + integrity sha512-kZtCBv1XaZw/zRXXfwLWI6TVUNdpfD4Pyeaws6ZFvzRag+VUZXpPrHwa01OffhSZ2KmWS8RafxlUWVENP1QoVw== dependencies: bluebird "^2.4.2" glob "~7.0.5"