From 3236b928cf760c32907c1900b03b1ef3af7e99f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:23:02 +0000 Subject: [PATCH] chore(deps): bump env-schema from 6.0.0 to 6.0.1 (#823) Bumps [env-schema](https://github.com/fastify/env-schema) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/fastify/env-schema/releases) - [Commits](https://github.com/fastify/env-schema/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: env-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39496c2..56a845d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@google-cloud/firestore": "^7.11.0", "desm": "^1.3.1", "dotenv": "^16.4.7", - "env-schema": "^6.0.0", + "env-schema": "^6.0.1", "fast-json-stringify": "^6.0.0", "fastify": "^5.2.0", "fastify-plugin": "^5.0.1", @@ -5200,9 +5200,19 @@ } }, "node_modules/env-schema": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/env-schema/-/env-schema-6.0.0.tgz", - "integrity": "sha512-/IHp1EmrfubUOfF1wfe8koDWM5/dxUDylHANPNrPyrsYWJ7KRiB8gXbjtqQBujmOhpSpXXOhhnaL+meb+MaGtA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/env-schema/-/env-schema-6.0.1.tgz", + "integrity": "sha512-WRD40Q25pP4NUbI3g3CNU5PPzcaiX7YYcPwiCZlfR4qGsKmTlckRixgHww0/fOXiXSNKA87pwshzq0ULTK/48A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "ajv": "^8.12.0", "dotenv": "^16.4.5", @@ -17116,9 +17126,9 @@ "optional": true }, "env-schema": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/env-schema/-/env-schema-6.0.0.tgz", - "integrity": "sha512-/IHp1EmrfubUOfF1wfe8koDWM5/dxUDylHANPNrPyrsYWJ7KRiB8gXbjtqQBujmOhpSpXXOhhnaL+meb+MaGtA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/env-schema/-/env-schema-6.0.1.tgz", + "integrity": "sha512-WRD40Q25pP4NUbI3g3CNU5PPzcaiX7YYcPwiCZlfR4qGsKmTlckRixgHww0/fOXiXSNKA87pwshzq0ULTK/48A==", "requires": { "ajv": "^8.12.0", "dotenv": "^16.4.5", diff --git a/package.json b/package.json index 7f165b9..afe5260 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@google-cloud/firestore": "^7.11.0", "desm": "^1.3.1", "dotenv": "^16.4.7", - "env-schema": "^6.0.0", + "env-schema": "^6.0.1", "fast-json-stringify": "^6.0.0", "fastify": "^5.2.0", "fastify-plugin": "^5.0.1",