diff --git a/package-lock.json b/package-lock.json index 15a8c27..c52db7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,12 +95,11 @@ } }, "@architect/functions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-4.0.0.tgz", - "integrity": "sha512-7ruYcsuCmz1R1DRCeTqeY8rxuEw8cGH5XZs4zY7vHYaLQPKD/+zp66H81uoGZO5x2n24RCZsBipi66RTCSW6uA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.0.1.tgz", + "integrity": "sha512-99nkrSttCwZC4Su+pIgvUBz9NGA0sYZQxT0ZcsTUqo96l1cJa6rp8V3ur4IcsP15h8hR5s4YTeIbiL9M7rzkzQ==", "requires": { - "aws-serverless-express": "^3.4.0", - "cookie": "^0.4.1", + "cookie": "^0.4.2", "cookie-signature": "^1.1.0", "csrf": "^3.1.0", "node-webtokens": "^1.0.4", @@ -252,15 +251,6 @@ "defer-to-connect": "^1.0.1" } }, - "@vendia/serverless-express": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@vendia/serverless-express/-/serverless-express-3.4.0.tgz", - "integrity": "sha512-/UAAbi9qRjUtjRISt5MJ1sfhtrHb26hqQ0nvE5qhMLsAdR5H7ErBwPD8Q/v2OENKm0iWsGwErIZEg7ebUeFDjQ==", - "requires": { - "binary-case": "^1.0.0", - "type-is": "^1.6.16" - } - }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -391,16 +381,6 @@ "xml2js": "0.4.19" } }, - "aws-serverless-express": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/aws-serverless-express/-/aws-serverless-express-3.4.0.tgz", - "integrity": "sha512-YG9ZjAOI9OpwqDDWzkRc3kKJYJuR7gTMjLa3kAWopO17myoprxskCUyCEee+RKe34tcR4UNrVtgAwW5yDe74bw==", - "requires": { - "@vendia/serverless-express": "^3.4.0", - "binary-case": "^1.0.0", - "type-is": "^1.6.16" - } - }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -425,11 +405,6 @@ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" }, - "binary-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/binary-case/-/binary-case-1.1.4.tgz", - "integrity": "sha512-9Kq8m6NZTAgy05Ryuh7U3Qc4/ujLQU1AZ5vMw4cr3igTdi5itZC6kCNrRr2X8NzPiDn2oUIFTfa71DKMnue/Zg==" - }, "body-parser": { "version": "1.19.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", @@ -604,9 +579,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..34dd4d9 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.0.1", "bcrypt": "^5.0.1", "hashids": "^2.2.8" },