Skip to content

Commit

Permalink
Merge pull request #1391 from KunoichiZ/depfu/update/yarn/@sapphire/e…
Browse files Browse the repository at this point in the history
…vent-iterator-1.7.3
  • Loading branch information
KunoichiZ authored Nov 3, 2024
2 parents 49ebbcd + a580579 commit 2cfa12e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@sapphire/decorators": "^3.1.6",
"@sapphire/discord.js-utilities": "^1.6.0",
"@sapphire/event-iterator": "^1.7.2",
"@sapphire/event-iterator": "^1.7.3",
"@sapphire/framework": "^1.0.0-alpha.11",
"@sapphire/plugin-subcommands": "^4.2.1",
"@sapphire/stopwatch": "^1.5.2",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@
prettier "^3.3.0"
typescript "^5.4.5"

"@sapphire/event-iterator@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@sapphire/event-iterator/-/event-iterator-1.7.2.tgz#922ee0669ad3c0f79aab5fa8ee7d713ef637b658"
integrity sha512-wftKtrQK60HQhypmrJei5bmKNhyZUnicGZJfJ5fD9vNmsXgEffKYNJXkz1NL9sDaLHtflJyrmBFOpocZs0afKQ==
"@sapphire/event-iterator@^1.7.3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@sapphire/event-iterator/-/event-iterator-1.7.3.tgz#1c66e740dd911fc2846abd683a51c4a1681d67da"
integrity sha512-0bQvTUnQYCfKntRrMCd1+VHCvS5ZGjKb9zZ/X8CSGt+QnqHJrh5gj+MP4fXmzezjq7ie1m5lnpJpLGzImuc32w==
dependencies:
tslib "^2.6.2"
tslib "^2.8.1"

"@sapphire/framework@^1.0.0-alpha.11":
version "1.0.2"
Expand Down Expand Up @@ -2459,6 +2459,11 @@ tslib@^2.6.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tslib@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit 2cfa12e

Please sign in to comment.