diff options
| author | Stefano <[email protected]> | 2024-10-29 13:30:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-29 13:30:55 +0100 |
| commit | ac6f4c68e132391ff4e28478f2c7e8ec28d5b0b8 (patch) | |
| tree | b60a940d11a03cbd442b295e031fa5ca442fbb3a | |
| parent | e23f89706e917bf2503a935a26481f5a07a171a5 (diff) | |
| parent | 62aa39b6746b349333b1510cabf19d4ef7030de2 (diff) | |
| download | muse-ac6f4c68e132391ff4e28478f2c7e8ec28d5b0b8.tar.xz muse-ac6f4c68e132391ff4e28478f2c7e8ec28d5b0b8.zip | |
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
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | yarn.lock | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd8113..054a6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7526d13..9b3d7ec 100644 --- a/package.json +++ b/package.json @@ -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": "[email protected]:museofficial/muse.git", "author": "Max Isom <[email protected]>", @@ -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", @@ -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" |
