Skip to content

Commit

Permalink
chore(deps-dev): bump sequelize-fixtures from 1.1.1 to 1.2.0
Browse files Browse the repository at this point in the history
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](domasx2/sequelize-fixtures@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2023
1 parent 8c3d3a6 commit 08a88a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"semantic-release-npm-deprecate-old-versions": "1.3.2",
"semantic-release-slack-bot": "3.5.2",
"sequelize": "6.28.0",
"sequelize-fixtures": "1.1.1",
"sequelize-fixtures": "1.2.0",
"tedious": "11.0.8",
"typescript": "4.3.2"
},
Expand Down
22 changes: 5 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4958,7 +4958,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
dependencies:
is-glob "^4.0.1"

glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand All @@ -4970,18 +4970,6 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3, glob@^7.1.6:
version "7.2.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.1:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
Expand Down Expand Up @@ -9246,10 +9234,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"
Expand Down

0 comments on commit 08a88a0

Please sign in to comment.