Skip to content

Commit 11b57ad

Browse files
fix(deps): update all non-major dependencies
1 parent 2f2f8e9 commit 11b57ad

File tree

5 files changed

+768
-783
lines changed

5 files changed

+768
-783
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
mongodb-version: 4.4
7373
- name: Start Redis
74-
uses: supercharge/redis-github-action@1.7.0
74+
uses: supercharge/redis-github-action@1.8.0
7575
with:
7676
redis-version: 6
7777
- name: Test Bundle Server

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
mongodb-version: 4.4
4343
- name: Start Redis
44-
uses: supercharge/redis-github-action@1.7.0
44+
uses: supercharge/redis-github-action@1.8.0
4545
with:
4646
redis-version: 6
4747
- name: Start project & test
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
mongodb-version: 4.4
117117
- name: Start Redis
118-
uses: supercharge/redis-github-action@1.7.0
118+
uses: supercharge/redis-github-action@1.8.0
119119
with:
120120
redis-version: 6
121121
- name: Test Bundle Server

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
mongodb-version: 4.4
3636
- name: Start Redis
37-
uses: supercharge/redis-github-action@1.7.0
37+
uses: supercharge/redis-github-action@1.8.0
3838
with:
3939
redis-version: 6
4040
- name: Cache pnpm modules

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
5050
},
5151
"dependencies": {
52-
"@fastify/multipart": "8.0.0",
52+
"@fastify/multipart": "8.1.0",
5353
"@fastify/static": "6.12.0",
54-
"@nestjs/cache-manager": "2.1.1",
55-
"@nestjs/common": "10.2.10",
56-
"@nestjs/core": "10.2.10",
54+
"@nestjs/cache-manager": "2.2.1",
55+
"@nestjs/common": "10.3.3",
56+
"@nestjs/core": "10.3.3",
5757
"@nestjs/event-emitter": "2.0.3",
58-
"@nestjs/microservices": "10.2.10",
59-
"@nestjs/platform-fastify": "10.2.10",
58+
"@nestjs/microservices": "10.3.3",
59+
"@nestjs/platform-fastify": "10.3.3",
6060
"@nestjs/schedule": "3.0.4",
6161
"@typegoose/typegoose": "11.7.1",
6262
"@vercel/ncc": "0.38.1",
@@ -79,15 +79,15 @@
7979
"lodash": "4.17.21",
8080
"mime": "^3.0.0",
8181
"mime-types": "^2.1.35",
82-
"moment": "^2.29.4",
82+
"moment": "^2.30.1",
8383
"mongoose": "7.6.5",
8484
"mongoose-aggregate-paginate-v2": "1.0.6",
8585
"mongoose-lean-id": "0.5.0",
8686
"mongoose-lean-virtuals": "0.9.1",
87-
"mongoose-paginate-v2": "1.7.31",
87+
"mongoose-paginate-v2": "1.8.0",
8888
"nanoid": "3.3.6",
8989
"node-machine-id": "1.1.12",
90-
"reflect-metadata": "0.1.13",
90+
"reflect-metadata": "0.2.1",
9191
"rimraf": "5.0.5",
9292
"rxjs": "7.8.1",
9393
"slugify": "1.6.6",
@@ -96,42 +96,42 @@
9696
"zx-cjs": "7.0.7-0"
9797
},
9898
"devDependencies": {
99-
"@innei/eslint-config-ts": "0.11.1",
100-
"@nestjs/cli": "10.2.1",
101-
"@nestjs/schematics": "10.0.3",
102-
"@nestjs/swagger": "7.1.16",
103-
"@nestjs/testing": "10.2.10",
99+
"@innei/eslint-config-ts": "0.12.4",
100+
"@nestjs/cli": "10.3.2",
101+
"@nestjs/schematics": "10.1.1",
102+
"@nestjs/swagger": "7.3.0",
103+
"@nestjs/testing": "10.3.3",
104104
"@types/adm-zip": "^0.5.5",
105105
"@types/bcrypt": "5.0.2",
106106
"@types/cache-manager-ioredis": "2.0.6",
107107
"@types/ejs": "^3.1.5",
108108
"@types/js-yaml": "4.0.9",
109109
"@types/jsdom": "^21.1.6",
110110
"@types/jsonwebtoken": "^9.0.5",
111-
"@types/lodash": "4.14.202",
111+
"@types/lodash": "4.17.0",
112112
"@types/mime": "^3.0.4",
113113
"@types/mime-types": "^2.1.4",
114114
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
115-
"@types/node": "18.18.11",
115+
"@types/node": "18.19.24",
116116
"@types/supertest": "2.0.16",
117117
"@types/uuid": "^9.0.7",
118-
"@typescript-eslint/eslint-plugin": "6.11.0",
119-
"@typescript-eslint/parser": "6.11.0",
118+
"@typescript-eslint/eslint-plugin": "6.21.0",
119+
"@typescript-eslint/parser": "6.21.0",
120120
"concurrently": "8.2.2",
121121
"cross-env": "7.0.3",
122-
"eslint": "8.54.0",
123-
"eslint-config-prettier": "9.0.0",
124-
"eslint-plugin-prettier": "5.0.1",
122+
"eslint": "8.57.0",
123+
"eslint-config-prettier": "9.1.0",
124+
"eslint-plugin-prettier": "5.1.3",
125125
"ioredis": "5.3.2",
126126
"pm2": "^5.3.0",
127-
"prettier": "3.1.0",
128-
"typescript": "5.2.2",
127+
"prettier": "3.2.5",
128+
"typescript": "5.4.2",
129129
"vitest": "^0.34.6",
130-
"webpack": "5.89.0",
130+
"webpack": "5.90.3",
131131
"xml2js": "0.6.2"
132132
},
133133
"resolutions": {
134-
"typescript": "5.2.2"
134+
"typescript": "5.4.2"
135135
},
136136
"jest": {
137137
"moduleFileExtensions": [

0 commit comments

Comments
 (0)