From cd2e0e0d54832b615bb44cda2623bebc99fd7065 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Tue, 6 Feb 2024 13:20:58 +0200 Subject: [PATCH] Update to Awilix 10 (#29) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2d4fa8..a6dfee4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Wrapper over awilix to support more complex use-cases, such as async init and eager injection", "version": "4.0.0", "dependencies": { - "awilix": "^9.0.0" + "awilix": "^10.0.1" }, "main": "dist/index.js", "types": "dist/index.d.ts",