From 172a58f0548a741bc4b1603ce5c955e0024e888f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:05:02 +0000 Subject: [PATCH] Bump @architect/functions from 4.1.2 to 5.2.3 Bumps [@architect/functions](https://github.com/architect/functions) from 4.1.2 to 5.2.3. - [Release notes](https://github.com/architect/functions/releases) - [Changelog](https://github.com/architect/functions/blob/main/_changelog.md) - [Commits](https://github.com/architect/functions/compare/v4.1.2...v5.2.3) --- updated-dependencies: - dependency-name: "@architect/functions" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad960a3..ee3a39d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "sandbox" }, "dependencies": { - "@architect/functions": "^4.0.0", + "@architect/functions": "^5.2.3", "@architect/sandbox": "latest", "@begin/data": "^3.0.0", "graphql": "^15.5.2",