From f33df222922ed3f6bd338f0f73da02209f25ebf1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 15:35:36 +0000 Subject: [PATCH] Bump fastify-routes from 2.0.3 to 3.0.1 Bumps [fastify-routes](https://github.com/fastify/fastify-routes) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/fastify/fastify-routes/releases) - [Commits](https://github.com/fastify/fastify-routes/compare/v2.0.3...v3.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8d0ff9..c51833d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@mia-platform/eslint-config-mia": "^3.0.0", "eslint": "^6.8.0", - "fastify-routes": "^2.0.3", + "fastify-routes": "^3.0.1", "nock": "^11.9.1", "pre-commit": "^1.2.2", "tap": "^14.10.6",