From e6e45bfd28e1dfc4c21c0d7dd3831853d381706f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:47:39 +0000 Subject: [PATCH] Bump @architect/functions from 4.0.0 to 5.2.1 Bumps [@architect/functions](https://github.com/architect/functions) from 4.0.0 to 5.2.1. - [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.0.0...v5.2.1) --- 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 b4dbc3b..4d17f8b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@architect/architect": "^9.1.0", - "@architect/functions": "^4.0.0", + "@architect/functions": "^5.2.1", "bcrypt": "^5.0.1", "hashids": "^2.2.8" },