diff --git a/package-lock.json b/package-lock.json index 0bbf8b5..3fa4db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3700,21 +3700,14 @@ } }, "laundry-cfn": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/laundry-cfn/-/laundry-cfn-1.5.0.tgz", - "integrity": "sha512-JuOtVEQfnN/Op67wksxq6GjYCEG1RnE5x+fHb4K3XX/KSs/J5IV+p+IGCHjD5g3DowNaxOifCZHJy1Jof1E+8Q==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/laundry-cfn/-/laundry-cfn-1.6.0.tgz", + "integrity": "sha512-y4TJHiko7kXvMkj0ZeEa66Wak1FRfu91/ysQMZxTpHCIY28vGrGX/kut8BJxg3rP0gJWLMHJj/Il3oHh3Scj1g==", "requires": { "didyoumean2": "3.1.2", "js-yaml": "^3.12.0", - "lodash": "4.17.15", + "lodash": "4.17.19", "yargs": "14.2.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } } }, "lazy-cache": { diff --git a/package.json b/package.json index e75cbdc..adb478f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "inquirer": "7.0.0", "jmespath": "0.15.0", "js-yaml": "^3.13.1", - "laundry-cfn": "1.5.0", + "laundry-cfn": "1.6.0", "lodash": "4.17.19", "ntp-client": "^0.5.3", "ora": "4.0.2",