From a348a3dbb602ea26f4bda50be52347887fd11622 Mon Sep 17 00:00:00 2001 From: Tyler Donelson <56455637+tydonelson@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:35:40 -0700 Subject: [PATCH] chore: updating ask and aws dependencies --- lambda/custom/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lambda/custom/package.json b/lambda/custom/package.json index 0a5220c..d5d18fe 100644 --- a/lambda/custom/package.json +++ b/lambda/custom/package.json @@ -9,9 +9,9 @@ "author": "Amazon Alexa", "license": "Apache License", "dependencies": { - "ask-sdk-core": "^2.7.0", - "ask-sdk-model": "^1.19.0", - "aws-sdk": "^2.326.0", + "ask-sdk-core": "^2.14.0", + "ask-sdk-model": "^1.79.0", + "aws-sdk": "^2.1414.0", "i18next": "^15.0.5" } -} \ No newline at end of file +}