diff --git a/src/http/post-api-github-webhooks/package-lock.json b/src/http/post-api-github-webhooks/package-lock.json index ac56023..59e8883 100644 --- a/src/http/post-api-github-webhooks/package-lock.json +++ b/src/http/post-api-github-webhooks/package-lock.json @@ -6,17 +6,23 @@ "": { "name": "http-post-api-github-webhooks", "dependencies": { - "@architect/functions": "^5.0.0", + "@architect/functions": "^8.0.0", "probot": "^12.0.0" } }, "node_modules/@architect/functions": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-5.4.1.tgz", - "integrity": "sha512-F13FBUvVHjerUaSdnXIC3pZUnI10lxyVZ7HsrU8vM2qB5pFNqw5EgqcnVgORz/eqCcqevpIKayQ9yOUf/HuBAA==", - "dependencies": { - "cookie": "^0.5.0", - "cookie-signature": "^1.2.0", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@architect/functions/-/functions-8.0.0.tgz", + "integrity": "sha512-6CSMO2Wz/8KVcUq5uPZY4UTdnGREsM4v+/SgxVpJ+7MOaPqhKBsNjqeEc0osLxD1BLOhoSZjhQHl3yfUZoHxIw==", + "dependencies": { + "@aws-lite/apigatewaymanagementapi": "^0.0.7", + "@aws-lite/client": "^0.16.0", + "@aws-lite/dynamodb": "^0.3.3", + "@aws-lite/sns": "^0.0.4", + "@aws-lite/sqs": "^0.2.0", + "@aws-lite/ssm": "^0.2.2", + "cookie": "^0.6.0", + "cookie-signature": "^1.2.1", "csrf": "^3.1.0", "node-webtokens": "^1.0.4", "run-parallel": "^1.2.0", @@ -24,7 +30,82 @@ "uid-safe": "^2.1.5" }, "engines": { - "node": ">=12" + "node": ">=14" + } + }, + "node_modules/@architect/functions/node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@aws-lite/apigatewaymanagementapi": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@aws-lite/apigatewaymanagementapi/-/apigatewaymanagementapi-0.0.7.tgz", + "integrity": "sha512-XoD90nnsBDvC2XK4ATk4VJzSnbAortvPhbJyIGHx/Fs3djZuKdAE2WgsQohtNjKHihJ/lPuS6+zAhfyD9Dy3dQ==", + "engines": { + "node": ">=16" + } + }, + "node_modules/@aws-lite/client": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@aws-lite/client/-/client-0.16.0.tgz", + "integrity": "sha512-Op9qWDBRf+TOaJPDfLs3EBXc0zV2DIXR2kQahxfeCzWsNuT5uDwEVKGsHI5QKkj1l5+sKktqDNHcHwkzj9+Hyg==", + "workspaces": [ + "plugins/apigateway", + "plugins/apigatewaymanagementapi", + "plugins/apigatewayv2", + "plugins/cloudformation", + "plugins/cloudfront", + "plugins/cloudwatch-logs", + "plugins/dynamodb", + "plugins/lambda", + "plugins/rds-data", + "plugins/s3", + "plugins/sns", + "plugins/sqs", + "plugins/ssm" + ], + "dependencies": { + "aws4": "^1.12.0", + "ini": "^4.1.1" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@aws-lite/dynamodb": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@aws-lite/dynamodb/-/dynamodb-0.3.3.tgz", + "integrity": "sha512-nN+ZX+/Wht6i1868kncNLc2rgt/8ap32JRgIb5SIt8zWVXio/2vry5VuJ8EhuxbzaVoeAtS0boI8vcAb8DQpoQ==", + "engines": { + "node": ">=16" + } + }, + "node_modules/@aws-lite/sns": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@aws-lite/sns/-/sns-0.0.4.tgz", + "integrity": "sha512-278NtRaCxLtLZewedBRk6STClhpoth0oxeQ604ZN3EXaGhfv9dogDYXwJVlUf+DoZsQEa+ZpE3/2V5ylO+SRbQ==", + "engines": { + "node": ">=16" + } + }, + "node_modules/@aws-lite/sqs": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@aws-lite/sqs/-/sqs-0.2.0.tgz", + "integrity": "sha512-NnHbTj0KjBMhapNy1RstSgxwjCMzBie7tkE/WmdzB3h9HAkBVZsnhdX7t0EoAm2hoFTF4xglvIT4aitUv8L/dg==", + "engines": { + "node": ">=16" + } + }, + "node_modules/@aws-lite/ssm": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@aws-lite/ssm/-/ssm-0.2.2.tgz", + "integrity": "sha512-lKTLiqC6GGzYmJHHAhtWh6sIf4HheRYsN7u3708v6+OdrMnHz4DJ4OMK8djMbtWSu/QDAceSPPxEdOFhIfp6QA==", + "engines": { + "node": ">=16" } }, "node_modules/@hapi/bourne": { @@ -1123,6 +1204,11 @@ "node": ">=8.0.0" } }, + "node_modules/aws4": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -1807,6 +1893,14 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, + "node_modules/ini": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", + "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/ioredis": { "version": "4.28.5", "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.5.tgz", diff --git a/src/http/post-api-github-webhooks/package.json b/src/http/post-api-github-webhooks/package.json index e9a9c19..4d70b2a 100644 --- a/src/http/post-api-github-webhooks/package.json +++ b/src/http/post-api-github-webhooks/package.json @@ -1,7 +1,7 @@ { "name": "http-post-api-github-webhooks", "dependencies": { - "@architect/functions": "^5.0.0", + "@architect/functions": "^8.0.0", "probot": "^12.0.0" } }