From 9d7b9b8584ba19439c527912c7b02fd78b8cd46d Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Thu, 1 Feb 2024 19:49:11 -0800 Subject: [PATCH] Update deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3bd285a..7a41606 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "url": "https://github.com/architect/destroy.git" }, "dependencies": { - "@architect/inventory": "~4.0.0-RC.2", - "@architect/utils": "~4.0.0-RC.3", - "@aws-lite/client": "^0.15.1", + "@architect/inventory": "~4.0.0", + "@architect/utils": "~4.0.0", + "@aws-lite/client": "^0.15.2", "@aws-lite/cloudformation": "^0.0.3", "@aws-lite/cloudwatch-logs": "^0.0.3", "@aws-lite/s3": "^0.1.16",