From 234f6673e60ba8f05c487f2d6a94371336b873d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:05:21 +0000 Subject: [PATCH] Bump @architect/functions from 4.1.2 to 5.3.3 Bumps [@architect/functions](https://github.com/architect/functions) from 4.1.2 to 5.3.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.3.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 491494c4..9982889b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@architect/asap": "^4.1.0", - "@architect/functions": "^4.0.0", + "@architect/functions": "^5.3.3", "@architect/inventory": "^2.1.1", "@architect/package": "^7.1.1", "@architect/syntaxes": "github:architect/syntaxes#v1.2.1",