Skip to content

Commit 43a7c77

Browse files
committed
chore: fix deps
1 parent 0892b60 commit 43a7c77

File tree

2 files changed

+180
-888
lines changed

2 files changed

+180
-888
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626
"@commitlint/cli": "^13.0.0",
2727
"@commitlint/config-conventional": "^13.0.0",
2828
"@heise/eslint-config": "^20.0.7",
29-
"@nestjs/cli": "^8.0.0",
30-
"@nestjs/common": "^8.0.0",
31-
"@nestjs/config": "^1.0.0",
32-
"@nestjs/core": "^8.0.0",
33-
"@nestjs/platform-express": "^8.0.0",
34-
"@nestjs/schedule": "^1.0.0",
35-
"@nestjs/schematics": "^8.0.0",
36-
"@nestjs/testing": "^8.0.0",
29+
"@nestjs/common": "^9.3.9",
30+
"@nestjs/config": "^2.3.1",
31+
"@nestjs/core": "^9.3.9",
32+
"@nestjs/platform-express": "^9.3.9",
33+
"@nestjs/schedule": "^2.2.0",
34+
"@nestjs/schematics": "^9.0.4",
35+
"@nestjs/testing": "^9.3.9",
3736
"@semantic-release/changelog": "^6.0.0",
3837
"@semantic-release/commit-analyzer": "^9.0.1",
3938
"@semantic-release/git": "^10.0.0",

0 commit comments

Comments
 (0)