From 108562e152c1c34708eb66075795a43fded3c17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 10:23:30 +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 e444c3db..b2748109 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "semantic-release-npm-deprecate-old-versions": "1.3.2", "semantic-release-slack-bot": "3.5.2", "sequelize": "5.21.3", - "sequelize-fixtures": "1.1.1", + "sequelize-fixtures": "1.2.0", "tedious": "11.0.8", "typescript": "4.3.2" }, diff --git a/yarn.lock b/yarn.lock index d4c69250..846803bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9053,10 +9053,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"