From 7d998637d1fe298d749600bb43af4b27b1a39623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:48:38 +0000 Subject: [PATCH] Bump env-schema from 5.2.1 to 6.0.1 Bumps [env-schema](https://github.com/fastify/env-schema) from 5.2.1 to 6.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v5.2.1...v6.0.1) --- updated-dependencies: - dependency-name: env-schema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96960ea..a28b0d5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "axios": "^1.7.2", "discord-oauth2": "^2.12.1", "dotenv": "^16.4.5", - "env-schema": "^5.2.1", + "env-schema": "^6.0.1", "fastify": "^5.1.0", "fastify-plugin": "^5.0.1" },