From a719234a1a8fb67d94f7110a3bf2c41e56c5cc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:19:08 +0000 Subject: [PATCH] chore(deps): bump @hapi/inert in /packages/fxa-profile-server Bumps [@hapi/inert](https://github.com/hapijs/inert) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/hapijs/inert/releases) - [Commits](https://github.com/hapijs/inert/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@hapi/inert" dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/fxa-profile-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 11b43c06e45..a14209d87e5 100644 --- a/packages/fxa-profile-server/package.json +++ b/packages/fxa-profile-server/package.json @@ -23,7 +23,7 @@ "@hapi/catbox-memory": "~5.0.1", "@hapi/catbox-redis": "~6.0.2", "@hapi/hapi": "^20.2.1", - "@hapi/inert": "7.1.0", + "@hapi/inert": "7.1.1", "bluebird": "^3.7.2", "checksum": "1.0.0", "compute-cluster": "0.0.9",