Skip to content

Commit 935e359

Browse files
authored
Merge pull request #191 from furality/dependabot/npm_and_yarn/typescript-5.3.2
build(deps-dev): bump typescript from 5.2.2 to 5.3.2
2 parents 897e0f6 + 86bfb76 commit 935e359

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

lib/http.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export class HttpModule {
8787
return {
8888
provide: HTTP_MODULE_OPTIONS,
8989
useFactory: options.useFactory,
90+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
9091
inject: options.inject ?? [],
9192
};
9293
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"prettier": "^3.1.0",
4848
"reflect-metadata": "^0.1.13",
4949
"rimraf": "^5.0.5",
50-
"typescript": "^5.2.2"
50+
"typescript": "^5.3.2"
5151
},
5252
"peerDependencies": {
5353
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",

0 commit comments

Comments
 (0)