From 14406f4bf945234f082efc32bb64628badab6d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:20:03 +0000 Subject: [PATCH] Bump @architect/functions from 4.0.0 to 4.1.2 Bumps [@architect/functions](https://github.com/architect/functions) from 4.0.0 to 4.1.2. - [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.2) --- updated-dependencies: - dependency-name: "@architect/functions" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15a8c27..b091d41 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.2", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-4.1.2.tgz", + "integrity": "sha512-lw0lg3zbZ7UG3jBACzzztqOCQ9F/XBkr7Fp5LvId70Hz1saKD338RVQ33evY1KnJVxH4Z3uM13e9bsMpIpbcHQ==", "requires": { "aws-serverless-express": "^3.4.0", "cookie": "^0.4.1", @@ -604,9 +604,9 @@ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, "cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" }, "cookie-signature": { "version": "1.1.0", diff --git a/package.json b/package.json index b4dbc3b..60287ef 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.2", "bcrypt": "^5.0.1", "hashids": "^2.2.8" },