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" },