From 9cb8afb8c2608273eab3f32ebb76c087fa78ced9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:05:02 +0200 Subject: [PATCH] build(deps): bump @fastify/helmet in /docker-apps/rest-passthrough (#4491) Bumps [@fastify/helmet](https://github.com/fastify/fastify-helmet) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/fastify/fastify-helmet/releases) - [Commits](https://github.com/fastify/fastify-helmet/compare/v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: "@fastify/helmet" dependency-version: 13.0.2 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> Co-authored-by: Fleny --- 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 ec2321cc0..b45099c0a 100644 --- a/docker-apps/rest-passthrough/package.json +++ b/docker-apps/rest-passthrough/package.json @@ -13,7 +13,7 @@ "dependencies": { "@discordeno/rest": "21.0.0", "@fastify/env": "^5.0.2", - "@fastify/helmet": "^13.0.1", + "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^9.0.3", "fastify": "^5.5.0" }, diff --git a/docker-apps/rest-passthrough/yarn.lock b/docker-apps/rest-passthrough/yarn.lock index b4dd47669..f2f6bbb04 100644 --- a/docker-apps/rest-passthrough/yarn.lock +++ b/docker-apps/rest-passthrough/yarn.lock @@ -107,13 +107,13 @@ __metadata: languageName: node linkType: hard -"@fastify/helmet@npm:^13.0.1": - version: 13.0.1 - resolution: "@fastify/helmet@npm:13.0.1" +"@fastify/helmet@npm:^13.0.2": + version: 13.0.2 + resolution: "@fastify/helmet@npm:13.0.2" dependencies: fastify-plugin: "npm:^5.0.0" helmet: "npm:^8.0.0" - checksum: 10c0/f79553b17e536fc6d05fbcb1335a957768abaad1f0c2654354b363b3e34e6498429fa53160e9db065d6fc3a8af001f406ad8cf54d66836abb56e836a67d8e3a9 + checksum: 10c0/d0dbabdd3ccafc723eb5c1d0dbf76c462c69c9a7f7b54d299c776f327ed2e708b4a9b335b92a6b1f9a2d9b5c46a64d0936b0955b9f2733df34004be92968a51b languageName: node linkType: hard @@ -1130,7 +1130,7 @@ __metadata: dependencies: "@discordeno/rest": "npm:21.0.0" "@fastify/env": "npm:^5.0.2" - "@fastify/helmet": "npm:^13.0.1" + "@fastify/helmet": "npm:^13.0.2" "@fastify/multipart": "npm:^9.0.3" "@favware/cliff-jumper": "npm:^6.0.0" "@types/node": "npm:^24.3.1"