From 8d644e19d179fe1337c02ea025fb2f25cc226d94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:25:50 +0000 Subject: [PATCH] serverless: Update to version 3.36.0 --- bucket/serverless.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverless.json b/bucket/serverless.json index 0bb19315b5..a64c83ddb9 100644 --- a/bucket/serverless.json +++ b/bucket/serverless.json @@ -1,12 +1,12 @@ { - "version": "3.35.2", + "version": "3.36.0", "description": "Framework for building and operating serverless applications", "homepage": "https://serverless.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/serverless/serverless/releases/download/v3.35.2/serverless-win-x64.exe#/serverless.exe", - "hash": "a2f8557fcdf0a81b59811cfbc24a5b8cf90475d2125c8e3ff2dc39dff4ee4fd0" + "url": "https://github.com/serverless/serverless/releases/download/v3.36.0/serverless-win-x64.exe#/serverless.exe", + "hash": "8a09b07438a8fdd08ea968fdf1c7f594742efabff9f0cf3094e61e66bbed04dc" } }, "bin": "serverless.exe",