Skip to content

Commit 1f98ff5

Browse files
fix: bump deps
1 parent 7796d10 commit 1f98ff5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjstools/messaging-redis-extension",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Extension to handle messages and dispatch them over Redis",
55
"author": "Sebastian Iwanczyszyn",
66
"private": false,
@@ -31,6 +31,7 @@
3131
"files": [
3232
"lib",
3333
"LICENSE",
34+
"README.md",
3435
"package.json"
3536
],
3637
"scripts": {
@@ -50,7 +51,7 @@
5051
"test:e2e": "jest --config ./test/jest-e2e.json"
5152
},
5253
"dependencies": {
53-
"bullmq": "^5.52.2"
54+
"bullmq": "^5.61.0"
5455
},
5556
"peerDependencies": {
5657
"@nestjs/common": "^10.x||^11.x",

0 commit comments

Comments
 (0)