mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-18 08:52:34 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.9.5] - 2024-10-29
|
||||||
|
- Dependency update
|
||||||
|
- Pull request #1040 merged (Used incorrect PR number, apoligies)
|
||||||
|
|
||||||
## [2.9.4] - 2024-08-28
|
## [2.9.4] - 2024-08-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -344,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
- Initial release
|
- 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.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.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
|
[2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "muse",
|
"name": "muse",
|
||||||
"version": "2.9.4",
|
"version": "2.9.5",
|
||||||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
||||||
"repository": "git@github.com:museofficial/muse.git",
|
"repository": "git@github.com:museofficial/muse.git",
|
||||||
"author": "Max Isom <hi@maxisom.me>",
|
"author": "Max Isom <hi@maxisom.me>",
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
"got": "^12.0.2",
|
"got": "^12.0.2",
|
||||||
"hasha": "^5.2.2",
|
"hasha": "^5.2.2",
|
||||||
"inversify": "^6.0.1",
|
"inversify": "^6.0.1",
|
||||||
"iso8601-duration": "^1.3.0",
|
"iso8601-duration": "^2.1.2",
|
||||||
"libsodium-wrappers": "^0.7.9",
|
"libsodium-wrappers": "^0.7.9",
|
||||||
"make-dir": "^3.1.0",
|
"make-dir": "^3.1.0",
|
||||||
"node-emoji": "^1.10.0",
|
"node-emoji": "^1.10.0",
|
||||||
|
|
|
@ -3149,10 +3149,10 @@ isexe@^2.0.0:
|
||||||
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
||||||
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
|
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
|
||||||
|
|
||||||
iso8601-duration@^1.3.0:
|
iso8601-duration@^2.1.2:
|
||||||
version "1.3.0"
|
version "2.1.2"
|
||||||
resolved "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-1.3.0.tgz"
|
resolved "https://registry.yarnpkg.com/iso8601-duration/-/iso8601-duration-2.1.2.tgz#b13f14068fe5890c91b91e1f74e474a49f355028"
|
||||||
integrity sha512-K4CiUBzo3YeWk76FuET/dQPH03WE04R94feo5TSKQCXpoXQt9E4yx2CnY737QZnSAI3PI4WlKo/zfqizGx52QQ==
|
integrity sha512-yXteYUiKv6x8seaDzyBwnZtPpmx766KfvQuaVNyPifYOjmPdOo3ajd4phDNa7Y5mTQGnXsNEcXFtVun1FjYXxQ==
|
||||||
|
|
||||||
iterate-iterator@^1.0.1:
|
iterate-iterator@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue