diff --git a/package-lock.json b/package-lock.json index f753e57..b14544d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inversify-express-utils", - "version": "6.4.4", + "version": "6.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inversify-express-utils", - "version": "6.4.4", + "version": "6.4.5", "license": "MIT", "dependencies": { "express": "4.17.3", diff --git a/package.json b/package.json index 54c4a57..9bcbaab 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "postupdate": "git diff-files --quiet package-lock.json || npm test" }, "types": "./lib/index.d.ts", - "version": "6.4.4" + "version": "6.4.5" }