Skip to content

Commit

Permalink
Update dependency @nestjs/throttler to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2023
1 parent b058e49 commit f28dea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-aniskip-api",
"version": "2.0.573",
"version": "2.0.574",
"description": "Provides the opening and ending skip times for the Aniskip extension",
"repository": "https://github.com/lexesjan/typescript-aniskip-api",
"contributors": [
Expand All @@ -23,7 +23,7 @@
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^6.3.0",
"@nestjs/throttler": "^4.2.1",
"@nestjs/throttler": "^5.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "^4.18.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1367,16 +1367,16 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/throttler@npm:^4.2.1":
version: 4.2.1
resolution: "@nestjs/throttler@npm:4.2.1"
"@nestjs/throttler@npm:^5.0.0":
version: 5.0.0
resolution: "@nestjs/throttler@npm:5.0.0"
dependencies:
md5: ^2.2.1
peerDependencies:
"@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
reflect-metadata: ^0.1.13
checksum: 28b1b1b3ff0623e67ecd51f237bb4a8c22c39134baa5556918a83771c9ebae9b095d0953f3e0e6ba46cc5f7279e4c9cd5c357cbdc00eccffe0e295dc180bcd76
checksum: 9fbd2cff56fe43fd20b1f06232f83d8fd36bcdb20783d775bc58dc04a672d124ea60fd7f56e122988290dc0840fba16809f8adad904c4a8c403529e8cc586fb3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9747,7 +9747,7 @@ __metadata:
"@nestjs/platform-express": ^9.4.3
"@nestjs/swagger": ^6.3.0
"@nestjs/testing": ^9.4.3
"@nestjs/throttler": ^4.2.1
"@nestjs/throttler": ^5.0.0
"@types/express": ^4.17.17
"@types/ioredis": ^5.0.0
"@types/jest": ^29.5.5
Expand Down

0 comments on commit f28dea5

Please sign in to comment.