From 785fffc3ab358a4e4a2d641679931b31724380b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 03:46:38 +0000 Subject: [PATCH] chore: bump fast-uri from 3.1.2 to 4.0.0 in the dependencies group Bumps the dependencies group with 1 update: [fast-uri](https://github.com/fastify/fast-uri). Updates `fast-uri` from 3.1.2 to 4.0.0 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a242d49..8198eddd 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@fastify/merge-json-schemas": "^0.2.0", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", - "fast-uri": "^3.0.0", + "fast-uri": "^4.0.0", "json-schema-ref-resolver": "^3.0.0", "rfdc": "^1.2.0" },