mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-18 00:52:32 +02:00
Merge pull request #1121 from museofficial/dependabot/npm_and_yarn/iso8601-duration-2.1.2
Bump iso8601-duration from 1.3.0 to 2.1.2
This commit is contained in:
commit
ac6f4c68e1
3 changed files with 13 additions and 8 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.9.5] - 2024-10-29
|
||||
- Dependency update
|
||||
- Pull request #1040 merged (Used incorrect PR number, apoligies)
|
||||
|
||||
## [2.9.4] - 2024-08-28
|
||||
|
||||
### Added
|
||||
|
@ -344,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Initial release
|
||||
|
||||
[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.4...HEAD
|
||||
[unreleased]: https://github.com/museofficial/muse/compare/v2.9.5...HEAD
|
||||
[2.9.5]: https://github.com/museofficial/muse/compare/v2.9.4...v2.9.5
|
||||
[2.9.4]: https://github.com/codetheweb/muse/compare/v2.9.3...v2.9.4
|
||||
[2.9.3]: https://github.com/codetheweb/muse/compare/v2.9.2...v2.9.3
|
||||
[2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muse",
|
||||
"version": "2.9.4",
|
||||
"version": "2.9.5",
|
||||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
||||
"repository": "git@github.com:museofficial/muse.git",
|
||||
"author": "Max Isom <hi@maxisom.me>",
|
||||
|
@ -106,7 +106,7 @@
|
|||
"got": "^12.0.2",
|
||||
"hasha": "^5.2.2",
|
||||
"inversify": "^6.0.1",
|
||||
"iso8601-duration": "^1.3.0",
|
||||
"iso8601-duration": "^2.1.2",
|
||||
"libsodium-wrappers": "^0.7.9",
|
||||
"make-dir": "^3.1.0",
|
||||
"node-emoji": "^1.10.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3149,10 +3149,10 @@ isexe@^2.0.0:
|
|||
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
||||
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
|
||||
|
||||
iso8601-duration@^1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-1.3.0.tgz"
|
||||
integrity sha512-K4CiUBzo3YeWk76FuET/dQPH03WE04R94feo5TSKQCXpoXQt9E4yx2CnY737QZnSAI3PI4WlKo/zfqizGx52QQ==
|
||||
iso8601-duration@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/iso8601-duration/-/iso8601-duration-2.1.2.tgz#b13f14068fe5890c91b91e1f74e474a49f355028"
|
||||
integrity sha512-yXteYUiKv6x8seaDzyBwnZtPpmx766KfvQuaVNyPifYOjmPdOo3ajd4phDNa7Y5mTQGnXsNEcXFtVun1FjYXxQ==
|
||||
|
||||
iterate-iterator@^1.0.1:
|
||||
version "1.0.2"
|
||||
|
@ -4972,7 +4972,7 @@ tslib@^2.6.2:
|
|||
version "2.8.0"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
|
||||
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
|
||||
|
||||
|
||||
tsutils@^3.21.0:
|
||||
version "3.21.0"
|
||||
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue