diff --git a/package-lock.json b/package-lock.json index abcd23ce..8ab1c26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5772,9 +5772,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", @@ -12037,7 +12047,7 @@ "@google-cloud/speech": "^6.7.0", "@google-cloud/translate": "^8.5.0", "desm": "^1.3.1", - "env-schema": "^6.0.0", + "env-schema": "^6.0.1", "fastify": "^5.2.0", "firebase-admin": "^12.7.0", "fluent-json-schema": "^5.0.0", diff --git a/server/package.json b/server/package.json index bdcdc00b..fc4eedc9 100644 --- a/server/package.json +++ b/server/package.json @@ -19,7 +19,7 @@ "@google-cloud/speech": "^6.7.0", "@google-cloud/translate": "^8.5.0", "desm": "^1.3.1", - "env-schema": "^6.0.0", + "env-schema": "^6.0.1", "fastify": "^5.2.0", "firebase-admin": "^12.7.0", "fluent-json-schema": "^5.0.0",