Skip to content

Commit 255e3eb

Browse files
fix(deps): update dependency inversify to v8 (main) (#6272)
* fix(deps): update dependency inversify to v8 * chore: ling fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
1 parent 2018635 commit 255e3eb

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"global-agent": "3.0.0",
5151
"got": "14.6.6",
5252
"ini": "6.0.0",
53-
"inversify": "7.11.0",
53+
"inversify": "8.1.0",
5454
"node-ipc": "12.0.0",
5555
"pino": "10.3.1",
5656
"pino-pretty": "13.1.3",

pnpm-lock.yaml

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

test/di.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { CliMode } from '../src/cli/utils';
66

77
export async function testContainer() {
88
const parent = new Container();
9-
await parent.load(rootContainerModule);
9+
await parent.loadAsync(rootContainerModule);
1010
return createContainer(parent);
1111
}
1212

0 commit comments

Comments
 (0)