From 3bef743b7531bdfe7243534c7d5095880d25e251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 00:03:22 +0000 Subject: [PATCH] sandbox-npm(deps): bump @hapi/shot from 6.0.2 to 6.0.3 in /sandbox Bumps [@hapi/shot](https://github.com/hapijs/shot) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/hapijs/shot/releases) - [Commits](https://github.com/hapijs/shot/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@hapi/shot" dependency-version: 6.0.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sandbox/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 0256b914d..9f05aa22b 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hapi/hapi": "^21.4.4", "@hapi/inert": "^7.1.1", - "lodash": "^4.17.23" + "lodash": "^4.18.1" }, "devDependencies": { "eslint": "^9.25.1", @@ -408,9 +408,9 @@ } }, "node_modules/@hapi/shot": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@hapi/shot/-/shot-6.0.2.tgz", - "integrity": "sha512-WKK1ShfJTrL1oXC0skoIZQYzvLsyMDEF8lfcWuQBjpjCN29qivr9U36ld1z0nt6edvzv28etNMOqUF4klnHryw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@hapi/shot/-/shot-6.0.3.tgz", + "integrity": "sha512-xKmKONUE5AxUNK+EQCSCz35UpPq4cSy6wRCFvMLCDHdyPeXsmAvwxvU4OemGqpWHtAQHyCPjnDbm/fEU9O6l/w==", "license": "BSD-3-Clause", "dependencies": { "@hapi/hoek": "^11.0.2",