From 678a76fd9c8114370c2b62a7680c3cf39bbbb7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:03:55 +0530 Subject: [PATCH] build(deps): bump @fastify/env in /docker-apps/rest-passthrough (#5077) Bumps [@fastify/env](https://github.com/fastify/fastify-env) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/fastify/fastify-env/releases) - [Commits](https://github.com/fastify/fastify-env/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: "@fastify/env" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com> --- docker-apps/rest-passthrough/package.json | 2 +- docker-apps/rest-passthrough/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-apps/rest-passthrough/package.json b/docker-apps/rest-passthrough/package.json index 912e396b4..d4c1d3de4 100644 --- a/docker-apps/rest-passthrough/package.json +++ b/docker-apps/rest-passthrough/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@discordeno/rest": "21.0.0", - "@fastify/env": "^6.0.0", + "@fastify/env": "^7.0.0", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", "fastify": "^5.5.0" diff --git a/docker-apps/rest-passthrough/yarn.lock b/docker-apps/rest-passthrough/yarn.lock index 5a824d8b8..0462c9d65 100644 --- a/docker-apps/rest-passthrough/yarn.lock +++ b/docker-apps/rest-passthrough/yarn.lock @@ -75,13 +75,13 @@ __metadata: languageName: node linkType: hard -"@fastify/env@npm:^6.0.0": - version: 6.0.0 - resolution: "@fastify/env@npm:6.0.0" +"@fastify/env@npm:^7.0.0": + version: 7.0.0 + resolution: "@fastify/env@npm:7.0.0" dependencies: env-schema: "npm:^7.0.0" fastify-plugin: "npm:^5.0.0" - checksum: 10c0/7a8a924f502f4c54641b9a55941a57e60864ead6742f2f8a54cca22ced40ec477b20b243ae272cd4a5b79499961e158534095376e7c766583378816a235424b9 + checksum: 10c0/9d783bbec495cace1749f4cd176b79bd61735268fe6b5fc5a7d98880f8ee83f73556ed4da1e52a4ffe6ea2a2d3e393d8487805cc27a0c9560a34c967852b9bfb languageName: node linkType: hard @@ -1027,7 +1027,7 @@ __metadata: resolution: "rest-passthrough@workspace:." dependencies: "@discordeno/rest": "npm:21.0.0" - "@fastify/env": "npm:^6.0.0" + "@fastify/env": "npm:^7.0.0" "@fastify/helmet": "npm:^13.0.2" "@fastify/multipart": "npm:^10.0.0" "@favware/cliff-jumper": "npm:^6.1.0"