From 7c20a668e5a7c9c30fc75937e97ce54e91d9427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:38:24 +0000 Subject: [PATCH] Bump @hapi/inert from 7.1.0 to 7.1.1 in /sandbox 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] --- sandbox/package-lock.json | 8 ++++---- sandbox/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 67d8ea851..f2e5c2316 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -10,7 +10,7 @@ "license": "(MIT OR OGL)", "dependencies": { "@hapi/hapi": "^21.4.4", - "@hapi/inert": "^7.1.0", + "@hapi/inert": "^7.1.1", "lodash": "^4.17.23" }, "devDependencies": { @@ -334,9 +334,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/inert": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.0.tgz", - "integrity": "sha512-5X+cl/Ozm0U9uPGGX1dSKhnhTQIf161bH/kkTN9OBVAZKFG+nrj8j/NMj6S1zBBZWmQrkVRNPfCUGrXzB4fCFQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.1.tgz", + "integrity": "sha512-vKSTXYbk1cDt7sLdmRIj8CofJRCcjAH9fUCUJViVzqb7Vi+ajUSfz+pAdwwY315BddwGdoXk0H3i94S0JWEKGQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/ammo": "^6.0.1", diff --git a/sandbox/package.json b/sandbox/package.json index cda97c98e..14005dbe1 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -13,7 +13,7 @@ "main": "app.js", "dependencies": { "@hapi/hapi": "^21.4.4", - "@hapi/inert": "^7.1.0", + "@hapi/inert": "^7.1.1", "lodash": "^4.17.23" }, "devDependencies": {