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

Sync to latest #2

Open
wants to merge 139 commits into
base: current
Choose a base branch
from
Open

Sync to latest #2

wants to merge 139 commits into from

Conversation

colmharte
Copy link
Member

No description provided.

dennisgove and others added 30 commits August 7, 2020 15:57
fixing the QA and PROD migration container registry addresses
initial nys settings based on the settings from other deployments
* adding a privacy policy reference

* updating the privacy policy with the latest draft
File 202008211813.do.nys-privacy-v3.sql contains a syntax error that causes DB migrations to fail. Due to how the NPM migrations module works I'm not 100% sure that removing the migration file will result in a valid migration. Instead I've commented out the UPDATE statement and have replaced it with a SELECT of no data to ensure something is run in the file that will not cause an error.
colmharte and others added 30 commits May 14, 2021 09:49
* Syncing to latest changes

* Syncing with latest changes (#73)

* feat: notices, improvements to rate limit, created_at timestamp, remove token (#32)

* feat: notices, improvements to rate limit, created_at timestamp, remove token (#33)

* Grant permissions for new tables

* Create metric when old file requested, more logging when token renewal fails (#37)

* Add QR venues feature (#35)

* Move QR migration to after existing

* Enable cti-prod deployments

* Venue check in upload (#38)

* Support verification using reCAPTCHA (#39)

* Optionally load proxy url

* Add location column to venues (#40)

* fix: Invert lat and lng in venue location

* fix: Show all risky periods, not just current

* Enable data endpoints in prod, handle ios exposure settings request (#41)

* Deploy to scot-prod

* Include temporary deployment action

* Deploy this branch

* Allows for missing refresh token

* Deploy only to scotland

* Fixing test

* Applying refresh token patch to branch

* Adding config options around no refresh token

* QA Scot deploy

* QA Scot deploy

* QA Scot deploy

* Fixing check

* Adding migration for sms schedxuling

* Adding prop to schema

* ~Remoiving workflow

* Lint fix

* Removing workflow from current branch

* adding back QA file

* Adding back in workflow files

* Adding metrics for OTC use

* Fixing tests

* Yaml fix

* Yaml fix

* tracking which otc was used

* lint fix

* Removing control and adding lastUpdatedAt for expiry check on OTC

* chore: update fastify deps

* chore: enable dependabot

* Bump actions/setup-node from v1 to v2.1.4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 8.2.1 to 10.5.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.2.1 to 10.5.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v8.2.1...v10.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump env-schema from 1.1.0 to 2.0.1

Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.0.1.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pg from 8.3.0 to 8.5.1

Bumps [pg](https://github.com/brianc/node-postgres) from 8.3.0 to 8.5.1.
- [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/compare/[email protected]@8.5.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump postgrator from 3.11.0 to 4.1.1

Bumps [postgrator](https://github.com/rickbergfalk/postgrator) from 3.11.0 to 4.1.1.
- [Release notes](https://github.com/rickbergfalk/postgrator/releases)
- [Changelog](https://github.com/rickbergfalk/postgrator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rickbergfalk/postgrator/compare/v3.11.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

* remove git add in lint-staged config

* adding logging

* adding logging

* Bump eslint from 6.8.0 to 7.17.0

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.17.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.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump dotenv from 6.2.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v8.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump http-errors from 1.7.3 to 1.8.0

Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/jshttp/http-errors/releases)
- [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/http-errors/compare/1.7.3...1.8.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: formatting

* Bump nodemon from 2.0.4 to 2.0.7

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.4 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.7)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump date-fns from 2.11.1 to 2.16.1

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.11.1 to 2.16.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.11.1...v2.16.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-jest from 22.21.0 to 24.1.3

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.3.
- [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.3)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.646.0 to 2.827.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.646.0 to 2.827.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.646.0...v2.827.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 3.6.1 to 4.3.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.3.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 4.1.0 to 5.1.0

Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.1.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/compare/v4.1.0...v5.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-import from 2.21.2 to 2.22.1

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.1)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* New migration

* Last file fix

* Bump @nearform/sql from 1.4.0 to 1.5.0

Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/nearform/sql/releases)
- [Commits](https://github.com/nearform/sql/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump uuid from 8.0.0 to 8.3.2

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.0.0 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.0.0...v8.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.9.2 to 3.10.1

Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.10.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.10.1)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump eslint from 7.17.0 to 7.18.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.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.17.0...v7.18.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump eslint-config-prettier from 6.10.1 to 7.2.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 7.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.10.1...v7.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.827.0 to 2.828.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.827.0 to 2.828.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.827.0...v2.828.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-forge from 0.9.1 to 0.10.0

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.9.1...0.10.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-jose from 1.1.4 to 2.0.0

Bumps [node-jose](https://github.com/cisco/node-jose) from 1.1.4 to 2.0.0.
- [Release notes](https://github.com/cisco/node-jose/releases)
- [Changelog](https://github.com/cisco/node-jose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cisco/node-jose/compare/1.1.4...2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-prettier from 3.1.2 to 3.3.1

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.2 to 3.3.1.
- [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/compare/v3.1.2...v3.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.828.0 to 2.829.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.828.0 to 2.829.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.828.0...v2.829.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Allowing postcode in notices

* Bump aws-sdk from 2.829.0 to 2.830.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.829.0 to 2.830.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.829.0...v2.830.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.830.0 to 2.831.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.830.0 to 2.831.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.830.0...v2.831.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.0 to 3.4.1

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.10.1 to 3.11.0

Bumps [fastify](https://github.com/fastify/fastify) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.10.1...v3.11.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.1.0 to 5.2.0

Bumps [faker](https://github.com/Marak/Faker.js) from 5.1.0 to 5.2.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/compare/v5.1.0...v5.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.1 to 3.4.2

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 3.5.0 to 4.0.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...v4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.831.0 to 2.832.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.831.0 to 2.832.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.831.0...v2.832.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.832.0 to 2.833.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.832.0 to 2.833.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.832.0...v2.833.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-postgres from 3.3.0 to 3.4.0

Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/fastify/fastify-postgres/releases)
- [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 4.3.0 to 4.4.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v4.3.0...v4.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.833.0 to 2.834.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.833.0 to 2.834.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.833.0...v2.834.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 7.18.0 to 7.19.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.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.18.0...v7.19.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.0.0 to 4.0.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 4.4.0 to 4.5.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v4.4.0...v4.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.834.0 to 2.835.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.834.0 to 2.835.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.834.0...v2.835.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.2.0 to 5.3.1

Bumps [faker](https://github.com/Marak/Faker.js) from 5.2.0 to 5.3.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.2.0...v5.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.835.0 to 2.836.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.835.0 to 2.836.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.835.0...v2.836.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.0.1 to 4.1.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.0.1...v4.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 3.0.1 to 4.0.0

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.0.
- [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.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* adding some logging

* Fixing log

* Lint fix

* Bump aws-sdk from 2.836.0 to 2.838.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.836.0 to 2.838.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.836.0...v2.838.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.0 to 4.1.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: change formatting to comply with new prettier rules

* Bump date-fns from 2.16.1 to 2.17.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.17.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.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.1 to 4.2.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 10.5.3 to 10.5.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.3...v10.5.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.838.0 to 2.839.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.838.0 to 2.839.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.838.0...v2.839.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.839.0 to 2.840.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.839.0 to 2.840.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.839.0...v2.840.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.840.0 to 2.841.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.840.0 to 2.841.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.840.0...v2.841.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.2.0 to 4.3.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.3.1 to 5.4.0

Bumps [faker](https://github.com/Marak/Faker.js) from 5.3.1 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] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.841.0 to 2.842.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.841.0 to 2.842.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.841.0...v2.842.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.842.0 to 2.843.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.842.0 to 2.843.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.842.0...v2.843.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.3.0 to 4.3.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.0...4.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump env-schema from 2.0.1 to 2.1.0

Bumps [env-schema](https://github.com/fastify/env-schema) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](https://github.com/fastify/env-schema/compare/v2.0.1...v2.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 7.19.0 to 7.20.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.11.0 to 3.12.0

Bumps [fastify](https://github.com/fastify/fastify) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.11.0...v3.12.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.843.0 to 2.844.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.843.0 to 2.844.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.843.0...v2.844.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.844.0 to 2.845.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.844.0 to 2.845.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.844.0...v2.845.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-jest from 24.1.3 to 24.1.5

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 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/v24.1.3...v24.1.5)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.845.0 to 2.846.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.845.0 to 2.846.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.845.0...v2.846.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.846.0 to 2.847.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.846.0 to 2.847.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.846.0...v2.847.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.847.0 to 2.848.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.847.0 to 2.848.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.847.0...v2.848.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from v2.1.4 to v2.1.5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.848.0 to 2.849.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.848.0 to 2.849.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.848.0...v2.849.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 4.0.0 to 4.0.1

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 4.0.0 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/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.2 to 3.5.0

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.2...v3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Adding more detaiuls to metrics

* Bump aws-sdk from 2.849.0 to 2.850.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.849.0 to 2.850.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.849.0...v2.850.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Removing github actions

Co-authored-by: Paolo Chiodi <[email protected]>
Co-authored-by: Jack Murdoch <[email protected]>
Co-authored-by: David Gonzalez <[email protected]>
Co-authored-by: Jack Murdoch <[email protected]>
Co-authored-by: David Gonzalez <[email protected]>
Co-authored-by: Simone Busoli <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Busoli <[email protected]>

* Sync to latest (#80)

* Grant permissions for new tables

* Create metric when old file requested, more logging when token renewal fails (#37)

* Add QR venues feature (#35)

* Move QR migration to after existing

* Enable cti-prod deployments

* Venue check in upload (#38)

* Support verification using reCAPTCHA (#39)

* Optionally load proxy url

* Add location column to venues (#40)

* fix: Invert lat and lng in venue location

* fix: Show all risky periods, not just current

* Enable data endpoints in prod, handle ios exposure settings request (#41)

* Deploy to scot-prod

* Include temporary deployment action

* Deploy this branch

* Allows for missing refresh token

* Deploy only to scotland

* Fixing test

* Applying refresh token patch to branch

* Adding config options around no refresh token

* QA Scot deploy

* QA Scot deploy

* QA Scot deploy

* Fixing check

* Adding migration for sms schedxuling

* Adding prop to schema

* ~Remoiving workflow

* Lint fix

* Removing workflow from current branch

* adding back QA file

* Adding back in workflow files

* Adding metrics for OTC use

* Fixing tests

* Yaml fix

* Yaml fix

* tracking which otc was used

* lint fix

* Removing control and adding lastUpdatedAt for expiry check on OTC

* chore: update fastify deps

* chore: enable dependabot

* Bump actions/setup-node from v1 to v2.1.4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 8.2.1 to 10.5.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.2.1 to 10.5.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v8.2.1...v10.5.3)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump env-schema from 1.1.0 to 2.0.1

Bumps [env-schema](https://github.com/fastify/env-schema) from 1.1.0 to 2.0.1.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](https://github.com/fastify/env-schema/compare/v1.1.0...v2.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pg from 8.3.0 to 8.5.1

Bumps [pg](https://github.com/brianc/node-postgres) from 8.3.0 to 8.5.1.
- [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/compare/[email protected]@8.5.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump postgrator from 3.11.0 to 4.1.1

Bumps [postgrator](https://github.com/rickbergfalk/postgrator) from 3.11.0 to 4.1.1.
- [Release notes](https://github.com/rickbergfalk/postgrator/releases)
- [Changelog](https://github.com/rickbergfalk/postgrator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rickbergfalk/postgrator/compare/v3.11.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

* remove git add in lint-staged config

* adding logging

* adding logging

* Bump eslint from 6.8.0 to 7.17.0

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.17.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.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump dotenv from 6.2.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v8.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump http-errors from 1.7.3 to 1.8.0

Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/jshttp/http-errors/releases)
- [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/http-errors/compare/1.7.3...1.8.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.2.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: formatting

* Bump nodemon from 2.0.4 to 2.0.7

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.4 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.7)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump date-fns from 2.11.1 to 2.16.1

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.11.1 to 2.16.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.11.1...v2.16.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-jest from 22.21.0 to 24.1.3

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 24.1.3.
- [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.3)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.646.0 to 2.827.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.646.0 to 2.827.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.646.0...v2.827.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 3.6.1 to 4.3.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 3.6.1 to 4.3.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v3.6.1...v4.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 4.1.0 to 5.1.0

Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.1.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/compare/v4.1.0...v5.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-import from 2.21.2 to 2.22.1

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.1)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* New migration

* Last file fix

* Bump @nearform/sql from 1.4.0 to 1.5.0

Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/nearform/sql/releases)
- [Commits](https://github.com/nearform/sql/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump uuid from 8.0.0 to 8.3.2

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.0.0 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.0.0...v8.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.9.2 to 3.10.1

Bumps [fastify](https://github.com/fastify/fastify) from 3.9.2 to 3.10.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.9.2...v3.10.1)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump eslint from 7.17.0 to 7.18.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.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.17.0...v7.18.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump eslint-config-prettier from 6.10.1 to 7.2.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 7.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.10.1...v7.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.827.0 to 2.828.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.827.0 to 2.828.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.827.0...v2.828.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-forge from 0.9.1 to 0.10.0

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.9.1...0.10.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node-jose from 1.1.4 to 2.0.0

Bumps [node-jose](https://github.com/cisco/node-jose) from 1.1.4 to 2.0.0.
- [Release notes](https://github.com/cisco/node-jose/releases)
- [Changelog](https://github.com/cisco/node-jose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cisco/node-jose/compare/1.1.4...2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-prettier from 3.1.2 to 3.3.1

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.2 to 3.3.1.
- [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/compare/v3.1.2...v3.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.828.0 to 2.829.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.828.0 to 2.829.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.828.0...v2.829.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Allowing postcode in notices

* Bump aws-sdk from 2.829.0 to 2.830.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.829.0 to 2.830.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.829.0...v2.830.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.830.0 to 2.831.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.830.0 to 2.831.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.830.0...v2.831.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.0 to 3.4.1

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.10.1 to 3.11.0

Bumps [fastify](https://github.com/fastify/fastify) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.10.1...v3.11.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.1.0 to 5.2.0

Bumps [faker](https://github.com/Marak/Faker.js) from 5.1.0 to 5.2.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/compare/v5.1.0...v5.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.1 to 3.4.2

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 3.5.0 to 4.0.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v3.5.0...v4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.831.0 to 2.832.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.831.0 to 2.832.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.831.0...v2.832.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.832.0 to 2.833.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.832.0 to 2.833.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.832.0...v2.833.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-postgres from 3.3.0 to 3.4.0

Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/fastify/fastify-postgres/releases)
- [Commits](https://github.com/fastify/fastify-postgres/compare/v3.3.0...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 4.3.0 to 4.4.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v4.3.0...v4.4.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.833.0 to 2.834.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.833.0 to 2.834.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.833.0...v2.834.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 7.18.0 to 7.19.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.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.18.0...v7.19.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.0.0 to 4.0.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pino-pretty from 4.4.0 to 4.5.0

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v4.4.0...v4.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.834.0 to 2.835.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.834.0 to 2.835.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.834.0...v2.835.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.2.0 to 5.3.1

Bumps [faker](https://github.com/Marak/Faker.js) from 5.2.0 to 5.3.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.2.0...v5.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.835.0 to 2.836.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.835.0 to 2.836.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.835.0...v2.836.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.0.1 to 4.1.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.0.1...v4.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 3.0.1 to 4.0.0

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.0.
- [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.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* adding some logging

* Fixing log

* Lint fix

* Bump aws-sdk from 2.836.0 to 2.838.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.836.0 to 2.838.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.836.0...v2.838.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.0 to 4.1.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: change formatting to comply with new prettier rules

* Bump date-fns from 2.16.1 to 2.17.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.17.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.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.1 to 4.2.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 10.5.3 to 10.5.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.3...v10.5.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.838.0 to 2.839.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.838.0 to 2.839.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.838.0...v2.839.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.839.0 to 2.840.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.839.0 to 2.840.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.839.0...v2.840.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.840.0 to 2.841.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.840.0 to 2.841.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.840.0...v2.841.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.2.0 to 4.3.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.3.1 to 5.4.0

Bumps [faker](https://github.com/Marak/Faker.js) from 5.3.1 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] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.841.0 to 2.842.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.841.0 to 2.842.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.841.0...v2.842.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.842.0 to 2.843.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.842.0 to 2.843.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.842.0...v2.843.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.3.0 to 4.3.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.0...4.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump env-schema from 2.0.1 to 2.1.0

Bumps [env-schema](https://github.com/fastify/env-schema) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](https://github.com/fastify/env-schema/compare/v2.0.1...v2.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 7.19.0 to 7.20.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.11.0 to 3.12.0

Bumps [fastify](https://github.com/fastify/fastify) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.11.0...v3.12.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.843.0 to 2.844.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.843.0 to 2.844.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.843.0...v2.844.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.844.0 to 2.845.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.844.0 to 2.845.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.844.0...v2.845.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-jest from 24.1.3 to 24.1.5

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 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/v24.1.3...v24.1.5)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.845.0 to 2.846.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.845.0 to 2.846.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.845.0...v2.846.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.846.0 to 2.847.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.846.0 to 2.847.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.846.0...v2.847.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.847.0 to 2.848.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.847.0 to 2.848.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.847.0...v2.848.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from v2.1.4 to v2.1.5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.848.0 to 2.849.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.848.0 to 2.849.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.848.0...v2.849.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 4.0.0 to 4.0.1

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 4.0.0 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/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.2 to 3.5.0

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.2...v3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Adding more detaiuls to metrics

* Bump aws-sdk from 2.849.0 to 2.850.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.849.0 to 2.850.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws…
* Bump aws-sdk from 2.835.0 to 2.836.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.835.0 to 2.836.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.835.0...v2.836.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.0.1 to 4.1.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.0.1...v4.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 3.0.1 to 4.0.0

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 3.0.1 to 4.0.0.
- [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.0)

Signed-off-by: dependabot[bot] <[email protected]>

* 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] <[email protected]>

* adding some logging

* Fixing log

* Lint fix

* Bump aws-sdk from 2.836.0 to 2.838.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.836.0 to 2.838.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.836.0...v2.838.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.0 to 4.1.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: change formatting to comply with new prettier rules

* Bump date-fns from 2.16.1 to 2.17.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.1 to 2.17.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.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.1.1 to 4.2.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump lint-staged from 10.5.3 to 10.5.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.3...v10.5.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.838.0 to 2.839.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.838.0 to 2.839.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.838.0...v2.839.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.839.0 to 2.840.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.839.0 to 2.840.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.839.0...v2.840.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.840.0 to 2.841.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.840.0 to 2.841.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.840.0...v2.841.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.2.0 to 4.3.0

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump faker from 5.3.1 to 5.4.0

Bumps [faker](https://github.com/Marak/Faker.js) from 5.3.1 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] <[email protected]>

* 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] <[email protected]>

* Bump aws-sdk from 2.841.0 to 2.842.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.841.0 to 2.842.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.841.0...v2.842.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.842.0 to 2.843.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.842.0 to 2.843.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.842.0...v2.843.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-swagger from 4.3.0 to 4.3.1

Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v4.3.0...4.3.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump env-schema from 2.0.1 to 2.1.0

Bumps [env-schema](https://github.com/fastify/env-schema) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](https://github.com/fastify/env-schema/compare/v2.0.1...v2.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint from 7.19.0 to 7.20.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify from 3.11.0 to 3.12.0

Bumps [fastify](https://github.com/fastify/fastify) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v3.11.0...v3.12.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.843.0 to 2.844.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.843.0 to 2.844.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.843.0...v2.844.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.844.0 to 2.845.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.844.0 to 2.845.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.844.0...v2.845.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-plugin-jest from 24.1.3 to 24.1.5

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 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/v24.1.3...v24.1.5)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.845.0 to 2.846.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.845.0 to 2.846.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.845.0...v2.846.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.846.0 to 2.847.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.846.0 to 2.847.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.846.0...v2.847.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.847.0 to 2.848.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.847.0 to 2.848.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.847.0...v2.848.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from v2.1.4 to v2.1.5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.848.0 to 2.849.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.848.0 to 2.849.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.848.0...v2.849.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier-standard from 4.0.0 to 4.0.1

Bumps [eslint-config-prettier-standard](https://github.com/npetruzzelli/eslint-config-prettier-standard) from 4.0.0 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/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-autoload from 3.4.2 to 3.5.0

Bumps [fastify-autoload](https://github.com/fastify/fastify-autoload) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/fastify/fastify-autoload/releases)
- [Commits](https://github.com/fastify/fastify-autoload/compare/v3.4.2...v3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Adding more detaiuls to metrics

* Bump aws-sdk from 2.849.0 to 2.850.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.849.0 to 2.850.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.849.0...v2.850.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Removing github actions

* Fixing autoload dependency

* Bump aws-sdk from 2.850.0 to 2.851.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.850.0 to 2.851.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.850.0...v2.851.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fastify-postgres from 3.4.0 to 3.5.0

Bumps [fastify-postgres](https://github.com/fastify/fastify-postgres) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/fastify/fastify-postgres/releases)
- [Commits](https://github.com/fastify/fastify-postgres/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump eslint-config-prettier from 7.2.0 to 8.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.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/v7.2.0...v8.1.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-sdk from 2.851.0 to 2.852.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.851.0 to 2.852.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.851.0...v2.852.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Adding OTC_ metrics when using proxy

* Build(deps): bump aws-sdk from 2.852.0 to 2.853.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.852.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.852.0...v2.853.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps-dev): bump eslint from 7.20.0 to 7.21.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.20.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/v7.20.0...v7.21.0)

Signed-off-by: dependabot[bot] <[email protected]>

* fix: integration test

* Build(deps): bump date-fns from 2.17.0 to 2.18.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.17.0 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.17.0...v2.18.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps): 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] <[email protected]>

* Build(deps-dev): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Adding deeplink and enx logo requests logging support

* ode updates for deeplinks

* Build(deps): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Adding /v end point for deeplink rewrites

* Build(deps): 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/commits)

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps): 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] <[email protected]>

* Ading migration

* Build(deps): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Build(deps-dev): bump eslint-plugin-jest from 24.1.5 to 24.1.8

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.8.
- [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.8)

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps-dev): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* chore: add dependabot automerge action

* Build(deps-dev): 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] <[email protected]>

* Build(deps): 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] <[email protected]>

* Build(deps-dev): bump eslint-plugin-jest from 24.1.8 to 24.1.9

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.8 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.8...v24.1.9)

Signed-off-by: dependabot[bot] <[email protected]>

* Build(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] <[email protected]>

* Build(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] <[email protected]>

* Build(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] <[email protected]>

* Build(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] <[email protected]>

* Add logging callback request payload (#163)

* Adding log request

* Fix ref

* Fixing tests

* Removing migration

* Making new params optional

* Fixing lint

* Fixing payload

* Build(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] <[email protected]>

* Build(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] <[email protected]>

* Build(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] <[email protected]>

* Build(deps): bump fastify/github-action-merge-dependabot

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] <[email protected]>

* Build(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.2 (#175)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.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.2.1...v24.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump eslint from 7.21.0 to 7.22.0 (#170)

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] <[email protected]>

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

* Build(deps): bump fastify from 3.13.0 to 3.14.0 (#165)

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] <[email protected]>

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

* Build(deps): bump mobile-detect from 1.4.4 to 1.4.5 (#172)

Bumps [mobile-detect](https://github.com/hgoebl/mobile-detect.js) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/hgoebl/mobile-detect.js/releases)
- [Changelog](https://github.com/hgoebl/mobile-detect.js/blob/master/CHANGELOG)
- [Commits](https://github.com/hgoebl/mobile-detect.js/compare/v1.4.4...v1.4.5)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.862.0 to 2.865.0 (#174)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.862.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.862.0...v2.865.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump fastify-swagger from 4.4.1 to 4.4.2 (#176)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.865.0 to 2.866.0 (#177)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.866.0 to 2.868.0 (#178)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.866.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.866.0...v2.868.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump fastify-jwt from 2.3.0 to 2.4.0 (#179)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.868.0 to 2.869.0 (#180)

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] <[email protected]>

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

* Adding new migration for checkin summary stats

* Build(deps): bump aws-sdk from 2.869.0 to 2.870.0 (#181)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.870.0 to 2.871.0 (#182)

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] <[email protected]>

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

* Build(deps-dev): bump faker from 5.4.0 to 5.5.0 (#183)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.871.0 to 2.873.0 (#184)

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] <[email protected]>

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

* Build(deps-dev): bump faker from 5.5.0 to 5.5.1 (#188)

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] <[email protected]>

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

* Build(deps): bump fastify from 3.14.0 to 3.14.1 (#186)

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] <[email protected]>

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

* Build(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#187)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.873.0 to 2.875.0 (#189)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.873.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.873.0...v2.875.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.875.0 to 2.876.0 (#190)

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] <[email protected]>

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

* Build(deps-dev): bump faker from 5.5.1 to 5.5.2 (#191)

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] <[email protected]>

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

* adding chaff support

* fixing issue

* Build(deps): bump aws-sdk from 2.876.0 to 2.877.0 (#192)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.876.0 to 2.877.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.877.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump @nearform/sql from 1.5.0 to 1.5.1 (#193)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.877.0 to 2.878.0 (#194)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.877.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.877.0...v2.878.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#195)

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] <[email protected]>

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

* Build(deps): bump fastify-swagger from 4.4.2 to 4.5.0 (#196)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.878.0 to 2.879.0 (#197)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.879.0 to 2.880.0 (#198)

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] <[email protected]>

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

* Build(deps): bump fastify-autoload from 3.6.0 to 3.7.0 (#199)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.880.0 to 2.881.0 (#200)

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] <[email protected]>

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

* Build(deps): bump date-fns from 2.19.0 to 2.20.0 (#201)

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] <[email protected]>

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

* Build(deps): bump fastify from 3.14.1 to 3.14.2 (#202)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.881.0 to 2.882.0 (#203)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.882.0 to 2.883.0 (#204)

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] <[email protected]>

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

* Build(deps-dev): bump faker from 5.5.2 to 5.5.3 (#205)

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] <[email protected]>

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

* Build(deps): bump date-fns from 2.20.0 to 2.20.1 (#206)

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] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#207)

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] <[email protected]>

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

* Build(deps): bump fastify-swagger from 4.5.0 to 4.5.1 (#209)

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] <[email protected]>

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

* Build(deps-dev): bump eslint from 7.23.0 to 7.24.0 (#210)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.883.0 to 2.884.0 (#208)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.884.0 to 2.885.0 (#211)

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] <[email protected]>

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

* Build(deps): bump date-fns from 2.20.1 to 2.20.2 (#212)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.885.0 to 2.886.0 (#213)

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] <[email protected]>

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

* Build(deps): bump pg from 8.5.1 to 8.6.0 (#215)

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/[email protected]/packages/pg)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.2.0 (#216)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.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/v8.1.0...v8.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump date-fns from 2.20.2 to 2.20.3 (#214)

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] <[email protected]>

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

* Build(deps): bump fastify-swagger from 4.5.1 to 4.6.0 (#217)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.886.0 to 2.887.0 (#218)

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] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#219)

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] <[email protected]>

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

* Build(deps): bump date-fns from 2.20.3 to 2.21.1 (#221)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.3 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.20.3...v2.21.1)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.887.0 to 2.888.0 (#222)

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] <[email protected]>

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

* Build(deps): bump fastify-autoload from 3.7.0 to 3.7.1 (#223)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.888.0 to 2.889.0 (#224)

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] <[email protected]>

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

* Adding padding support on requests, tracking long code usage

* Changing schema to support chaff requests

* Build(deps): bump fastify-swagger from 4.6.0 to 4.7.0 (#225)

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] <[email protected]>

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

* Build(deps): bump fastify from 3.14.2 to 3.15.0 (#226)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.889.0 to 2.890.0 (#227)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.890.0 to 2.891.0 (#228)

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] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#229)

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] <[email protected]>

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

* Build(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 (#230)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.891.0 to 2.892.0 (#232)

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] <[email protected]>

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

* Build(deps-dev): bump eslint from 7.24.0 to 7.25.0 (#231)

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] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.892.0 to 2.893.0 (#233)

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] <[email protected]>

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

* Captue version and os on token renewal

* Fixing tesrts

* Fixing cors credentials and depricated faker methods

* Fixing chaff support and tracking OTC age

* Fixing query

* Stop reurning 500 error details

* Enabling deopendabot

* Build(deps): bump date-fns from 2.21.1 to 2.21.3 (#237)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.1 to 2.21.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.21.1...v2.21.3)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump fastify-cors from 5.2.0 to 6.0.1 (#236)

Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 5.2.0 to 6.0.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v5.2.0...v6.0.1)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.893.0 to 2.908.0 (#235)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.893.0 to 2.908.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.908.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.2 (#239)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump eslint-plugin-standard from 4.0.1 to 5.0.0 (#240)

Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases)
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v5.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump dotenv from 8.2.0 to 9.0.2 (#241)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.0.2.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v9.0.2)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump @nearform/sql from 1.5.1 to 1.8.0 (#242)

Bumps [@nearform/sql](https://github.com/nearform/sql) from 1.5.1 to 1.8.0.
- [Release notes](https://github.com/nearform/sql/releases)
- [Commits](https://github.com/nearform/sql/compare/v1.5.1...v1.8.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump fastify from 3.15.0 to 3.15.1 (#243)

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] <[email protected]>

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

* Build(deps-dev): bump eslint from 7.25.0 to 7.26.0 (#234)

Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.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.25.0...v7.26.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 (#244)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.4...v11.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.908.0 to 2.910.0 (#245)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.908.0 to 2.910.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.908.0...v2.910.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps): bump aws-sdk from 2.910.0 to 2.911.0 (#247)

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.910.0 to 2.911.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.910.0...v2.911.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump pino-pretty from 4.7.1 to 4.8.0 (#246)

Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v4.7.1...v4.8.0)

Signed-off-by: dependabot[bot] <[email protected]>

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

* Build(deps-dev): bump prettier from 2.2.1 to 2.3.0 (#238)

* Build(deps-dev): bump prettier from 2.2.1 to 2.3.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [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/2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Lint fix

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

* Moving nodemon

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Busoli <[email protected]>
* Sync up contributors, clarify onboarding

* typo

Co-authored-by: Fiacc <[email protected]>
Co-authored-by: Colm Harte <[email protected]>
chore: fix LFPH image link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.