From 06960a1bf28bd805c30ca5f1869fd6da504d67b7 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Mon, 5 Feb 2024 08:51:56 -0800 Subject: [PATCH] Update deps and changelog --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a818ca4..cb52523 100644 --- a/package.json +++ b/package.json @@ -23,19 +23,19 @@ "url": "https://github.com/architect/destroy.git" }, "dependencies": { - "@architect/inventory": "~4.0.0", - "@architect/utils": "~4.0.0", - "@aws-lite/client": "^0.15.2", + "@architect/inventory": "~4.0.2", + "@architect/utils": "~4.0.1", + "@aws-lite/client": "^0.16.1", "@aws-lite/cloudformation": "^0.0.3", "@aws-lite/cloudwatch-logs": "^0.0.3", - "@aws-lite/s3": "^0.1.16", + "@aws-lite/s3": "^0.1.17", "@aws-lite/ssm": "^0.2.2", "minimist": "~1.2.8", "run-parallel": "~1.2.0", "run-waterfall": "~1.1.7" }, "devDependencies": { - "@architect/deploy": "~4.6.3", + "@architect/deploy": "~5.0.0", "@architect/eslint-config": "^2.1.2", "cross-env": "~7.0.3", "eslint": "~8.56.0",