From 02824cd55ad39f12cc66e8165cf39f4cdb17b6e9 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Tue, 12 Dec 2023 10:50:34 -0800 Subject: [PATCH] Update deps --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8a733efb..8304e621 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "src/*" ], "dependencies": { - "@architect/asap": "~6.0.4", + "@architect/asap": "~6.1.0-RC.0", "@architect/create": "~4.2.4", "@architect/hydrate": "~3.5.1", - "@architect/inventory": "~3.6.3", + "@architect/inventory": "~3.6.5", "@architect/utils": "~4.0.0-RC.1", - "@aws-lite/client": "~0.11.1", - "@aws-lite/dynamodb": "~0.2.2", + "@aws-lite/client": "~0.12.2", + "@aws-lite/dynamodb": "~0.3.0", "@begin/hashid": "~1.0.0", "chalk": "4.1.2", "chokidar": "~3.5.3", @@ -53,17 +53,17 @@ "tmp": "~0.2.1", "tree-kill": "~1.2.2", "update-notifier-cjs": "~5.1.6", - "ws": "~8.14.2" + "ws": "~8.15.0" }, "devDependencies": { "@architect/eslint-config": "~2.1.2", "@architect/functions": "~7.0.0", "@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git", - "@aws-lite/apigatewaymanagementapi": "~0.0.2", - "@aws-lite/ssm": "~0.2.0", + "@aws-lite/apigatewaymanagementapi": "~0.0.5", + "@aws-lite/ssm": "~0.2.1", "cross-env": "~7.0.3", - "eslint": "~8.54.0", - "fs-extra": "~11.1.1", + "eslint": "~8.55.0", + "fs-extra": "~11.2.0", "nyc": "~15.1.0", "pkg": "~5.8.1", "proxyquire": "~2.1.3",