From 3c18d363a7aa3a19f4fd639e05230435d4604809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:01:21 +0000 Subject: [PATCH] Bump srvx from 0.8.2 to 0.8.9 Bumps [srvx](https://github.com/h3js/srvx) from 0.8.2 to 0.8.9. - [Release notes](https://github.com/h3js/srvx/releases) - [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md) - [Commits](https://github.com/h3js/srvx/compare/v0.8.2...v0.8.9) --- updated-dependencies: - dependency-name: srvx dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- packages/server/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40cd54a4..31242c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5661,13 +5661,16 @@ "license": "BSD-3-Clause" }, "node_modules/srvx": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.8.2.tgz", - "integrity": "sha512-anC1+7B6tryHQd4lFVSDZIfZ1QwJwqm5h1iveKwC1E40PA8nOD50hEt7+AlUoGc9jW3OdmztWBqf4yHCdCPdRQ==", + "version": "0.8.9", + "resolved": "https://registry.npmjs.org/srvx/-/srvx-0.8.9.tgz", + "integrity": "sha512-wYc3VLZHRzwYrWJhkEqkhLb31TI0SOkfYZDkUhXdp3NoCnNS0FqajiQszZZjfow/VYEuc6Q5sZh9nM6kPy2NBQ==", "license": "MIT", "dependencies": { "cookie-es": "^2.0.0" }, + "bin": { + "srvx": "bin/srvx.mjs" + }, "engines": { "node": ">=20.16.0" } @@ -6326,7 +6329,7 @@ "debug": "^4.3.4", "lodash.throttle": "^4.1.1", "set-cookie-parser": "^2.7.1", - "srvx": "~0.8.2" + "srvx": "~0.8.9" }, "devDependencies": { "@types/debug": "^4.1.12", diff --git a/packages/server/package.json b/packages/server/package.json index f159690f..d9bf2585 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -25,7 +25,7 @@ "debug": "^4.3.4", "lodash.throttle": "^4.1.1", "set-cookie-parser": "^2.7.1", - "srvx": "~0.8.2" + "srvx": "~0.8.9" }, "devDependencies": { "@types/debug": "^4.1.12",