Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fastify-swagger from 4.4.0 to 4.4.1 #44

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps fastify-swagger from 4.4.0 to 4.4.1.

Release notes

Sourced from fastify-swagger's releases.

v4.4.1

📚 PR:

  • chore(gitignore): use latest github ignore template (#380)
  • fix: uiConfig types and initOAuth in static mode (#381)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](fastify/fastify-swagger@v4.4.0...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2021

Superseded by #48.

@dependabot dependabot bot closed this Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fastify-swagger-4.4.1 branch March 16, 2021 05:37
colmharte added a commit that referenced this pull request May 21, 2021
* 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 <jack.murdoch@nearform.com>

* 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 <jack.murdoch@nearform.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

Co-authored-by: Jack Murdoch <35329295+jackmurdoch@users.noreply.github.com>
Co-authored-by: Jack Murdoch <jack.murdoch@nearform.com>
Co-authored-by: Simone Busoli <simone.busoli@nearform.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Busoli <simone.busoli@gmail.com>

* 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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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 <jack.murdoch@nearform.com>
Co-authored-by: Simone Busoli <simone.busoli@nearform.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Busoli <simone.busoli@gmail.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump aws-sdk from 2.864.0 to 2.8…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants