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.3.0 (#9095)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/throttler](https://redirect.github.com/nestjs/throttler) | [`6.2.1` -> `6.3.0`](https://renovatebot.com/diffs/npm/@nestjs%2fthrottler/6.2.1/6.3.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.3.0`](https://redirect.github.com/nestjs/throttler/blob/HEAD/CHANGELOG.md#630) [Compare Source](https://redirect.github.com/nestjs/throttler/compare/v6.2.1...v6.3.0) ##### Minor Changes - [`fc93f3a`](https://redirect.github.com/nestjs/throttler/commit/fc93f3a): pass context to getTraker as a second arg </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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
"@nestjs/platform-express": "^10.3.7",
|
"@nestjs/platform-express": "^10.3.7",
|
||||||
"@nestjs/platform-socket.io": "^10.3.7",
|
"@nestjs/platform-socket.io": "^10.3.7",
|
||||||
"@nestjs/schedule": "^4.0.1",
|
"@nestjs/schedule": "^4.0.1",
|
||||||
"@nestjs/throttler": "6.2.1",
|
"@nestjs/throttler": "6.3.0",
|
||||||
"@nestjs/websockets": "^10.3.7",
|
"@nestjs/websockets": "^10.3.7",
|
||||||
"@node-rs/argon2": "^2.0.0",
|
"@node-rs/argon2": "^2.0.0",
|
||||||
"@node-rs/crc32": "^1.10.0",
|
"@node-rs/crc32": "^1.10.0",
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@@ -787,7 +787,7 @@ __metadata:
|
|||||||
"@nestjs/platform-socket.io": "npm:^10.3.7"
|
"@nestjs/platform-socket.io": "npm:^10.3.7"
|
||||||
"@nestjs/schedule": "npm:^4.0.1"
|
"@nestjs/schedule": "npm:^4.0.1"
|
||||||
"@nestjs/testing": "npm:^10.3.7"
|
"@nestjs/testing": "npm:^10.3.7"
|
||||||
"@nestjs/throttler": "npm:6.2.1"
|
"@nestjs/throttler": "npm:6.3.0"
|
||||||
"@nestjs/websockets": "npm:^10.3.7"
|
"@nestjs/websockets": "npm:^10.3.7"
|
||||||
"@node-rs/argon2": "npm:^2.0.0"
|
"@node-rs/argon2": "npm:^2.0.0"
|
||||||
"@node-rs/crc32": "npm:^1.10.0"
|
"@node-rs/crc32": "npm:^1.10.0"
|
||||||
@@ -7722,14 +7722,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nestjs/throttler@npm:6.2.1":
|
"@nestjs/throttler@npm:6.3.0":
|
||||||
version: 6.2.1
|
version: 6.3.0
|
||||||
resolution: "@nestjs/throttler@npm:6.2.1"
|
resolution: "@nestjs/throttler@npm:6.3.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
|
||||||
"@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
|
||||||
reflect-metadata: ^0.1.13 || ^0.2.0
|
reflect-metadata: ^0.1.13 || ^0.2.0
|
||||||
checksum: 10/4fc05b62f4a115683e3f4072033c1dde5010a9390ee8c6df396a29e90a2599dc18b5c921c2a2958473f7bb66a8336ae014b969c0ff82c2d3b6869b028cb361ee
|
checksum: 10/ebd25418e921846ec9251993ff401f030c58dc7097d35587de9cefdf2901353b5300a3a0898ff42d12dd67f251c6204b997fa7daf31bbf3a390424dd95e93a39
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user