From 605ab9937edb27fa81e9b145594a392482a9fb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:23:25 +0000 Subject: [PATCH] Bump @architect/functions from 4.0.0 to 4.1.0 Bumps [@architect/functions](https://github.com/architect/functions) from 4.0.0 to 4.1.0. - [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.0) --- 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..a1566a0 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.0", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-4.1.0.tgz", + "integrity": "sha512-xyXN9CBKzz2qJ72QPi4DJsuuQ+C5okJiWH1aR9eKW2va+GhkdIgeo0O4pkDyfP0bbJGCJQVxcHSyUEJ9P45jpw==", "requires": { "aws-serverless-express": "^3.4.0", "cookie": "^0.4.1", diff --git a/package.json b/package.json index b4dbc3b..6e894c8 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.0", "bcrypt": "^5.0.1", "hashids": "^2.2.8" },