From 1bd0731973f96fd8f6f710ba91b67d8e55e3dfbf Mon Sep 17 00:00:00 2001 From: Colm Harte Date: Fri, 14 May 2021 09:45:37 +0100 Subject: [PATCH] Sync to latest (#44) * Syncing latest changes (#31) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch * Syncing latest changes (#32) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch * Sync to latest (#33) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 (#34) Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump eslint-config-prettier from 6.15.0 to 8.1.0 (#35) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sync to latest (#57) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Syncing latest (#58) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Sync to latest (#63) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range * chore(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#78) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.870.0...v2.871.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.4.0 to 5.5.0 (#79) Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits/v5.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#80) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.873.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.871.0...v2.873.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Sync to latest (#64) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range * chore(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#78) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.870.0...v2.871.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.4.0 to 5.5.0 (#79) Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits/v5.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#80) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.873.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.871.0...v2.873.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing end date when using period Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Syncing (#65) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range * chore(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#78) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.870.0...v2.871.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.4.0 to 5.5.0 (#79) Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits/v5.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#80) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.873.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.871.0...v2.873.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing end date when using period Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Update index.js * Delete dependabot.yml * Update covidgreen-tests-linting.yml * Sync to latest (#85) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range * chore(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#78) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.870.0...v2.871.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.4.0 to 5.5.0 (#79) Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits/v5.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#80) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.873.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.871.0...v2.873.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing end date when using period * chore(deps): bump aws-sdk from 2.873.0 to 2.874.0 (#81) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.873.0 to 2.874.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.873.0...v2.874.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.14.0 to 3.14.1 (#83) Bumps [fastify](https://github.com/fastify/fastify) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.0...v3.14.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#84) Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.0 to 5.5.1 (#82) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.0...v5.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.874.0 to 2.875.0 (#85) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.874.0 to 2.875.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.874.0...v2.875.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.1 to 5.5.2 (#86) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.1...v5.5.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.875.0 to 2.876.0 (#87) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.875.0 to 2.876.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.875.0...v2.876.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @nearform/sql from 1.5.0 to 1.5.1 (#88) Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/nearform/sql/releases) - [Commits](https://github.com/nearform/sql/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.876.0 to 2.878.0 (#90) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.876.0 to 2.878.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.876.0...v2.878.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#91) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.2 to 24.3.4. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.2 to 4.5.0 (#93) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.2...v4.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.878.0 to 2.879.0 (#94) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.878.0 to 2.879.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.878.0...v2.879.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.879.0 to 2.880.0 (#95) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.879.0 to 2.880.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.879.0...v2.880.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.880.0 to 2.881.0 (#96) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.880.0 to 2.881.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.880.0...v2.881.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-autoload from 3.6.0 to 3.7.0 (#97) Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.6.0...v3.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.19.0 to 2.20.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.19.0...v2.20.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.14.1 to 3.14.2 Bumps [fastify](https://github.com/fastify/fastify) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.1...v3.14.2) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.881.0 to 2.882.0 (#99) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.881.0 to 2.882.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.881.0...v2.882.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.2 to 5.5.3 (#101) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.2...v5.5.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.882.0 to 2.883.0 (#102) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.882.0 to 2.883.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.882.0...v2.883.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.23.0 to 7.24.0 (#103) Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.23.0...v7.24.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.5.0 to 4.5.1 (#104) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.5.0...v4.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#105) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.4 to 24.3.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.4...v24.3.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.0 to 2.20.1 (#106) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.0...v2.20.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.883.0 to 2.884.0 (#107) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.883.0 to 2.884.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.883.0...v2.884.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.884.0 to 2.885.0 (#108) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.884.0 to 2.885.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.884.0...v2.885.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.1 to 2.20.2 (#109) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.1...v2.20.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.2 to 2.20.3 (#110) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.2 to 2.20.3. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.2...v2.20.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.2.0 (#111) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.885.0 to 2.886.0 (#112) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.885.0 to 2.886.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.885.0...v2.886.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump pg from 8.5.1 to 8.6.0 (#113) Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.5.1 to 8.6.0. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.6.0/packages/pg) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.3 to 2.21.0 (#114) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.3 to 2.21.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.3...v2.21.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#115) Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.5.1 to 4.6.0 (#116) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.5.1...v4.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.886.0 to 2.887.0 (#117) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.886.0 to 2.887.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.886.0...v2.887.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.21.0 to 2.21.1 (#118) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.21.0...v2.21.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.887.0 to 2.888.0 (#119) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.887.0 to 2.888.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.887.0...v2.888.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-autoload from 3.7.0 to 3.7.1 (#120) Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.7.0...v3.7.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.888.0 to 2.889.0 (#121) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.888.0 to 2.889.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.888.0...v2.889.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.6.0 to 4.7.0 (#122) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.889.0 to 2.890.0 (#123) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.889.0 to 2.890.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.889.0...v2.890.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.14.2 to 3.15.0 (#124) Bumps [fastify](https://github.com/fastify/fastify) from 3.14.2 to 3.15.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.2...v3.15.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.890.0 to 2.891.0 (#125) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.890.0 to 2.891.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.890.0...v2.891.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 (#126) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.2.0...v8.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#128) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.5 to 24.3.6. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.5...v24.3.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.891.0 to 2.892.0 (#129) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.891.0 to 2.892.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.891.0...v2.892.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 (#127) Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.892.0 to 2.893.0 (#130) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.892.0 to 2.893.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.892.0...v2.893.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.893.0 to 2.894.0 (#131) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.893.0 to 2.894.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.893.0...v2.894.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.894.0 to 2.895.0 (#132) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.894.0 to 2.895.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.894.0...v2.895.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.895.0 to 2.896.0 (#133) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.895.0 to 2.896.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.895.0...v2.896.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-cors from 5.2.0 to 6.0.0 (#134) Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.15.0 to 3.15.1 (#135) Bumps [fastify](https://github.com/fastify/fastify) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.15.0...v3.15.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.896.0 to 2.897.0 (#136) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.896.0 to 2.897.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.896.0...v2.897.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.897.0 to 2.899.0 (#137) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.897.0 to 2.899.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.897.0...v2.899.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.899.0 to 2.900.0 (#138) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.899.0 to 2.900.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.899.0...v2.900.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.21.1 to 2.21.2 (#140) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding onset date range check * chore(deps): bump @nearform/sql from 1.5.1 to 1.6.0 (#139) Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/nearform/sql/releases) - [Commits](https://github.com/nearform/sql/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli * Sync contributors, clarify onboarding (#9) * Sync contributors, clarify onboarding * [Squash] nit * Sync to latest (#86) * APHL support (#1) * Scheduling support for sms * Adding support for scheduling * type fix * Scheduling fix * SMS scheduling support * Adding send count * Making secret optional * Adding log * Changes for limited metrics * Fixing query * Bumping versions * Removing console log * Making error optional as APHL no longer returns it * Fixing mobile number issue * chore: add dependabot * Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] * Bump eslint-plugin-node from 10.0.0 to 11.1.0 Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v10.0.0...v11.1.0) Signed-off-by: dependabot[bot] * Bump fastify-cors from 5.1.0 to 5.2.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 22.21.0 to 24.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v24.1.5) Signed-off-by: dependabot[bot] * Bump eslint-plugin-promise from 4.2.1 to 4.3.1 Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] * Bump fastify from 3.9.2 to 3.12.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.12.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 3.6.1 to 4.5.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.5.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.5.0) Signed-off-by: dependabot[bot] * Bump faker from 4.1.0 to 5.4.0 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.4.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits) Signed-off-by: dependabot[bot] * Bump prettier-config-standard from 1.0.1 to 4.0.0 Bumps [prettier-config-standard](https://github.com/npetruzzelli/prettier-config-standard) from 1.0.1 to 4.0.0. - [Release notes](https://github.com/npetruzzelli/prettier-config-standard/releases) - [Commits](https://github.com/npetruzzelli/prettier-config-standard/compare/v1.0.1...v4.0.0) Signed-off-by: dependabot[bot] * Bump phone from 2.4.19 to 2.4.21 Bumps [phone](https://github.com/aftership/phone) from 2.4.19 to 2.4.21. - [Release notes](https://github.com/aftership/phone/releases) - [Commits](https://github.com/aftership/phone/compare/2.4.19...2.4.21) Signed-off-by: dependabot[bot] * chore: formatting * Bump aws-sdk from 2.826.0 to 2.853.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.826.0 to 2.853.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.826.0...v2.853.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 3.5.0 to 4.3.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.3.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...4.3.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-standard from 4.1.0 to 5.0.0 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] * Bump jest from 24.9.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v26.6.3) Signed-off-by: dependabot[bot] * Removing unused modules * Bump crypto-random-string from 3.3.0 to 3.3.1 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] * fix: integration test * Bump aws-sdk from 2.853.0 to 2.854.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.853.0 to 2.854.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.853.0...v2.854.0) Signed-off-by: dependabot[bot] * Bump fastify-autoload from 3.4.0 to 3.5.2 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.5.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.5.2) Signed-off-by: dependabot[bot] * Bump fastify-postgres from 3.3.0 to 3.5.0 Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.5.0) Signed-off-by: dependabot[bot] * Bump env-schema from 1.1.0 to 2.1.0 Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.1.0) Signed-off-by: dependabot[bot] * Bump fluent-schema from 0.10.0 to 1.1.0 Bumps [fluent-schema](https://github.com/fastify/fluent-schema) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/fastify/fluent-schema/releases) - [Commits](https://github.com/fastify/fluent-schema/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.854.0 to 2.855.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.854.0 to 2.855.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.854.0...v2.855.0) Signed-off-by: dependabot[bot] * Bump date-fns from 2.16.1 to 2.18.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.18.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.16.1...v2.18.0) Signed-off-by: dependabot[bot] * Bump fastify from 3.12.0 to 3.13.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.12.0...v3.13.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.5.0 to 4.6.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.1 to 4.3.2 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/4.3.1...v4.3.2) Signed-off-by: dependabot[bot] * Adding support for deeplinks * Bump eslint from 6.8.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.21.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.855.0 to 2.856.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.855.0 to 2.856.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.855.0...v2.856.0) Signed-off-by: dependabot[bot] * Bump fastify-swagger from 4.3.2 to 4.3.3 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.2...v4.3.3) Signed-off-by: dependabot[bot] * Bump date-fns from 2.18.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.18.0...v2.19.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.856.0 to 2.857.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.856.0 to 2.857.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.856.0...v2.857.0) Signed-off-by: dependabot[bot] * Bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.1...v16.0.2) Signed-off-by: dependabot[bot] * Bump prettier from 1.19.1 to 2.2.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1) Signed-off-by: dependabot[bot] * chore: format * chore: add dependabot automerge action This change will cause dependabot PRs to be merged automatically when they pass the CI checks. * Bump fastify-swagger from 4.3.3 to 4.4.0 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.3...v4.4.0) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.857.0 to 2.858.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.857.0 to 2.858.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.857.0...v2.858.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.6.0 to 4.7.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] * Bump env-schema from 2.1.0 to 3.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] * Bump eslint-plugin-jest from 24.1.5 to 24.1.9 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.9) Signed-off-by: dependabot[bot] * Bump aws-sdk from 2.858.0 to 2.859.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.858.0 to 2.859.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.858.0...v2.859.0) Signed-off-by: dependabot[bot] * Bump pino-pretty from 4.7.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot[bot] * Bump eslint-config-prettier-standard from 3.0.1 to 4.0.1 Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/npetruzzelli/eslint-config-prettier-standard/releases) - [Commits](https://github.com/npetruzzelli/eslint-config-prettier-standard/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.859.0 to 2.860.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.859.0 to 2.860.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.859.0...v2.860.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.9...v24.2.0) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.860.0 to 2.861.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.860.0 to 2.861.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.860.0...v2.861.0) Signed-off-by: dependabot[bot] * chore(deps-dev): bump eslint-plugin-jest from 24.2.0 to 24.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.0...v24.2.1) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.861.0 to 2.862.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.861.0 to 2.862.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.861.0...v2.862.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-swagger from 4.4.0 to 4.4.1 Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot[bot] * chore(deps): bump fastify-autoload from 3.5.2 to 3.6.0 Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.5.2...v3.6.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.13.0 to 3.14.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify/github-action-merge-dependabot (#64) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from v1.2.1 to v2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v1.2.1...a8beb6aa8ba6b9ccaac56697e646e9db994680b5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#65) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.862.0 to 2.863.0 (#66) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.0 to 2.863.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.862.0...v2.863.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#67) Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.863.0 to 2.864.0 (#68) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.863.0 to 2.864.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.863.0...v2.864.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#69) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.1...v4.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.864.0 to 2.865.0 (#70) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.864.0 to 2.865.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.864.0...v2.865.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#71) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.1 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#72) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.865.0 to 2.866.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.865.0...v2.866.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.866.0 to 2.867.0 (#73) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.0 to 2.867.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.866.0...v2.867.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding support for exporting enx metrics * Fixing schema * chore(deps): bump aws-sdk from 2.867.0 to 2.868.0 (#74) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.867.0 to 2.868.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.867.0...v2.868.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#75) Bumps [fastify-jwt](https://github.com/fastify/fastify-jwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/fastify/fastify-jwt/releases) - [Commits](https://github.com/fastify/fastify-jwt/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#76) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.868.0 to 2.869.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.868.0...v2.869.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#77) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.869.0 to 2.870.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.869.0...v2.870.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding enx metrics end point * Suporing date time for enx metrics * Fixing date range * chore(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#78) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.870.0 to 2.871.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.870.0...v2.871.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.4.0 to 5.5.0 (#79) Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/commits/v5.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#80) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.871.0 to 2.873.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.871.0...v2.873.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing end date when using period * chore(deps): bump aws-sdk from 2.873.0 to 2.874.0 (#81) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.873.0 to 2.874.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.873.0...v2.874.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.14.0 to 3.14.1 (#83) Bumps [fastify](https://github.com/fastify/fastify) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.0...v3.14.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#84) Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.0 to 5.5.1 (#82) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.0...v5.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.874.0 to 2.875.0 (#85) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.874.0 to 2.875.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.874.0...v2.875.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.1 to 5.5.2 (#86) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.1...v5.5.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.875.0 to 2.876.0 (#87) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.875.0 to 2.876.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.875.0...v2.876.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @nearform/sql from 1.5.0 to 1.5.1 (#88) Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/nearform/sql/releases) - [Commits](https://github.com/nearform/sql/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.876.0 to 2.878.0 (#90) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.876.0 to 2.878.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.876.0...v2.878.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#91) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.2 to 24.3.4. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.2...v24.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.4.2 to 4.5.0 (#93) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.4.2...v4.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.878.0 to 2.879.0 (#94) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.878.0 to 2.879.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.878.0...v2.879.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.879.0 to 2.880.0 (#95) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.879.0 to 2.880.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.879.0...v2.880.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.880.0 to 2.881.0 (#96) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.880.0 to 2.881.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.880.0...v2.881.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-autoload from 3.6.0 to 3.7.0 (#97) Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.6.0...v3.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.19.0 to 2.20.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.19.0...v2.20.0) Signed-off-by: dependabot[bot] * chore(deps): bump fastify from 3.14.1 to 3.14.2 Bumps [fastify](https://github.com/fastify/fastify) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.1...v3.14.2) Signed-off-by: dependabot[bot] * chore(deps): bump aws-sdk from 2.881.0 to 2.882.0 (#99) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.881.0 to 2.882.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.881.0...v2.882.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump faker from 5.5.2 to 5.5.3 (#101) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v5.5.2...v5.5.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.882.0 to 2.883.0 (#102) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.882.0 to 2.883.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.882.0...v2.883.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.23.0 to 7.24.0 (#103) Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.23.0...v7.24.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.5.0 to 4.5.1 (#104) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.5.0...v4.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#105) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.4 to 24.3.5. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.4...v24.3.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.0 to 2.20.1 (#106) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.0...v2.20.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.883.0 to 2.884.0 (#107) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.883.0 to 2.884.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.883.0...v2.884.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.884.0 to 2.885.0 (#108) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.884.0 to 2.885.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.884.0...v2.885.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.1 to 2.20.2 (#109) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.1...v2.20.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.2 to 2.20.3 (#110) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.2 to 2.20.3. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.2...v2.20.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.2.0 (#111) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.885.0 to 2.886.0 (#112) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.885.0 to 2.886.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.885.0...v2.886.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump pg from 8.5.1 to 8.6.0 (#113) Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.5.1 to 8.6.0. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.6.0/packages/pg) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.20.3 to 2.21.0 (#114) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.3 to 2.21.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.20.3...v2.21.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#115) Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.5.1 to 4.6.0 (#116) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.5.1...v4.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.886.0 to 2.887.0 (#117) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.886.0 to 2.887.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.886.0...v2.887.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.21.0 to 2.21.1 (#118) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.21.0...v2.21.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.887.0 to 2.888.0 (#119) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.887.0 to 2.888.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.887.0...v2.888.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-autoload from 3.7.0 to 3.7.1 (#120) Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v3.7.0...v3.7.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.888.0 to 2.889.0 (#121) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.888.0 to 2.889.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.888.0...v2.889.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-swagger from 4.6.0 to 4.7.0 (#122) Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.889.0 to 2.890.0 (#123) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.889.0 to 2.890.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.889.0...v2.890.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.14.2 to 3.15.0 (#124) Bumps [fastify](https://github.com/fastify/fastify) from 3.14.2 to 3.15.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.14.2...v3.15.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.890.0 to 2.891.0 (#125) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.890.0 to 2.891.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.890.0...v2.891.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 (#126) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.2.0...v8.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#128) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.5 to 24.3.6. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.5...v24.3.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.891.0 to 2.892.0 (#129) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.891.0 to 2.892.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.891.0...v2.892.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 (#127) Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.892.0 to 2.893.0 (#130) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.892.0 to 2.893.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.892.0...v2.893.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.893.0 to 2.894.0 (#131) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.893.0 to 2.894.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.893.0...v2.894.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.894.0 to 2.895.0 (#132) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.894.0 to 2.895.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.894.0...v2.895.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.895.0 to 2.896.0 (#133) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.895.0 to 2.896.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.895.0...v2.896.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify-cors from 5.2.0 to 6.0.0 (#134) Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump fastify from 3.15.0 to 3.15.1 (#135) Bumps [fastify](https://github.com/fastify/fastify) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.15.0...v3.15.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.896.0 to 2.897.0 (#136) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.896.0 to 2.897.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.896.0...v2.897.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.897.0 to 2.899.0 (#137) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.897.0 to 2.899.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.897.0...v2.899.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump aws-sdk from 2.899.0 to 2.900.0 (#138) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.899.0 to 2.900.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.899.0...v2.900.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump date-fns from 2.21.1 to 2.21.2 (#140) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding onset date range check * chore(deps): bump @nearform/sql from 1.5.1 to 1.6.0 (#139) Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/nearform/sql/releases) - [Commits](https://github.com/nearform/sql/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Moving cors credential to parameter Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com> Co-authored-by: Jack Murdoch Co-authored-by: Simone Busoli Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simone Busoli Co-authored-by: James M Snell --- .env.sample | 1 + .../workflows/covidgreen-tests-linting.yml | 2 +- CONTRIBUTING.md | 13 +- README.md | 5 +- lib/config/config.test.js | 10 +- lib/config/index.js | 10 +- lib/routes/notify/index.js | 23 +- lib/routes/notify/notify.test.js | 54 ++- package-lock.json | 325 +++++++++--------- package.json | 26 +- 10 files changed, 273 insertions(+), 196 deletions(-) diff --git a/.env.sample b/.env.sample index bd272c9e..e0973676 100644 --- a/.env.sample +++ b/.env.sample @@ -25,6 +25,7 @@ SMS_QUEUE_URL= SYMPTOM_DATE_OFFSET=0 USE_TEST_DATE_AS_SYMPTOM_DATE=false ONSET_DATE_MANDATORY=false +ENFORCE_ONSET_DATE_RANGE_ERROR=true SMS_SCHEDULING= ENCRYPT_KEY= diff --git a/.github/workflows/covidgreen-tests-linting.yml b/.github/workflows/covidgreen-tests-linting.yml index eba23bf3..d2571fb9 100644 --- a/.github/workflows/covidgreen-tests-linting.yml +++ b/.github/workflows/covidgreen-tests-linting.yml @@ -40,4 +40,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run lint - + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed2f2ce4..f77ce59d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,16 +35,17 @@ We have many collaborators, and every kind of contribution is welcome! Our organ | `@covidgreen/leads` | Lead Maintainers | GitHub organization owners | | `@covidgreen/core` | Core development | `covid-green-push-api` | -Every memeber of the org is also part of `@covidgreen/members`. +Every member of the org is also part of `@covidgreen/members`. ### Onboarding Collaborators -Welcome to the team! We are happy to have you. Before you start, please complete the following tasks: +Before a new Collaborator can be onboarded, an issue nominating the new contributor as a project member must be opened. The new member will be added if there are no objections raised from other existing members. Contributors nominated should have at least some history of contribution and an intent to continue contributing. + +Once a nomination has been accepted... Welcome to the team! We are happy to have you. Before you start, please complete the following tasks: 1. Set up 2 factor authentication for GitHub and NPM - [GitHub 2FA](https://help.github.com/en/articles/securing-your-account-with-two-factor-authentication-2fa) - [NPM 2FA](https://docs.npmjs.com/about-two-factor-authentication) -2. Choose which team to join *(more than one is ok!)* based on how you want to help. -3. Open a pull request to [`covidgreen/covid-green-app:current`](https://github.com/covidgreen/covid-green-app/pulls) that adds your name, username, and email to the team you have choosen in the [README.md](./README.md). The members lists are sorted alphabetically; make sure to add your name in the proper order. +1. Open a pull request to [`covidgreen/covid-green-push-api:current`](https://github.com/covidgreen/covid-green-push-api/pulls) that adds your name, username, and email to the team you have choosen in the [README.md](./README.md). The members lists are sorted alphabetically; make sure to add your name in the proper order. ### Offboarding Collaborators @@ -52,11 +53,11 @@ We are thankful to you and we are really glad to have worked with you. We'll be really happy to see you here again if you want to come back, but for now the person that did the onboarding must: 1. Ask the collaborator if they want to stay or not. 1. If the collaborator can't work with us anymore, they should: - 1. Open a pull request to [`covidgreen/covid-green-app:current`](https://github.com/covidgreen/covid-green-app/pulls) and move themselves in the *Past Collaborators* section. + 1. Open a pull request to [`covidgreen/covid-green-push-api:current`](https://github.com/covidgreen/covid-green-push-api/pulls) and move themselves in the *Past Collaborators* section. The person that did the onboarding must: 1. If the collaborator doesn't reply to the ping in reasonable time, open the pull requests described above. -2. Remove the collaborator from the teams on GitHub. +1. Remove the collaborator from the teams on GitHub. ----------------------------------------- diff --git a/README.md b/README.md index d4737b24..148de1f8 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,9 @@ There are a number of handy commands you can run to help with development. ### Contributors -* TBD -* TBD +* @dennisgove - Dennis Gove +* @dharding - David J Harding +* @fiacc - Fiac O'Brien Moran ### Past Contributors diff --git a/lib/config/config.test.js b/lib/config/config.test.js index 5445d9d7..c43aa764 100644 --- a/lib/config/config.test.js +++ b/lib/config/config.test.js @@ -36,16 +36,16 @@ describe('configuration', () => { const NODE_ENV = 'development' const CONFIG_VAR_PREFIX = '' const API_HOST = faker.internet.ip() - const API_PORT = faker.random.number() - const CORS_CREDENTIALS = faker.random.boolean() - const CORS_ORIGIN = faker.random.boolean() + const API_PORT = faker.datatype.number() + const CORS_CREDENTIALS = faker.datatype.boolean() + const CORS_ORIGIN = faker.datatype.boolean() const DB_HOST = faker.lorem.word() const DB_READ_HOST = faker.lorem.word() - const DB_PORT = faker.random.number() + const DB_PORT = faker.datatype.number() const DB_USER = faker.lorem.word() const DB_PASSWORD = faker.lorem.word() const DB_DATABASE = faker.lorem.word() - const DB_SSL = faker.random.boolean() + const DB_SSL = faker.datatype.boolean() const JWT_SECRET = faker.lorem.word() const LOG_LEVEL = faker.random.arrayElement(['debug', 'warn', 'silent']) diff --git a/lib/config/index.js b/lib/config/index.js index 817370eb..b676f31a 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -41,6 +41,7 @@ async function getConfig() { .prop('SYMPTOM_DATE_OFFSET', S.string()) .prop('USE_TEST_DATE_AS_ONSET_DATE', S.boolean()) .prop('ONSET_DATE_MANDATORY', S.boolean()) + .prop('ENFORCE_ONSET_DATE_RANGE_ERROR', S.boolean()) .prop('ISSUE_PROXY_URL', S.string()) .prop('ISSUE_PROXY_API_KEY', S.string()) .prop('REDUCED_METRICS_WHITELIST', S.string()) @@ -100,6 +101,7 @@ async function getConfig() { codeLength: Number(env.CODE_LENGTH), defaultCountryCode: env.DEFAULT_COUNTRY_CODE, onsetDateMandatory: env.ONSET_DATE_MANDATORY, + enforceSymptomDateRangeError: env.ENFORCE_ONSET_DATE_RANGE_ERROR, symptomDateOffset: Number(env.SYMPTOM_DATE_OFFSET), queueUrl: env.SMS_QUEUE_URL, useTestDateAsOnsetDate: env.USE_TEST_DATE_AS_ONSET_DATE, @@ -186,8 +188,9 @@ async function getConfig() { config.cors.origin = parseCorsParameter( await getParameter('push_cors_origin') ) - config.cors.credentials = true - + config.cors.credentials = /true/i.test( + await getOptionalParameter('push_cors_credentials', false) + ) config.pgPlugin.read = await getParameter('db_reader_host') config.pgPlugin.write = await getParameter('db_host') config.pgPlugin.config.port = Number(await getParameter('db_port')) @@ -218,6 +221,9 @@ async function getConfig() { config.sms.onsetDateMandatory = /true/i.test( await getParameter('onset_date_mandatory') ) + config.sms.enforceSymptomDateRangeError = /true/i.test( + await getOptionalParameter('enforce_onset_date_range_error', false) + ) config.sms.symptomDateOffset = Number( await getParameter('symptom_date_offset') ) diff --git a/lib/routes/notify/index.js b/lib/routes/notify/index.js index 68da3aef..7bff08de 100644 --- a/lib/routes/notify/index.js +++ b/lib/routes/notify/index.js @@ -7,7 +7,7 @@ const schema = require('./schema') const util = require('util') const { BadRequest } = require('http-errors') const { SQS } = require('aws-sdk') -const { addMinutes, subHours, format } = require('date-fns') +const { addMinutes, subHours, subDays, addDays, format } = require('date-fns') const { metricsInsert } = require('../metrics/query') const { verificationInsert } = require('./query') @@ -239,7 +239,7 @@ async function notify(server, options, done) { const resolvedTestDate = testDate || null const resolvedTestType = testType || 'confirmed' - const resolvedSymptomDate = + let resolvedSymptomDate = onsetDate || symptomDate || (options.sms.useTestDateAsOnsetDate ? resolvedTestDate : null) @@ -247,6 +247,25 @@ async function notify(server, options, done) { if (options.sms.onsetDateMandatory && !resolvedSymptomDate) { throw new BadRequest('Onset date must be provided') } + if (resolvedSymptomDate) { + const today = format(new Date(), 'yyyy-MM-dd') + const startRange = subDays(new Date(today), 14) + const endRange = addDays(new Date(today), 14) + if ( + new Date(resolvedSymptomDate) < startRange || + new Date(resolvedSymptomDate) > endRange + ) { + resolvedSymptomDate = today + if (options.sms.enforceSymptomDateRangeError) { + throw new BadRequest( + `Onset date must be between ${format( + startRange, + 'yyyy-MM-dd' + )} and ${format(endRange, 'yyyy-MM-dd')}` + ) + } + } + } const offsetSymptomDate = resolvedSymptomDate ? subHours(new Date(resolvedSymptomDate), options.sms.symptomDateOffset) diff --git a/lib/routes/notify/notify.test.js b/lib/routes/notify/notify.test.js index 18b3b076..444c0c14 100644 --- a/lib/routes/notify/notify.test.js +++ b/lib/routes/notify/notify.test.js @@ -2,6 +2,7 @@ const getConfig = require('../../../lib/config') const jwt = require('jsonwebtoken') const { SQS } = require('aws-sdk') const phone = require('phone') +const { format } = require('date-fns') jest.mock('aws-sdk') jest.mock('phone') @@ -39,8 +40,8 @@ describe('notify via sqs', () => { const token = jwt.sign(data, options.jwt.secret) const mobile = '+353111111111' const testType = 'confirmed' - const onsetDate = '2020-01-01' - const testDate = '2020-01-01' + const onsetDate = format(new Date(), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') const jobId = '123456' const mockSelect = jest @@ -68,13 +69,46 @@ describe('notify via sqs', () => { expect(mockSend).toHaveBeenCalledTimes(0) }) + it('should return invalid request due to onset date outside range', async () => { + const data = { id: '', type: '' } + const token = jwt.sign(data, options.jwt.secret) + const mobile = null + const testType = 'confirmed' + const onsetDate = format(new Date('2020-01-01'), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') + const jobId = '123456' + + const mockSelect = jest + .fn() + .mockResolvedValue({ rowCount: 1, rows: [data] }) + const mockInsert = jest.fn().mockResolvedValue({}) + + phone.mockImplementation(() => []) + + server.pg.read.query = mockSelect + server.pg.write.query = mockInsert + + const response = await server.inject({ + method: 'POST', + url: '/notify/positive', + headers: { + Authorization: `Bearer ${token}` + }, + body: { mobile, onsetDate, testDate, jobId, testType } + }) + expect(response.statusCode).toEqual(400) + expect(mockSelect).toHaveBeenCalledTimes(1) + expect(mockInsert).toHaveBeenCalledTimes(0) + expect(mockSend).toHaveBeenCalledTimes(0) + }) + it('should create a verification code and send an sms via sqs', async () => { const data = { id: '', type: '' } const token = jwt.sign(data, options.jwt.secret) const mobile = '+353111111111' const testType = 'confirmed' - const onsetDate = '2020-01-01' - const testDate = '2020-01-01' + const onsetDate = format(new Date(), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') const jobId = '123456' const mockSelect = jest @@ -115,8 +149,8 @@ describe('notify via sqs', () => { const data = { id: '', type: '' } const token = jwt.sign(data, options.jwt.secret) const mobile = null - const onsetDate = '2020-01-01' - const testDate = '2020-01-01' + const onsetDate = format(new Date(), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') const jobId = '123456' const mockSelect = jest @@ -157,8 +191,8 @@ describe('notify via sqs', () => { const data = { id: '', type: '' } const token = jwt.sign(data, options.jwt.secret) const mobile = '' - const onsetDate = '2020-01-01' - const testDate = '2020-01-01' + const onsetDate = format(new Date(), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') const jobId = '123456' const mockSelect = jest @@ -200,8 +234,8 @@ describe('notify via sqs', () => { const token = jwt.sign(data, options.jwt.secret) const mobile = '+353111111111' const testType = 'confirmed' - const onsetDate = '2020-01-01' - const testDate = '2020-01-01' + const onsetDate = format(new Date(), 'yyyy-MM-dd') + const testDate = format(new Date(), 'yyyy-MM-dd') const jobId = '123456' options.sms.schedulingEnabled = true diff --git a/package-lock.json b/package-lock.json index cbfd0c5f..db6f0b6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1131,9 +1131,9 @@ } }, "@nearform/sql": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nearform/sql/-/sql-1.5.0.tgz", - "integrity": "sha512-goN5pmGlgKRYp3nOsC8dKhHKlB2OEJk4DHpSgR3qJCNS9Qbk3aVBOctCBtk55j7V7kKsPkzSYkyuOfJfToZWPw==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@nearform/sql/-/sql-1.6.0.tgz", + "integrity": "sha512-/wj2wAiQcI2ubeiPjBXeir4zA6E6Q6yylTAdkJKNvNOtdbfjFvNZi9k/66eoYWJ17/4K/o2XM4AykpXpaGco1w==" }, "@nodelib/fs.scandir": { "version": "2.1.4", @@ -1327,43 +1327,43 @@ "dev": true }, "@typescript-eslint/experimental-utils": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz", - "integrity": "sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz", + "integrity": "sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==", "dev": true, "requires": { "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.18.0", - "@typescript-eslint/types": "4.18.0", - "@typescript-eslint/typescript-estree": "4.18.0", + "@typescript-eslint/scope-manager": "4.22.0", + "@typescript-eslint/types": "4.22.0", + "@typescript-eslint/typescript-estree": "4.22.0", "eslint-scope": "^5.0.0", "eslint-utils": "^2.0.0" } }, "@typescript-eslint/scope-manager": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz", - "integrity": "sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz", + "integrity": "sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==", "dev": true, "requires": { - "@typescript-eslint/types": "4.18.0", - "@typescript-eslint/visitor-keys": "4.18.0" + "@typescript-eslint/types": "4.22.0", + "@typescript-eslint/visitor-keys": "4.22.0" } }, "@typescript-eslint/types": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.18.0.tgz", - "integrity": "sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz", + "integrity": "sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz", - "integrity": "sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz", + "integrity": "sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==", "dev": true, "requires": { - "@typescript-eslint/types": "4.18.0", - "@typescript-eslint/visitor-keys": "4.18.0", + "@typescript-eslint/types": "4.22.0", + "@typescript-eslint/visitor-keys": "4.22.0", "debug": "^4.1.1", "globby": "^11.0.1", "is-glob": "^4.0.1", @@ -1372,9 +1372,9 @@ }, "dependencies": { "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -1383,12 +1383,12 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz", - "integrity": "sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz", + "integrity": "sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==", "dev": true, "requires": { - "@typescript-eslint/types": "4.18.0", + "@typescript-eslint/types": "4.22.0", "eslint-visitor-keys": "^2.0.0" }, "dependencies": { @@ -1784,9 +1784,9 @@ } }, "aws-sdk": { - "version": "2.873.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.873.0.tgz", - "integrity": "sha512-pww0ImyviDpBDbD2Tj+OyIcSuBKoC7g1g6IzMIFlbWSjbz4WWX46IwZ6jRMy2zGcbEpkl7FjI+s1E7tV9Pcjgg==", + "version": "2.900.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.900.0.tgz", + "integrity": "sha512-MtLsmuE5z0F3+lEdybh8j8cThIN+VK0qF8Len83gpOaK5pj4D9aJNS95Tb7xZ0/3yqGzugk/+nRv9xXQq/Fkfg==", "requires": { "buffer": "4.9.2", "events": "1.1.1", @@ -2566,9 +2566,9 @@ } }, "date-fns": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.19.0.tgz", - "integrity": "sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==" + "version": "2.21.2", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.2.tgz", + "integrity": "sha512-FMkG7pIPx64mGIpS2LOb3Wp3O606H/hatoiz7G0oiYWai1izdM4tF1dd7QABv2NogkIDI4wxsfLLFQSuVvDHgA==" }, "dateformat": { "version": "4.5.1", @@ -2948,9 +2948,9 @@ } }, "eslint": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz", - "integrity": "sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz", + "integrity": "sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", @@ -3032,9 +3032,9 @@ } }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "dev": true, "requires": { "ansi-styles": "^4.1.0", @@ -3142,9 +3142,9 @@ "dev": true }, "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -3195,13 +3195,10 @@ } }, "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - } + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", + "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "dev": true }, "eslint-config-prettier-standard": { "version": "4.0.1", @@ -3355,9 +3352,9 @@ } }, "eslint-plugin-jest": { - "version": "24.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz", - "integrity": "sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==", + "version": "24.3.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz", + "integrity": "sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -3395,9 +3392,9 @@ } }, "eslint-plugin-prettier": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz", - "integrity": "sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz", + "integrity": "sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==", "dev": true, "requires": { "prettier-linter-helpers": "^1.0.0" @@ -3751,9 +3748,9 @@ "dev": true }, "faker": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.0.tgz", - "integrity": "sha512-2pPfgmRCfMDRJy8koo5WSEXVHpRdYSs04Iis/kCamSg5nnXyknArW1t4phpJXy2/LIr0C7cys/+IiIQLLU/KCw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.3.tgz", + "integrity": "sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==", "dev": true }, "fast-decode-uri-component": { @@ -3792,9 +3789,9 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, "fast-json-stringify": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-2.5.1.tgz", - "integrity": "sha512-lYUyS/nIremX66DoEvdrTgpgbBnC94ObnBkQLaW/aIWROpApMzdCkmNaPTThIOsGDWC7nufKzXfdnAjETmdmEg==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-2.7.1.tgz", + "integrity": "sha512-DInuFDVNbwjZmcZke80IB1GlMONCAc15QqRhLQCOrAyJr1tFmQsgpXCJS2dtwxLWL1PtTtOLK4itj24wEqIMWg==", "requires": { "ajv": "^6.11.0", "deepmerge": "^4.2.2", @@ -3803,9 +3800,9 @@ }, "dependencies": { "rfdc": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.2.0.tgz", - "integrity": "sha512-ijLyszTMmUrXvjSooucVQwimGUk84eRcmCuLV8Xghe3UO85mjUtRAHRyoMM6XtyqbECaXuBWx18La3523sXINA==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" } } }, @@ -3816,9 +3813,9 @@ "dev": true }, "fast-redact": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.0.0.tgz", - "integrity": "sha512-a/S/Hp6aoIjx7EmugtzLqXmcNsyFszqbt6qQ99BdG61QjBZF6shNis0BYR6TsZOQ1twYc0FN2Xdhwwbv6+KD0w==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.0.1.tgz", + "integrity": "sha512-kYpn4Y/valC9MdrISg47tZOpYBNoTXKgT9GYXFpHN/jYFs+lFkPoisY+LcBODdKVMY96ATzvzsWv+ES/4Kmufw==" }, "fast-safe-stringify": { "version": "2.0.7", @@ -3834,15 +3831,15 @@ } }, "fastify": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.14.0.tgz", - "integrity": "sha512-a6W2iVPJMOaULqCykJ5nFRtnoknqt9K3b6rqAQcGjT/O2Hy+vvo+9/+cL2907KN0iF/91Ke+XQluKrVNF6+Z7w==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.15.1.tgz", + "integrity": "sha512-QZBGrSOwcR+IJF5OwYTZ5662wEd68SqC6sG4aMu0GncKbYlG9GF88EF2PzN2HfXCCD9K0d/+ZNowuF8S893mOg==", "requires": { "@fastify/proxy-addr": "^3.0.0", "abstract-logging": "^2.0.0", "ajv": "^6.12.2", "avvio": "^7.1.2", - "fast-json-stringify": "^2.5.0", + "fast-json-stringify": "^2.5.2", "fastify-error": "^0.3.0", "fastify-warning": "^0.2.0", "find-my-way": "^4.0.0", @@ -3868,9 +3865,9 @@ } }, "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "requires": { "lru-cache": "^6.0.0" } @@ -3878,18 +3875,18 @@ } }, "fastify-autoload": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/fastify-autoload/-/fastify-autoload-3.6.0.tgz", - "integrity": "sha512-xZeR73i071QUjszF6pPxtp4lDWy3CE4qL4cUa9H6xLMZ0M6I/gjxj8a7pndPG0F3NPFADKldCjaSd3dDkgCDwQ==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/fastify-autoload/-/fastify-autoload-3.7.1.tgz", + "integrity": "sha512-Bgq+62s9aZu3VEKV/fZA+BTxqvEZ/2LrdvXhf6BztEtBuC5AWWrgaTBl63OJ2WdqVr0BZvLldGOouAj3U7OrDA==", "requires": { "pkg-up": "^3.1.0", "semver": "^7.3.2" }, "dependencies": { "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "requires": { "lru-cache": "^6.0.0" } @@ -3897,18 +3894,18 @@ } }, "fastify-cors": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-5.2.0.tgz", - "integrity": "sha512-Lde71qT23M3Ip3pmny3uN6q6lQ4J5J0/YWoqe2stL4sMT99R5LEtTJ2La2zijFOR5OFhxvxqGgR7BIc2x3amPg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-6.0.0.tgz", + "integrity": "sha512-OIvNV3EJsE0vnKkn9GIgAQiimSrc6raKTq8YBtEt8XZ4KyPyAZ6BdKDxpjPLQBQfZLgqGgcThCea53AWqI2DgA==", "requires": { "fastify-plugin": "^3.0.0", "vary": "^1.1.2" } }, "fastify-error": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.0.tgz", - "integrity": "sha512-Jm2LMTB5rsJqlS1+cmgqqM9tTs0UrlgYR7TvDT3ZgXsUI5ib1NjQlqZHf+tDK5tVPdFGwyq02wAoJtyYIRSiFA==" + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.1.tgz", + "integrity": "sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==" }, "fastify-formbody": { "version": "5.0.0", @@ -3987,15 +3984,15 @@ } }, "fastify-swagger": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/fastify-swagger/-/fastify-swagger-4.4.2.tgz", - "integrity": "sha512-mFZewRYMaKC3sM1WxHjm7GtFts+kaMCHSVMMCX1oPjlWFa4k5bQqot7J2/nIspKkL67VZo2JTzoakn/bnH+70g==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/fastify-swagger/-/fastify-swagger-4.7.0.tgz", + "integrity": "sha512-IgmHuA8BGpBrvLninqDBQdlJEiB3yEg3XYYmqIcqQqWmU7KYNTQokWNTKG8nBPjj/P2wyTJ0fNxm/K2Fljq/hw==", "requires": { "fastify-plugin": "^3.0.0", "fastify-static": "^4.0.0", "js-yaml": "^4.0.0", "json-schema-resolver": "^1.2.0", - "openapi-types": "^7.2.3" + "openapi-types": "^8.0.0" }, "dependencies": { "argparse": { @@ -4004,9 +4001,9 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "requires": { "argparse": "^2.0.1" } @@ -4072,9 +4069,9 @@ } }, "find-my-way": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-4.0.0.tgz", - "integrity": "sha512-IrICzn/Xm5r5A3RCB8rGLNe+dvzZl+SiUugTQOUMLJciP2qiSu2hw9JtVEYV3VruAYzSWjo/MLH9CFKtVdlWhQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-4.1.0.tgz", + "integrity": "sha512-UBD94MdO6cBi6E97XA0fBA9nwqw+xG5x1TYIPHats33gEi/kNqy7BWHAWx8QHCQQRSU5Txc0JiD8nzba39gvMQ==", "requires": { "fast-decode-uri-component": "^1.0.1", "fast-deep-equal": "^3.1.3", @@ -4217,12 +4214,6 @@ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "dev": true }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", @@ -4279,9 +4270,9 @@ } }, "globals": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.6.0.tgz", - "integrity": "sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==", + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.8.0.tgz", + "integrity": "sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -4296,9 +4287,9 @@ } }, "globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", "dev": true, "requires": { "array-union": "^2.1.0", @@ -6753,6 +6744,18 @@ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "dev": true }, + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", + "dev": true + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=", + "dev": true + }, "lodash.includes": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", @@ -6799,6 +6802,12 @@ "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", "dev": true }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true + }, "lowercase-keys": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", @@ -7329,9 +7338,9 @@ } }, "openapi-types": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-7.2.3.tgz", - "integrity": "sha512-olbaNxz12R27+mTyJ/ZAFEfUruauHH27AkeQHDHRq5AF0LdNkK1SSV7EourXQDK+4aX7dv2HtyirAGK06WMAsA==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-8.0.0.tgz", + "integrity": "sha512-dcHYyCDOAy4QQTrur5Sn1L3lPVspB7rd04Rw/Q7AsMvfV797IiWgmKziFCbq8VhnBoREU/SPPSBDxtK9Biwa1g==" }, "optionator": { "version": "0.8.3", @@ -7474,23 +7483,23 @@ "dev": true }, "pg": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.5.1.tgz", - "integrity": "sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.6.0.tgz", + "integrity": "sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==", "requires": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", - "pg-connection-string": "^2.4.0", - "pg-pool": "^3.2.2", - "pg-protocol": "^1.4.0", + "pg-connection-string": "^2.5.0", + "pg-pool": "^3.3.0", + "pg-protocol": "^1.5.0", "pg-types": "^2.1.0", "pgpass": "1.x" } }, "pg-connection-string": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.4.0.tgz", - "integrity": "sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz", + "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==" }, "pg-int8": { "version": "1.0.1", @@ -7498,14 +7507,14 @@ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" }, "pg-pool": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.2.2.tgz", - "integrity": "sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.3.0.tgz", + "integrity": "sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==" }, "pg-protocol": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.4.0.tgz", - "integrity": "sha512-El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz", + "integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==" }, "pg-range": { "version": "1.1.0", @@ -7554,15 +7563,15 @@ "dev": true }, "pino": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-6.11.1.tgz", - "integrity": "sha512-PoDR/4jCyaP1k2zhuQ4N0NuhaMtei+C9mUHBRRJQujexl/bq3JkeL2OC23ada6Np3zeUMHbO4TGzY2D/rwZX3w==", + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/pino/-/pino-6.11.3.tgz", + "integrity": "sha512-drPtqkkSf0ufx2gaea3TryFiBHdNIdXKf5LN0hTM82SXI4xVIve2wLwNg92e1MT6m3jASLu6VO7eGY6+mmGeyw==", "requires": { "fast-redact": "^3.0.0", "fast-safe-stringify": "^2.0.7", "flatstr": "^1.0.12", "pino-std-serializers": "^3.1.0", - "quick-format-unescaped": "^4.0.1", + "quick-format-unescaped": "^4.0.3", "sonic-boom": "^1.0.2" } }, @@ -7876,9 +7885,9 @@ "integrity": "sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==" }, "quick-format-unescaped": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.2.tgz", - "integrity": "sha512-HNPqtTHgal9dBpJxibFGgOEmlaTbwEbplrR+oOiWp9aNFlFKBYfkbvvF8VrJPK65okrZuGOwHKLfe7/gT6NWuw==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.3.tgz", + "integrity": "sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==" }, "range-parser": { "version": "1.2.1", @@ -8370,9 +8379,9 @@ } }, "secure-json-parse": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.3.1.tgz", - "integrity": "sha512-5uGhQLHSC9tVa7RGPkSwxbZVsJCZvIODOadAimCXkU1aCa1fWdszj2DktcutK8A7dD58PoRdxTYiy0jFl6qjnw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", + "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==" }, "semver": { "version": "6.3.0", @@ -8698,9 +8707,9 @@ } }, "sonic-boom": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.3.2.tgz", - "integrity": "sha512-/B4tAuK2+hIlR94GhhWU1mJHWk5lt0CEuBvG0kvk1qIAzQc4iB1TieMio8DCZxY+Y7tsuzOxSUDOGmaUm3vXMg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz", + "integrity": "sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==", "requires": { "atomic-sleep": "^1.0.0", "flatstr": "^1.0.12" @@ -9061,21 +9070,24 @@ "dev": true }, "table": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz", - "integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.5.1.tgz", + "integrity": "sha512-xGDXWTBJxahkzPQCsn1S9ESHEenU7TbMD5Iv4FeopXv/XwJyWatFjfbor+6ipI10/MNPXBYUamYukOrbPZ9L/w==", "dev": true, "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", + "ajv": "^8.0.1", + "lodash.clonedeep": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.truncate": "^4.4.2", "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0" }, "dependencies": { "ajv": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.1.tgz", - "integrity": "sha512-+nu0HDv7kNSOua9apAVc979qd932rrZeb3WOvoiD31A/p1mIE5/9bN2027pE2rOPYEdS3UHzsvof4hY+lM9/WQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.1.0.tgz", + "integrity": "sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -9090,11 +9102,14 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } } } }, diff --git a/package.json b/package.json index 71276131..d37b1080 100644 --- a/package.json +++ b/package.json @@ -14,39 +14,39 @@ "test": "jest --config .jest.json --coverage" }, "dependencies": { - "@nearform/sql": "^1.5.0", - "aws-sdk": "^2.873.0", + "@nearform/sql": "^1.6.0", + "aws-sdk": "^2.900.0", "crypto-random-string": "^3.3.1", - "date-fns": "^2.19.0", + "date-fns": "^2.21.2", "env-schema": "^3.0.1", - "fastify": "^3.14.0", - "fastify-autoload": "^3.6.0", - "fastify-cors": "^5.2.0", + "fastify": "^3.15.1", + "fastify-autoload": "^3.7.1", + "fastify-cors": "^6.0.0", "fastify-formbody": "^5.0.0", "fastify-jwt": "^2.4.0", "fastify-plugin": "^3.0.0", "fastify-postgres": "^3.5.0", - "fastify-swagger": "^4.4.2", + "fastify-swagger": "^4.7.0", "fluent-schema": "^1.1.0", "http-errors": "^1.8.0", "nan": "^2.14.2", "node-fetch": "^2.6.1", - "pg": "^8.5.1", + "pg": "^8.6.0", "pg-range": "^1.1.0", "phone": "^2.4.21" }, "devDependencies": { - "eslint": "^7.22.0", - "eslint-config-prettier": "^6.15.0", + "eslint": "^7.25.0", + "eslint-config-prettier": "^8.3.0", "eslint-config-prettier-standard": "^4.0.1", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.3.2", + "eslint-plugin-jest": "^24.3.6", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^5.0.0", - "faker": "^5.5.0", + "faker": "^5.5.3", "jest": "^26.6.3", "nodemon": "^2.0.7", "pino-pretty": "^4.7.1",