Skip to content

Commit 4c92c72

Browse files
resolve conflict
2 parents da6ffbd + ebcaec8 commit 4c92c72

File tree

4 files changed

+831
-722
lines changed

4 files changed

+831
-722
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
interval: "monthly"
88
day: tuesday
99
time: "01:00"
10-
open-pull-requests-limit: 5
10+
open-pull-requests-limit: 3
1111
target-branch: "development"
1212
commit-message:
1313
prefix: "npm"
@@ -19,9 +19,9 @@ updates:
1919
interval: "monthly"
2020
day: tuesday
2121
time: "00:00"
22-
open-pull-requests-limit: 5
22+
open-pull-requests-limit: 3
2323
target-branch: "development"
2424
commit-message:
2525
prefix: "github-action"
2626
labels:
27-
- dependabot
27+
- dependabot

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Fork from [ack-nestjs-boilerplate](https://github.com/andrechristikan/ack-nestjs
88

99
Before run, you must to create the topics with `kafka-topics cli`. Or you can run `yarn kafka:create-topics`.
1010

11-
1211
## Next
1312

1413
- [ ] Kafka Transaction

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ack-nestjs-boilerplate-kafka",
3-
"version": "3.3.6",
3+
"version": "3.4.0",
44
"description": "Ack NestJs Boilerplate Kafka",
55
"repository": {
66
"type": "git",
@@ -48,20 +48,20 @@
4848
"rollback": "yarn rollback:setting && yarn rollback:apikey"
4949
},
5050
"dependencies": {
51-
"@aws-sdk/client-s3": "^3.264.0",
51+
"@aws-sdk/client-s3": "^3.266.0",
5252
"@faker-js/faker": "^7.6.0",
5353
"@joi/date": "^2.1.0",
5454
"@nestjs/axios": "^2.0.0",
55-
"@nestjs/common": "^9.2.1",
55+
"@nestjs/common": "^9.3.3",
5656
"@nestjs/config": "^2.3.0",
57-
"@nestjs/core": "^9.2.1",
57+
"@nestjs/core": "^9.3.3",
5858
"@nestjs/jwt": "^10.0.1",
5959
"@nestjs/mongoose": "^9.2.1",
60-
"@nestjs/microservices": "^9.2.1",
60+
"@nestjs/microservices": "^9.3.3",
6161
"@nestjs/passport": "^9.0.1",
62-
"@nestjs/platform-express": "^9.2.1",
62+
"@nestjs/platform-express": "^9.3.3",
6363
"@nestjs/schedule": "^2.2.0",
64-
"@nestjs/swagger": "^6.1.4",
64+
"@nestjs/swagger": "^6.2.1",
6565
"@nestjs/terminus": "^9.2.0",
6666
"@types/response-time": "^2.3.5",
6767
"bcryptjs": "^2.4.3",
@@ -74,7 +74,7 @@
7474
"joi": "^17.7.0",
7575
"kafkajs": "^2.2.3",
7676
"moment": "^2.29.4",
77-
"mongoose": "^6.9.0",
77+
"mongoose": "^6.9.1",
7878
"morgan": "^1.10.0",
7979
"nest-winston": "^1.8.0",
8080
"nestjs-command": "^3.1.3",
@@ -97,27 +97,27 @@
9797
"devDependencies": {
9898
"@nestjs/cli": "^9.2.0",
9999
"@nestjs/schematics": "^9.0.4",
100-
"@nestjs/testing": "^9.2.1",
100+
"@nestjs/testing": "^9.3.3",
101101
"@types/bcryptjs": "^2.4.2",
102102
"@types/bytes": "^3.1.1",
103103
"@types/cors": "^2.8.13",
104104
"@types/cron": "^2.0.0",
105105
"@types/crypto-js": "^4.1.1",
106-
"@types/express": "^4.17.16",
106+
"@types/express": "^4.17.17",
107107
"@types/express-rate-limit": "^6.0.0",
108108
"@types/jest": "^29.4.0",
109109
"@types/lodash": "^4.14.191",
110110
"@types/morgan": "^1.9.4",
111111
"@types/ms": "^0.7.31",
112112
"@types/multer": "^1.4.7",
113-
"@types/node": "^18.11.18",
113+
"@types/node": "^18.11.19",
114114
"@types/passport-jwt": "^3.0.8",
115115
"@types/supertest": "^2.0.12",
116116
"@types/ua-parser-js": "^0.7.36",
117117
"@types/uuid": "^9.0.0",
118-
"@typescript-eslint/eslint-plugin": "^5.50.0",
119-
"@typescript-eslint/parser": "^5.50.0",
120-
"cspell": "^6.21.0",
118+
"@typescript-eslint/eslint-plugin": "^5.51.0",
119+
"@typescript-eslint/parser": "^5.51.0",
120+
"cspell": "^6.22.0",
121121
"eslint": "^8.33.0",
122122
"eslint-config-prettier": "^8.6.0",
123123
"eslint-plugin-import": "^2.27.5",

0 commit comments

Comments
 (0)