mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: bump up @nestjs/throttler version to v6.4.0 (#9860)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/throttler](https://redirect.github.com/nestjs/throttler) | [`6.3.0` -> `6.4.0`](https://renovatebot.com/diffs/npm/@nestjs%2fthrottler/6.3.0/6.4.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nestjs/throttler (@​nestjs/throttler)</summary> ### [`v6.4.0`](https://redirect.github.com/nestjs/throttler/blob/HEAD/CHANGELOG.md#640) [Compare Source](https://redirect.github.com/nestjs/throttler/compare/v6.3.0...v6.4.0) ##### Minor Changes - [`5cb4254`](https://redirect.github.com/nestjs/throttler/commit/5cb4254): Update to allow for support for Nest version 11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"@nestjs/platform-express": "^10.4.15",
|
"@nestjs/platform-express": "^10.4.15",
|
||||||
"@nestjs/platform-socket.io": "^10.4.15",
|
"@nestjs/platform-socket.io": "^10.4.15",
|
||||||
"@nestjs/schedule": "^4.1.2",
|
"@nestjs/schedule": "^4.1.2",
|
||||||
"@nestjs/throttler": "6.3.0",
|
"@nestjs/throttler": "6.4.0",
|
||||||
"@nestjs/websockets": "^10.4.15",
|
"@nestjs/websockets": "^10.4.15",
|
||||||
"@node-rs/argon2": "^2.0.2",
|
"@node-rs/argon2": "^2.0.2",
|
||||||
"@node-rs/crc32": "^1.10.6",
|
"@node-rs/crc32": "^1.10.6",
|
||||||
|
|||||||
14
yarn.lock
14
yarn.lock
@@ -783,7 +783,7 @@ __metadata:
|
|||||||
"@nestjs/platform-socket.io": "npm:^10.4.15"
|
"@nestjs/platform-socket.io": "npm:^10.4.15"
|
||||||
"@nestjs/schedule": "npm:^4.1.2"
|
"@nestjs/schedule": "npm:^4.1.2"
|
||||||
"@nestjs/testing": "npm:^10.4.15"
|
"@nestjs/testing": "npm:^10.4.15"
|
||||||
"@nestjs/throttler": "npm:6.3.0"
|
"@nestjs/throttler": "npm:6.4.0"
|
||||||
"@nestjs/websockets": "npm:^10.4.15"
|
"@nestjs/websockets": "npm:^10.4.15"
|
||||||
"@node-rs/argon2": "npm:^2.0.2"
|
"@node-rs/argon2": "npm:^2.0.2"
|
||||||
"@node-rs/crc32": "npm:^1.10.6"
|
"@node-rs/crc32": "npm:^1.10.6"
|
||||||
@@ -9156,14 +9156,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nestjs/throttler@npm:6.3.0":
|
"@nestjs/throttler@npm:6.4.0":
|
||||||
version: 6.3.0
|
version: 6.4.0
|
||||||
resolution: "@nestjs/throttler@npm:6.3.0"
|
resolution: "@nestjs/throttler@npm:6.4.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@nestjs/common": ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
|
"@nestjs/common": ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
|
||||||
"@nestjs/core": ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
|
"@nestjs/core": ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
|
||||||
reflect-metadata: ^0.1.13 || ^0.2.0
|
reflect-metadata: ^0.1.13 || ^0.2.0
|
||||||
checksum: 10/ebd25418e921846ec9251993ff401f030c58dc7097d35587de9cefdf2901353b5300a3a0898ff42d12dd67f251c6204b997fa7daf31bbf3a390424dd95e93a39
|
checksum: 10/3ed1ed54fb70fa5f89d91a4738bb67b61467556430810328ae1c21eb9790a223224a877913556d46168d9f6dd99774392426fa2bc789f0231f0bc6296bdb6a4d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user