diff --git a/package-lock.json b/package-lock.json index 103b06e..7cd0f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sguggenh/aws-cdk-break-glass-role", - "version": "1.5.7", + "version": "1.5.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sguggenh/aws-cdk-break-glass-role", - "version": "1.5.7", + "version": "1.5.8", "license": "MIT", "dependencies": { "aws-cdk-lib": "^2.55.1", diff --git a/package.json b/package.json index c53255f..6d69729 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-break-glass-role", "description": "Create a break glass role for emergency use in order to limit production console access. Configure automatic alerts and logging of activities in the role to secure its use in production environments.", - "version": "1.5.7", + "version": "1.5.8", "main": "src/lib/index.js", "types": "src/types/lib/index.d.ts", "author": "sguggenh@amazon.com",