From 3c7d560e58b1c9ae06dee6c6760547cb3371f44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 20:19:27 +0000 Subject: [PATCH] Bump @architect/functions from 4.0.0 to 4.1.1 Bumps [@architect/functions](https://github.com/architect/functions) from 4.0.0 to 4.1.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...v4.1.1) --- updated-dependencies: - dependency-name: "@architect/functions" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15a8c27..664efe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,9 +95,9 @@ } }, "@architect/functions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-4.0.0.tgz", - "integrity": "sha512-7ruYcsuCmz1R1DRCeTqeY8rxuEw8cGH5XZs4zY7vHYaLQPKD/+zp66H81uoGZO5x2n24RCZsBipi66RTCSW6uA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-4.1.1.tgz", + "integrity": "sha512-x0+B/V9Jo5onksOce6iYdYeLh5F91dOp5fTnGJdkgOFCS+N0YN9zlI2asdPIs1Rb6xxCwoH1nuzs/jnNkupQWA==", "requires": { "aws-serverless-express": "^3.4.0", "cookie": "^0.4.1", diff --git a/package.json b/package.json index b4dbc3b..bb4edfd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@architect/architect": "^9.1.0", - "@architect/functions": "^4.0.0", + "@architect/functions": "^4.1.1", "bcrypt": "^5.0.1", "hashids": "^2.2.8" },