From c1ae351bee6f29e1b5e7b364000b827b432be8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:35:30 +0000 Subject: [PATCH] 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a38f7a4..5e2d283 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { - "env-schema": "^2.0.0", + "env-schema": "^3.0.1", "fastify-plugin": "^3.0.0" }, "devDependencies": {