diff --git a/package.json b/package.json index 5be6b1d..f003b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssm-params-convict-adapter", - "version": "0.0.9", + "version": "0.0.10", "description": "Allows loading ssm parameters via convict", "main": "dist/index.js", "typings": "index.d.ts", @@ -39,7 +39,7 @@ "devDependencies": { "@types/aws-sdk": "^2.7.0", "@types/chai": "^4.0.1", - "@types/convict": "^0.6.33", + "@types/convict": "^4.1.1", "@types/del": "^3.0.0", "@types/gulp": "^4.0.4", "@types/lodash": "^4.14.86", @@ -73,6 +73,6 @@ ], "peerDependencies": { "aws-sdk": "^2.178.0", - "convict": "^3.0.0" + "convict": "^4.0.1" } }