diff --git a/package-lock.json b/package-lock.json index 3c555dc..2236edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@architect/architect": "^10.1.0", - "@architect/functions": "^5.0.4" + "@architect/functions": "^5.3.3" } }, "node_modules/@architect/architect": { @@ -134,11 +134,11 @@ } }, "node_modules/@architect/functions": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.0.4.tgz", - "integrity": "sha512-G7CUeOwrwiRRjsws44XI8fyeYFv4nqfrD5kzZWfaoba3FvIZjSM4vVB2eTTXThYI5u4PRJL/RxotwGW3bwj6GA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.3.3.tgz", + "integrity": "sha512-q9ePtpw7SIl14B0KFIJGm4StL6jOWWYgGpD1HR7zkTKKiUIL/W0tkrAZnBhU8WPXRHPmpf5BcEjIXHQKyvz9Hg==", "dependencies": { - "cookie": "^0.4.2", + "cookie": "^0.5.0", "cookie-signature": "^1.2.0", "csrf": "^3.1.0", "node-webtokens": "^1.0.4", @@ -693,9 +693,9 @@ } }, "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "engines": { "node": ">= 0.6" } @@ -2832,11 +2832,11 @@ } }, "@architect/functions": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.0.4.tgz", - "integrity": "sha512-G7CUeOwrwiRRjsws44XI8fyeYFv4nqfrD5kzZWfaoba3FvIZjSM4vVB2eTTXThYI5u4PRJL/RxotwGW3bwj6GA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.3.3.tgz", + "integrity": "sha512-q9ePtpw7SIl14B0KFIJGm4StL6jOWWYgGpD1HR7zkTKKiUIL/W0tkrAZnBhU8WPXRHPmpf5BcEjIXHQKyvz9Hg==", "requires": { - "cookie": "^0.4.2", + "cookie": "^0.5.0", "cookie-signature": "^1.2.0", "csrf": "^3.1.0", "node-webtokens": "^1.0.4", @@ -3235,9 +3235,9 @@ } }, "cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" }, "cookie-signature": { "version": "1.2.0", diff --git a/package.json b/package.json index b4cf315..5a6da03 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@architect/architect": "^10.1.0", - "@architect/functions": "^5.0.4" + "@architect/functions": "^5.3.3" } }